public class FaceParameters
extends java.lang.Object
| Constructor and Description |
|---|
FaceParameters(KeyPoints keyPoints,
BoundingBox boundingBox,
HeadPose headPose,
float interpupillaryDistance,
float occlusionProbability,
float closedEyesProbability)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
getBoundingBox()
Get face rectangle of bounding box.
|
float |
getClosedEyesProbability()
Get closed eyes probability.
|
HeadPose |
getHeadPose()
Get pose of head.
|
float |
getInterpupillaryDistance()
Get distance between pupils.
|
KeyPoints |
getKeyPoints()
Get key points of face.
|
float |
getOcclusionProbability()
Get face occlusion probability.
|
java.lang.String |
toString()
Returns string representation of object.
|
public FaceParameters(KeyPoints keyPoints, BoundingBox boundingBox, HeadPose headPose, float interpupillaryDistance, float occlusionProbability, float closedEyesProbability)
keyPoints - key points of face.boundingBox - face rectangle of bounding box.headPose - pose of head.interpupillaryDistance - distance between pupils.occlusionProbability - face occlusion probability.closedEyesProbability - closed eyes probability.public KeyPoints getKeyPoints()
public BoundingBox getBoundingBox()
public HeadPose getHeadPose()
public float getInterpupillaryDistance()
public float getOcclusionProbability()
public float getClosedEyesProbability()
public java.lang.String toString()
toString in class java.lang.Object