|
void | CheckValidity (string objectName=null) |
| Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
|
|
◆ Confidence
float FaceSDK.Base.IFace.Confidence |
|
get |
Range is from 0.0f to 1.0f where 1.0f is definetely a face
◆ CroppedImage
IImage FaceSDK.Base.IFace.CroppedImage |
|
get |
The cropped image (Not all detector version supports this method. Please, check for nullptr before use it)
◆ HasLandmarks
bool FaceSDK.Base.IFace.HasLandmarks |
|
get |
True if face has predicted landmarks
◆ Height
int FaceSDK.Base.IFace.Height |
|
get |
Height of face bounding box in pixels
◆ Image
IImage FaceSDK.Base.IFace.Image |
|
get |
◆ IsOutOfBoundsSet
bool FaceSDK.Base.IFace.IsOutOfBoundsSet |
|
get |
True if face can be out of bounds
◆ Landmarks
10 predicted landmarks and its coordinates
◆ OutOfBounds
bool FaceSDK.Base.IFace.OutOfBounds |
|
get |
True if face is out of bounds
◆ Version
uint FaceSDK.Base.IFace.Version |
|
get |
◆ Width
int FaceSDK.Base.IFace.Width |
|
get |
Width of face bounding box in pixels
x coordinate of face bounding box in pixels
y coordinate of face bounding box in pixels
The documentation for this interface was generated from the following file: