|
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] |
|
IntPtr | Handle [get, protected set] |
|
bool | Valid [get] |
|
bool | Valid [get] |
| True if object is valid, false if disposed or not created properly More...
|
|
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...
|
|