Introduce CV_COMP_CHISQR_ALT, an alternative method to calculate ChiSquare Histogram...
authorkocheganovvm <kocheganovvm@kocheganovvm-System-Product-Name.(none)>
Sat, 10 Aug 2013 17:02:09 +0000 (21:02 +0400)
committerkocheganovvm <kocheganovvm@kocheganovvm-System-Product-Name.(none)>
Mon, 12 Aug 2013 09:51:52 +0000 (13:51 +0400)
commit086db9d6db73956be2ee18b8a552a9179da6b6fd
tree3101ee8b0a85fe2243e7da3f2f17e38cef6f5d67
parent04c86f28b11932905d17313f65695469bdf761c8
Introduce CV_COMP_CHISQR_ALT, an alternative method to calculate ChiSquare Histogram comparison

There's some disagreement about the correct formula.
has its supporters, however, for texture analysis, the newly introduced formula became
standard. The commit enables both uses without breaking backward compatibility.

First contributor of this commit was sperrholz.
modules/imgproc/doc/histograms.rst
modules/imgproc/include/opencv2/imgproc/types_c.h
modules/imgproc/src/histogram.cpp
modules/imgproc/test/test_histograms.cpp