public abstract class BaseCountingRasterComparator extends Object
| Constructor and Description |
|---|
BaseCountingRasterComparator(double threshold) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
compare(Raster.Component[] comps1,
double[] colors1,
Raster.Component[] comps2,
double[] colors2) |
boolean |
compare(Raster image1,
Raster image2) |
double |
getThreshold() |
void |
setThreshold(double threshold) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIDpublic BaseCountingRasterComparator(double threshold)
protected abstract boolean compare(Raster.Component[] comps1, double[] colors1, Raster.Component[] comps2, double[] colors2)
public final void setThreshold(double threshold)
public double getThreshold()
Copyright © 2018. All rights reserved.