mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
`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
|
||
|---|---|---|
| .. | ||
| calib3d | ||
| core | ||
| features2D | ||
| gpu | ||
| HighGUI | ||
| Histograms_Matching | ||
| imgcodecs/GDAL_IO | ||
| ImgProc | ||
| ImgTrans | ||
| introduction | ||
| ml | ||
| objectDetection | ||
| photo | ||
| ShapeDescriptors | ||
| snippets | ||
| TrackingMotion | ||
| video | ||
| videoio | ||
| viz | ||
| xfeatures2D | ||