ericgreveson 19794e6857 Fix for spurious assert in cv::compareHist
When comparing histograms that look like multi-channel images (e.g a 3D histogram, of 4x4x4 bins, might appear as a CV_32FC4 matrix), cv::compareHist would complain because it was expecting the matrix type() == CV_32F. Now we test matrix depth() == CV_32F instead.
2013-04-29 19:52:41 +02:00
..
2013-04-17 12:07:17 +04:00
2013-04-17 15:24:53 +04:00
2013-04-17 12:07:17 +04:00
2013-03-13 17:26:56 +04:00