public final class MIBlurInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
MIRect[] |
blurredBlocks
An array of the blurred blocks
|
MIRect[] |
defocusedBlocks
An array of the defocused blocks
|
float |
defocusSize
The size of the defocused area relatively to the size of the areas with text
|
float |
examinedSize
The size of the areas with text relatively to the size of the image
|
boolean |
isDetected
Specifies whether heavy blur is detected
|
float |
motionBlurSize
The size of the motion blurred area relatively to the size of the areas with text
|
float |
undefinedSize
The size of the area with defects, where the program cannot define the type of the defect, relatively to the size of the areas with text
|
| Constructor and Description |
|---|
MIBlurInfo()
A default constructor
|
public float undefinedSize
public float examinedSize
public float motionBlurSize
public float defocusSize
public MIRect[] blurredBlocks
public MIRect[] defocusedBlocks
public boolean isDetected