mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
6a4c3b61e6
It's not clear how ranges argument should be used in the overload of calcHist that accepts std::vector. The main overload uses array of arrays there, while std::vector overload uses a plain array. The code interprets the vector as a flattened array and rebuilds array of arrays from it. This is not obvious interpretation, so documentation has been added to explain the expected usage. |
||
---|---|---|
.. | ||
imgproc | ||
imgproc.hpp |