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;
}
Constant
Description
IQC_IMAGE_GLARES
glares presence check
IQC_IMAGE_FOCUS
focus quality check
IQC_IMAGE_RESOLUTION
image resolution check
Last updated
Was this helpful?