public final class MIGlareInfo
extends java.lang.Object
implements java.io.Serializable
mu02, mu11, and mu20 field correspond to the equation coefficients and the ellipse focus.| Modifier and Type | Field and Description |
|---|---|
boolean |
isDetected
Specifies whether glare is detected
|
float |
mu02
A coefficient of the ellipse equation
|
float |
mu11
A coefficient of the ellipse equation
|
float |
mu20
A coefficient of the ellipse equation
|
int |
optimalBinarizationThreshold
The optimal threshold of glare binarization
|
MIPoint |
spotCenter
The center of the glare spot
|
| Constructor and Description |
|---|
MIGlareInfo()
A default constructor
|
public float mu02
public float mu11
public float mu20
public MIPoint spotCenter
public int optimalBinarizationThreshold
public boolean isDetected