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-01-17 00:11:08 +04:00
2012-10-17 15:57:49 +04:00
2013-02-25 15:04:19 +04:00
2013-04-05 21:11:59 +04:00
2013-02-01 18:09:58 -05:00
2013-02-25 15:04:19 +04:00
2013-02-25 15:04:19 +04:00
2013-04-01 15:24:33 +04:00