![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Public Member Functions | |
bool | IsCompatibleWithFaceDetector (uint version) |
Determine Face Detector and Alignment algorithms versions compatibility. More... | |
IFaceSDKSet< IAlignmentInfo > | Calc (IEnumerable< IFace > faces) |
Performs alignment operation on specified face collection More... | |
![]() | |
void | CheckValidity (string objectName=null) |
Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More... | |
Properties | |
uint | Version [get] |
Algorithm's version. More... | |
![]() | |
bool | Valid [get] |
True if object is valid, false if disposed or not created properly More... | |
IFaceSDKSet<IAlignmentInfo> FaceSDK.Alignment.IAlignment.Calc | ( | IEnumerable< IFace > | faces | ) |
Performs alignment operation on specified face collection
faces |
Implemented in FaceSDK.Alignment.Alignment.
bool FaceSDK.Alignment.IAlignment.IsCompatibleWithFaceDetector | ( | uint | version | ) |
Determine Face Detector and Alignment algorithms versions compatibility.
version | Face Detector version to check |
Implemented in FaceSDK.Alignment.Alignment.
|
get |
Algorithm's version.