Files
opencv/modules
Povilas Kanapickas 6a4c3b61e6 Improve doc of calcHist overload that accepts vectors
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.
2022-07-04 12:19:16 +03:00
..
2022-04-30 13:40:07 +08:00
2022-04-30 13:40:07 +08:00
2022-05-23 19:18:02 +00:00
2021-08-28 17:11:26 +00:00
2022-05-15 16:21:16 +00:00
2022-05-12 08:48:23 +00:00