Package com.banuba.sdk.portrait_match
Class PortraitMatchOutput
java.lang.Object
com.banuba.sdk.portrait_match.PortraitMatchOutput
public final class PortraitMatchOutput
extends java.lang.Object
Tuple with portrait_match output.
-
Constructor Summary
Constructors Constructor Description PortraitMatchOutput(int width, int height, int channels, PixelRect faceRect, Data image)
-
Method Summary
Modifier and Type Method Description int
getChannels()
PixelRect
getFaceRect()
int
getHeight()
Data
getImage()
int
getWidth()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PortraitMatchOutput
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getChannels
public int getChannels() -
getFaceRect
-
getImage
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-