public final class Intersection extends java.lang.Object implements HistogramCorrelation
| Constructor and Description |
|---|
Intersection() |
| Modifier and Type | Method and Description |
|---|---|
double |
correlation(Histogram thisHistogram,
int displacement,
Histogram otherHistogram)
The implementation of a histogram correlation or distance measure.
|
public double correlation(Histogram thisHistogram, int displacement, Histogram otherHistogram)
HistogramCorrelationcorrelation in interface HistogramCorrelationthisHistogram - the first histogramdisplacement - the value to displace the otherHistogram (e.g. for optimal
correlation, minimum distance between the two)otherHistogram - the second (not displaced) histogram