Aspose.OCR for Python via Java API docs
Loading...
Searching...
No Matches
DefectType Class Reference

The types of image defects. More...

Inherits Enum.

Static Public Attributes

int ALL = 4
 
int BLUR = 2
 
int GLARE = 3
 
int LOW_CONTRAST = 1
 
int SALT_PEPPER_NOISE = 0
 

Detailed Description

The types of image defects.

Member Data Documentation

◆ ALL

int ALL = 4
static

◆ BLUR

int BLUR = 2
static

◆ GLARE

int GLARE = 3
static

◆ LOW_CONTRAST

int LOW_CONTRAST = 1
static

◆ SALT_PEPPER_NOISE

int SALT_PEPPER_NOISE = 0
static