Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Public Member Functions | Properties | List of all members
FaceSDK.Alignment.IAlignment Interface Reference
Inheritance diagram for FaceSDK.Alignment.IAlignment:
FaceSDK.IFaceSDKBase FaceSDK.Alignment.Alignment

Public Member Functions

bool IsCompatibleWithFaceDetector (uint version)
 Determine Face Detector and Alignment algorithms versions compatibility. More...
 
IFaceSDKSet< IAlignmentInfoCalc (IEnumerable< IFace > faces)
 Performs alignment operation on specified face collection More...
 
- 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...
 

Properties

uint Version [get]
 Algorithm's version. More...
 
- Properties inherited from FaceSDK.IFaceSDKBase
bool Valid [get]
 True if object is valid, false if disposed or not created properly More...
 

Member Function Documentation

◆ Calc()

IFaceSDKSet<IAlignmentInfo> FaceSDK.Alignment.IAlignment.Calc ( IEnumerable< IFace faces)

Performs alignment operation on specified face collection

Parameters
faces
Returns
A set of aligned faces

Implemented in FaceSDK.Alignment.Alignment.

◆ IsCompatibleWithFaceDetector()

bool FaceSDK.Alignment.IAlignment.IsCompatibleWithFaceDetector ( uint  version)

Determine Face Detector and Alignment algorithms versions compatibility.

Parameters
versionFace Detector version to check
Returns
true if versions are compatible, false otherwise

Implemented in FaceSDK.Alignment.Alignment.

Property Documentation

◆ Version

uint FaceSDK.Alignment.IAlignment.Version
get

Algorithm's version.


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