opencv/modules/flann
Matthew K. Gumbel 74e3403620 flann/kmeans: Fix non-determinism of KMeans index
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.
2019-03-20 08:44:31 -07:00
..
include/opencv2 flann/kmeans: Fix non-determinism of KMeans index 2019-03-20 08:44:31 -07:00
misc/python Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
src Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
test ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
CMakeLists.txt Python support 2015-03-02 18:13:00 +03:00