Face SDK  1.14.1 Mozart release
Face Recognition Software Development Kit
Protected Member Functions | Properties | List of all members
FaceSDK.Quality.QualityInitializer Class Reference
Inheritance diagram for FaceSDK.Quality.QualityInitializer:
FaceSDK.FaceSDKBase FaceSDK.Quality.IQualityInitializer FaceSDK.IFaceSDKBase FaceSDK.IFaceSDKBase

Protected Member Functions

override void FreeHandle (IntPtr handle)
 
override ulong GetId ()
 

Properties

bool UseBackground [get, set]
 
bool UseBlur [get, set]
 
bool UseHotSpots [get, set]
 
bool UseOverexposure [get, set]
 
bool UseRotation [get, set]
 
bool UseFaceColor [get, set]
 
bool UseGlassesSmileOcclusion [get, set]
 
bool UseRedEyes [get, set]
 
bool UseMask [get, set]
 
IDataContainer BackgroundContainer [get, set]
 
IDataContainer FaceColorContainer [get, set]
 
IDataContainer GlassesSmileOcclusionContainer [get, set]
 
IDataContainer RedEyesContainer [get, set]
 
IDataContainer MaskContainer [get, set]
 
- Properties inherited from FaceSDK.FaceSDKBase
IntPtr Handle [get, protected set]
 
bool Valid [get]
 
- Properties inherited from FaceSDK.IFaceSDKBase
bool Valid [get]
 True if object is valid, false if disposed or not created properly More...
 
- Properties inherited from FaceSDK.Quality.IQualityInitializer
bool UseBackground [get, set]
 True means you want QualityChecker to calculate background on image, otherwise nan will be returned More...
 
bool UseBlur [get, set]
 True means you want QualityChecker to calculate blur on image, otherwise nan will be returned More...
 
bool UseHotSpots [get, set]
 True means you want QualityChecker to calculate hot spots on image, otherwise nan will be returned More...
 
bool UseOverexposure [get, set]
 True means you want QualityChecker to calculate ocerexposure on image, otherwise nan will be returned More...
 
bool UseRotation [get, set]
 True means you want QualityChecker to calculate rorarion on image, otherwise nan will be returned More...
 
bool UseFaceColor [get, set]
 True means you want QualityChecker to calculate face color parameters on image, otherwise nan will be returned More...
 
bool UseGlassesSmileOcclusion [get, set]
 True means you want QualityChecker to calculate glasses, smile, occlusion and closed eyes parameters on image, otherwise nan will be returned More...
 
bool UseRedEyes [get, set]
 True means you want QualityChecker to calculate red eyes on image, otherwise nan will be returned More...
 
bool UseMask [get, set]
 True means you want QualityChecker to calculate mask on image, otherwise nan will be returned More...
 
IDataContainer BackgroundContainer [get, set]
 Contains data with algorithm if UseBackground is true. If NULL data will be searched in known path. (see Known paths) More...
 
IDataContainer FaceColorContainer [get, set]
 Contains data with algorithm if UseFaceColor is true. If NULL data will be searched in known path. (see Known paths) More...
 
IDataContainer GlassesSmileOcclusionContainer [get, set]
 Contains data with algorithm if UseGlassesSmileOcclusion is true. If NULL data will be searched in known path. (see Known paths) More...
 
IDataContainer RedEyesContainer [get, set]
 Contains data with algorithm if UseRedEyes is true. If NULL data will be searched in known path. (see Known paths) More...
 
IDataContainer MaskContainer [get, set]
 Contains data with algorithm if UseMask is true. If NULL data will be searched in known path. (see Known paths) More...
 

Additional Inherited Members

- Public Member Functions inherited from FaceSDK.FaceSDKBase
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 ()
 

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