Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Properties | List of all members
FaceSDK.Base.IFace Interface Reference
Inheritance diagram for FaceSDK.Base.IFace:
FaceSDK.IFaceSDKBase FaceSDK.Base.Face

Properties

uint Version [get]
 Version of Face Detector that produced this face object More...
 
int X [get]
 x coordinate of face bounding box in pixels More...
 
int Y [get]
 y coordinate of face bounding box in pixels More...
 
int Height [get]
 Height of face bounding box in pixels More...
 
int Width [get]
 Width of face bounding box in pixels More...
 
float Confidence [get]
 Range is from 0.0f to 1.0f where 1.0f is definetely a face More...
 
IImage Image [get]
 The original image More...
 
IImage CroppedImage [get]
 The cropped image (Not all detector version supports this method. Please, check for nullptr before use it) More...
 
bool HasLandmarks [get]
 True if face has predicted landmarks More...
 
IFaceSDKSet< ILandmarkLandmarks [get]
 10 predicted landmarks and its coordinates More...
 
bool IsOutOfBoundsSet [get]
 True if face can be out of bounds More...
 
bool OutOfBounds [get]
 True if face is out of bounds More...
 
- Properties inherited from FaceSDK.IFaceSDKBase
bool Valid [get]
 True if object is valid, false if disposed or not created properly More...
 

Additional Inherited Members

- Public Member Functions inherited from FaceSDK.IFaceSDKBase
void CheckValidity (string objectName=null)
 Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
 

Property Documentation

◆ 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

The original image

◆ IsOutOfBoundsSet

bool FaceSDK.Base.IFace.IsOutOfBoundsSet
get

True if face can be out of bounds

◆ Landmarks

IFaceSDKSet<ILandmark> FaceSDK.Base.IFace.Landmarks
get

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

Version of Face Detector that produced this face object

◆ Width

int FaceSDK.Base.IFace.Width
get

Width of face bounding box in pixels

◆ X

int FaceSDK.Base.IFace.X
get

x coordinate of face bounding box in pixels

◆ Y

int FaceSDK.Base.IFace.Y
get

y coordinate of face bounding box in pixels


The documentation for this interface was generated from the following file: