mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
74e3403620
When running with >1 OpenCV thread, KMeans index generation was non-deterministic because of a RWW race. Issue is resolved by removing the offending logic from the parallel section. |
||
---|---|---|
.. | ||
include/opencv2 | ||
misc/python | ||
src | ||
test | ||
CMakeLists.txt |