opencv/modules/imgproc
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
..
doc Clarified floodfill documentation 2013-04-17 00:34:20 -07:00
include/opencv2 Minimize usages of legacy C API inside the library 2013-04-16 12:00:02 +04:00
perf Merge branch '2.4' 2013-04-17 12:07:17 +04:00
src Fix for spurious assert in cv::compareHist 2013-04-29 19:52:41 +02:00
test Make highgui.hpp independent from C API 2013-04-08 15:47:29 +04:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00