public static class ImagesComparator.Params extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
colorSpread
Set the pixels spread to compute the color.
|
double |
deltaERGB
True the maximum difference in rgb value using the deltaE formula for which two pixels will be considered equal.
|
boolean |
deltaInPercent
True if the check for equality is in percentage of different pixels.
|
double |
deltaPixels
True the maximum difference in the number of different pixels or percentage for the images to be considered equal.
|
static short |
SIZE_CROPPED |
static short |
SIZE_SCALED |
static short |
SIZE_UNCHANGED |
short |
sizeType
Specified how the size difference is taken into account.
|
| Constructor and Description |
|---|
Params() |
public static final short SIZE_UNCHANGED
public static final short SIZE_CROPPED
public static final short SIZE_SCALED
public short sizeType
public int colorSpread
public double deltaERGB
public double deltaPixels
public boolean deltaInPercent