mirror of https://github.com/opencv/opencv.git
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.pull/856/head
parent
416fb50594
commit
19794e6857
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue