Best Histogram Comparison Method
Does anyone know which is the best(the most accurate) histogram comparison method?
CV_COMP_CORREL Correlation
CV_COMP_CHISQR Chi-Square
CV_COMP_INTERSECT Intersection
CV_COMP_BHATTACHARYYA Bhattacharyya distance
CV_COMP_HELLINGER Synonym for CV_COMP_BHATTACHARYYA
best in what sense? Fastest, most accurate...?
The most accurate