You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have renamed that class to HINormalizedComplement to reflect that what you want to calculate is a distance between two distributions using the normalized complement of the histogram intersection of that distributions.
Histogram intersection method returns$\rm 1 - H(I,M)$ instead of $\rm H(I,M)$ .
From Swain and Ballard 1991, Histogram intersection is defined as :
The class HistrogramIntersection, instead, calculates it as:
This way the class calculates the "percentage" of non-intersection rather than that of the intersection of the two histograms.
The text was updated successfully, but these errors were encountered: