eImageQualityCheckType

This page covers the description of the eImageQualityCheckType enumeration

eImageQualityCheckType enumeration contains possible values of input image quality check result type.

public class eImageQualityCheckType {
    public static final int IQC_IMAGE_GLARES = 0;
    public static final int IQC_IMAGE_FOCUS = 1;
    public static final int IQC_IMAGE_RESOLUTION = 2;
    public static final int IQC_IMAGE_COLORNESS = 3;
    public static final int IQC_PERSPECTIVE = 4;
    public static final int IQC_BOUNDS = 5;
    public static final int IQC_SCREEN_CAPTURE = 6;
    public static final int 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