eImageQualityCheckType
eImageQualityCheckType
enumeration contains possible values of input image quality check result type.
export var eImageQualityCheckType = {
IQC_IMAGE_GLARES: 0,
IQC_IMAGE_FOCUS: 1,
IQC_IMAGE_RESOLUTION: 2,
IQC_IMAGE_COLORNESS: 3,
IQC_PERSPECTIVE: 4,
IQC_BOUNDS: 5,
};
Constant | Description |
---|---|
IQC_IMAGE_GLARES | glares presence check |
IQC_IMAGE_FOCUS | focus quality check |
IQC_IMAGE_RESOLUTION | image resolution check |
IQC_IMAGE_COLORNESS | image colorness check |
IQC_PERSPECTIVE | document perspective check, i.e. the deviation of the corners of the document from the value of 90 degrees is checked |
IQC_BOUNDS | document bounds check, i.e. that document bounds are fully in the frame is checked |