public interface HistogramCorrelation
Modifier and Type | Method and Description |
---|---|
double |
correlation(Histogram thisHistogram,
int displacement,
Histogram otherHistogram)
The implementation of a histogram correlation or distance measure.
|
double correlation(Histogram thisHistogram, int displacement, Histogram otherHistogram)
thisHistogram
- 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