DefectType

DefectType enumeration

The types of image defects.

public enum DefectType

Values

NameValueDescription
SALT_PEPPER_NOISE1Random white and black pixels scattered across the area. Often occurs in digital photographs.
LOW_CONTRAST2Highlights and shadows typically appearing on curved pages.
BLUR3The image is out of focus. This detection algorithm can only identify the entire image as blurry. Specific areas cannot be detected.
GLARE4Areas in an image caused by uneven lighting, such as spot lights or flash.
ALL9999All supported image defects.

See Also