mirror of https://github.com/opencv/opencv.git
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.pull/22189/head
parent
6360c3bf46
commit
6a4c3b61e6
1 changed files with 8 additions and 1 deletions
Loading…
Reference in new issue