mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 14:29:49 +08:00
90be83ae99
`float* histRange = { range };` doesn't make much sense. `histRange` is an array of array(s), so it should have a type of ptr to ptr. Strangely some domos are correct as well as the example for the function https://docs.opencv.org/master/d6/dc7/group__imgproc__hist.html#ga4b2b5fd75503ff9e6844cc4dcdaed35d |
||
---|---|---|
.. | ||
calcBackProject_Demo1.cpp | ||
calcBackProject_Demo2.cpp | ||
calcHist_Demo.cpp | ||
compareHist_Demo.cpp | ||
EqualizeHist_Demo.cpp | ||
MatchTemplate_Demo.cpp |