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-03 14:10:03 +04:00
2013-04-12 19:37:40 +04:00
2013-04-12 19:37:40 +04:00
2013-04-18 15:03:50 +04:00
2013-04-17 12:07:17 +04:00
2013-04-08 15:47:29 +04:00
2013-04-18 15:03:50 +04:00
2013-04-12 19:37:40 +04:00
2013-04-29 19:52:41 +02:00
2013-04-12 19:37:40 +04:00
2013-04-16 12:00:02 +04:00
2013-04-11 13:50:10 +04:00
2013-04-18 15:03:50 +04:00
2013-04-12 19:37:40 +04:00
2013-04-17 15:24:53 +04:00
2013-04-18 15:03:50 +04:00
2013-04-13 01:02:57 +04:00
2013-04-18 15:03:50 +04:00
2013-04-18 15:03:50 +04:00
2013-04-18 15:03:50 +04:00
2013-04-18 15:03:50 +04:00
2013-04-17 12:07:17 +04:00
2013-04-18 15:03:50 +04:00
2013-04-01 17:29:10 +04:00
2013-03-13 17:26:56 +04:00
2012-05-30 14:06:47 +00:00