eImageQualityCheckType
This page covers the description of the eImageQualityCheckType enumeration
eImageQualityCheckType
enumeration contains possible values of input image quality check result type.
const eImageQualityCheckType = {
IQC_IMAGE_GLARES: 0,
IQC_IMAGE_FOCUS: 1,
IQC_IMAGE_RESOLUTION: 2,
IQC_IMAGE_COLORNESS: 3,
IQC_PERSPECTIVE: 4,
IQC_BOUNDS: 5,
IQC_SCREEN_CAPTURE: 6,
IQC_PORTRAIT: 7,
}
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
IQC_SCREEN_CAPTURE
image moire check
Last updated
Was this helpful?