Face SDK  1.14.1 Mozart release
Face Recognition Software Development Kit
Modules | Classes | Functions | Properties
C# interface

Modules

 Check Result
 
 Check Result Set
 

Classes

interface  FaceSDK.Quality.IQualityChecker
 
class  FaceSDK.Quality.QualityChecker
 
interface  FaceSDK.Quality.IQualityInitializer
 
class  FaceSDK.Quality.QualityInitializer
 

Functions

override void FaceSDK.Quality.QualityInitializer.FreeHandle (IntPtr handle)
 
override ulong FaceSDK.Quality.QualityInitializer.GetId ()
 

Properties

bool FaceSDK.Quality.IQualityInitializer.UseBackground [get, set]
 True means you want QualityChecker to calculate background on image, otherwise nan will be returned More...
 
bool FaceSDK.Quality.IQualityInitializer.UseBlur [get, set]
 True means you want QualityChecker to calculate blur on image, otherwise nan will be returned More...
 
bool FaceSDK.Quality.IQualityInitializer.UseHotSpots [get, set]
 True means you want QualityChecker to calculate hot spots on image, otherwise nan will be returned More...
 
bool FaceSDK.Quality.IQualityInitializer.UseOverexposure [get, set]
 True means you want QualityChecker to calculate ocerexposure on image, otherwise nan will be returned More...
 
bool FaceSDK.Quality.IQualityInitializer.UseRotation [get, set]
 True means you want QualityChecker to calculate rorarion on image, otherwise nan will be returned More...
 
bool FaceSDK.Quality.IQualityInitializer.UseFaceColor [get, set]
 True means you want QualityChecker to calculate face color parameters on image, otherwise nan will be returned More...
 
bool FaceSDK.Quality.IQualityInitializer.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 FaceSDK.Quality.IQualityInitializer.UseRedEyes [get, set]
 True means you want QualityChecker to calculate red eyes on image, otherwise nan will be returned More...
 
bool FaceSDK.Quality.IQualityInitializer.UseMask [get, set]
 True means you want QualityChecker to calculate mask on image, otherwise nan will be returned More...
 
IDataContainer FaceSDK.Quality.IQualityInitializer.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 FaceSDK.Quality.IQualityInitializer.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 FaceSDK.Quality.IQualityInitializer.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 FaceSDK.Quality.IQualityInitializer.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 FaceSDK.Quality.IQualityInitializer.MaskContainer [get, set]
 Contains data with algorithm if UseMask is true. If NULL data will be searched in known path. (see Known paths) More...
 
bool FaceSDK.Quality.QualityInitializer.UseBackground [get, set]
 
bool FaceSDK.Quality.QualityInitializer.UseBlur [get, set]
 
bool FaceSDK.Quality.QualityInitializer.UseHotSpots [get, set]
 
bool FaceSDK.Quality.QualityInitializer.UseOverexposure [get, set]
 
bool FaceSDK.Quality.QualityInitializer.UseRotation [get, set]
 
bool FaceSDK.Quality.QualityInitializer.UseFaceColor [get, set]
 
bool FaceSDK.Quality.QualityInitializer.UseGlassesSmileOcclusion [get, set]
 
bool FaceSDK.Quality.QualityInitializer.UseRedEyes [get, set]
 
bool FaceSDK.Quality.QualityInitializer.UseMask [get, set]
 
IDataContainer FaceSDK.Quality.QualityInitializer.BackgroundContainer [get, set]
 
IDataContainer FaceSDK.Quality.QualityInitializer.FaceColorContainer [get, set]
 
IDataContainer FaceSDK.Quality.QualityInitializer.GlassesSmileOcclusionContainer [get, set]
 
IDataContainer FaceSDK.Quality.QualityInitializer.RedEyesContainer [get, set]
 
IDataContainer FaceSDK.Quality.QualityInitializer.MaskContainer [get, set]
 

Detailed Description

Properties

◆ BackgroundContainer

IDataContainer FaceSDK.Quality.IQualityInitializer.BackgroundContainer
getset

Contains data with algorithm if UseBackground is true. If NULL data will be searched in known path. (see Known paths)

◆ FaceColorContainer

IDataContainer FaceSDK.Quality.IQualityInitializer.FaceColorContainer
getset

Contains data with algorithm if UseFaceColor is true. If NULL data will be searched in known path. (see Known paths)

◆ GlassesSmileOcclusionContainer

IDataContainer FaceSDK.Quality.IQualityInitializer.GlassesSmileOcclusionContainer
getset

Contains data with algorithm if UseGlassesSmileOcclusion is true. If NULL data will be searched in known path. (see Known paths)

◆ MaskContainer

IDataContainer FaceSDK.Quality.IQualityInitializer.MaskContainer
getset

Contains data with algorithm if UseMask is true. If NULL data will be searched in known path. (see Known paths)

◆ RedEyesContainer

IDataContainer FaceSDK.Quality.IQualityInitializer.RedEyesContainer
getset

Contains data with algorithm if UseRedEyes is true. If NULL data will be searched in known path. (see Known paths)

◆ UseBackground

bool FaceSDK.Quality.IQualityInitializer.UseBackground
getset

True means you want QualityChecker to calculate background on image, otherwise nan will be returned

◆ UseBlur

bool FaceSDK.Quality.IQualityInitializer.UseBlur
getset

True means you want QualityChecker to calculate blur on image, otherwise nan will be returned

◆ UseFaceColor

bool FaceSDK.Quality.IQualityInitializer.UseFaceColor
getset

True means you want QualityChecker to calculate face color parameters on image, otherwise nan will be returned

◆ UseGlassesSmileOcclusion

bool FaceSDK.Quality.IQualityInitializer.UseGlassesSmileOcclusion
getset

True means you want QualityChecker to calculate glasses, smile, occlusion and closed eyes parameters on image, otherwise nan will be returned

◆ UseHotSpots

bool FaceSDK.Quality.IQualityInitializer.UseHotSpots
getset

True means you want QualityChecker to calculate hot spots on image, otherwise nan will be returned

◆ UseMask

bool FaceSDK.Quality.IQualityInitializer.UseMask
getset

True means you want QualityChecker to calculate mask on image, otherwise nan will be returned

◆ UseOverexposure

bool FaceSDK.Quality.IQualityInitializer.UseOverexposure
getset

True means you want QualityChecker to calculate ocerexposure on image, otherwise nan will be returned

◆ UseRedEyes

bool FaceSDK.Quality.IQualityInitializer.UseRedEyes
getset

True means you want QualityChecker to calculate red eyes on image, otherwise nan will be returned

◆ UseRotation

bool FaceSDK.Quality.IQualityInitializer.UseRotation
getset

True means you want QualityChecker to calculate rorarion on image, otherwise nan will be returned