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-22 16:54:31 +04:00
2012-10-17 15:57:49 +04:00
2013-01-17 00:11:08 +04:00
2012-10-17 15:57:49 +04:00
2013-04-01 16:32:08 +04:00
2012-12-18 14:12:07 -08:00
2013-04-01 15:24:32 +04:00
2013-04-01 15:24:35 +04:00
2013-04-08 15:47:28 +04:00
2013-02-14 15:36:20 +04:00
2013-04-01 16:32:08 +04:00
2013-02-25 15:04:17 +04:00
2013-04-01 16:32:08 +04:00
2012-10-17 15:57:49 +04:00
2013-03-28 17:22:50 +04:00
2013-04-10 19:14:24 +04:00
2013-02-25 15:04:19 +04:00
2013-02-25 15:04:17 +04:00
2013-04-11 21:00:17 +04:00
2013-04-10 19:14:24 +04:00
2013-04-01 15:24:35 +04:00
2013-02-25 15:04:17 +04:00
2013-04-29 19:52:41 +02:00
2013-03-28 17:22:50 +04:00
2013-04-05 21:11:59 +04:00
2013-02-25 15:04:17 +04:00
2013-01-22 16:54:31 +04:00
2013-04-08 15:47:28 +04:00
2013-04-08 15:47:28 +04:00
2013-02-25 15:04:17 +04:00
2010-05-11 17:44:00 +00:00
2013-04-10 19:14:24 +04:00
2013-02-01 18:09:58 -05:00
2013-02-25 15:04:17 +04: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
2013-04-01 15:24:35 +04:00
2013-02-25 15:04:17 +04:00
2012-06-07 17:21:29 +00:00
2012-10-17 15:57:49 +04:00
2013-04-01 15:24:35 +04:00
2013-02-11 23:49:10 +04:00
2013-02-27 19:33:01 +04:00
2013-04-10 19:14:24 +04:00