opencv/modules/flann
Pierre-Emmanuel Viel 482cacd420 Mix of 32 and 64bits vector types prevents vectorisation for distance computation.
Argument "a" is of type ElementType* that is either int* or float*, while b was double*.
Mixing types prevents the possibility to use SSE or AVX instructions.
On implementation without SIMD instructions, this doesn't show any impact on performance.
2020-07-01 18:27:07 +02:00
..
include/opencv2 Mix of 32 and 64bits vector types prevents vectorisation for distance computation. 2020-07-01 18:27:07 +02:00
misc/python python: force using of ArgInfo 2019-11-15 19:16:22 +03:00
src Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
test Add test checking we don't throw when creating GenericIndex with LshIndexParams() 2020-06-28 19:51:04 +00:00
CMakeLists.txt Python support 2015-03-02 18:13:00 +03:00