|
| Alignment (uint version, ILicense license, IDataContainer dataContainer, uint batchSize, int computeDevice) |
| Create Alignment object using given License and DataContainer More...
|
|
| Alignment (uint version, IDataContainer dataContainer, uint batchSize, int computeDevice) |
| Create Alignment object using default License and given DataContainer More...
|
|
| Alignment (uint version, ILicense license, uint batchSize, int computeDevice) |
| Create Alignment object using given License and default DataContainer More...
|
|
| Alignment (uint version, uint batchSize, int computeDevice) |
| Create Alignment object using default License and DataContainer More...
|
|
| Alignment (uint version, ILicense license) |
| Create Alignment object using given License More...
|
|
| Alignment (uint version) |
| Create Alignment object using defailt parameters More...
|
|
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...
|
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
void | CheckValidity (string objectName=null) |
| Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
|
|
void | Dispose () |
|
|
uint | Version [get] |
|
IntPtr | Handle [get, protected set] |
|
bool | Valid [get] |
|
bool | Valid [get] |
| True if object is valid, false if disposed or not created properly More...
|
|
uint | Version [get] |
| Algorithm's version. More...
|
|
◆ Alignment() [1/6]
FaceSDK.Alignment.Alignment.Alignment |
( |
uint |
version, |
|
|
ILicense |
license, |
|
|
IDataContainer |
dataContainer, |
|
|
uint |
batchSize, |
|
|
int |
computeDevice |
|
) |
| |
|
inline |
◆ Alignment() [2/6]
FaceSDK.Alignment.Alignment.Alignment |
( |
uint |
version, |
|
|
IDataContainer |
dataContainer, |
|
|
uint |
batchSize, |
|
|
int |
computeDevice |
|
) |
| |
|
inline |
◆ Alignment() [3/6]
FaceSDK.Alignment.Alignment.Alignment |
( |
uint |
version, |
|
|
ILicense |
license, |
|
|
uint |
batchSize, |
|
|
int |
computeDevice |
|
) |
| |
|
inline |
◆ Alignment() [4/6]
FaceSDK.Alignment.Alignment.Alignment |
( |
uint |
version, |
|
|
uint |
batchSize, |
|
|
int |
computeDevice |
|
) |
| |
|
inline |
◆ Alignment() [5/6]
FaceSDK.Alignment.Alignment.Alignment |
( |
uint |
version, |
|
|
ILicense |
license |
|
) |
| |
|
inline |
◆ Alignment() [6/6]
FaceSDK.Alignment.Alignment.Alignment |
( |
uint |
version | ) |
|
|
inline |
Create Alignment object using defailt parameters
- Parameters
-
◆ Calc()
◆ IsCompatibleWithFaceDetector()
bool FaceSDK.Alignment.Alignment.IsCompatibleWithFaceDetector |
( |
uint |
version | ) |
|
|
inline |
The documentation for this class was generated from the following file: