opencv/modules/imgproc
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
..
doc Add conventional Bayer naming. 2021-11-02 20:17:57 +01:00
include/opencv2 Improve doc of calcHist overload that accepts vectors 2022-07-04 12:19:16 +03:00
misc/java imgproc: fix minAreaRect() 2020-12-10 08:57:58 +00:00
perf Relax accuracy requirements in the OpenCL sqrt perf arithmetic test. 2021-04-06 17:32:48 +01:00
src Merge pull request #22184 from heavyrain-lzy:fixbug_pyrUp 2022-07-03 23:06:43 +03:00
test Merge pull request #22184 from heavyrain-lzy:fixbug_pyrUp 2022-07-03 23:06:43 +03:00
CMakeLists.txt imgproc: enable GaussianBlur IPP parallel processing 2020-05-17 11:40:34 +00:00