Ask Your Question

aftab's profile - activity

2017-10-05 03:42:20 -0600 received badge  Notable Question (source)
2016-12-19 08:27:02 -0600 received badge  Student (source)
2016-05-30 10:41:58 -0600 received badge  Popular Question (source)
2013-02-28 00:36:11 -0600 commented answer Question About Histogram Comparison return value

@ mathieum if the values are some what closer to perfect i.e For CV_COMP_CORREL = 0.99 Then we can say its almost a perfect match. I wanna know that what if the value is greater then 1 in CV_COMP_INTERSECT i.e 1.56 would i say its a perfect match ?

2013-02-28 00:23:10 -0600 received badge  Scholar (source)
2013-02-27 07:33:56 -0600 asked a question Question About Histogram Comparison return value

I am having confusion in understanding compareHist() Method ,Can't seem to understand whats the meaning of return value by each different method. They all return different value. All i want to know if both histogram are matched then the value should be 1.0 if does not match then it should be 0.0 meaning picture matches perfectly.

Can someone explain me in Scale wise the meaning of each result value of each methods

*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