opencv/samples/cpp/tutorial_code/Histograms_Matching
Vladimir 90be83ae99 Fix an arg for calcHist() in demos
`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
2021-06-30 17:22:56 +03:00
..
calcBackProject_Demo1.cpp Fix an arg for calcHist() in demos 2021-06-30 17:22:56 +03:00
calcBackProject_Demo2.cpp Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection. 2018-05-24 01:11:28 +02:00
calcHist_Demo.cpp Fix an arg for calcHist() in demos 2021-06-30 17:22:56 +03:00
compareHist_Demo.cpp Tutorial - Make required input args positional. 2019-10-23 13:07:52 +03:00
EqualizeHist_Demo.cpp Update Samples 2019-09-05 01:10:51 +03:00
MatchTemplate_Demo.cpp Fix an arg for calcHist() in demos 2021-06-30 17:22:56 +03:00