public static class ImagesComparator.Result extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
EQUALS
The state for images which are considered equal.
|
static short |
INVALID
The state for an invalid image.
|
static short |
NO_EQUALS
The state for images which are considered not equal.
|
| Modifier and Type | Method and Description |
|---|---|
int |
countDiffPixels()
Return the number of pixels which are different between the images.
|
float |
getPercentDiffPixels()
Return the percentage of pixels which are different between the images.
|
short |
getState()
Return the comparison state.
|
boolean |
isEquals()
Return true if the images are considered as equal.
|
public static final short INVALID
public static final short EQUALS
public static final short NO_EQUALS
public int countDiffPixels()
public float getPercentDiffPixels()
public boolean isEquals()
public short getState()