- 28 Oct, 2013 11 commits
-
-
Alexander Alekhin authored
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Roman Donchenko authored
-
yao authored
-
Roman Donchenko authored
-
- 27 Oct, 2013 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ilya Lavrenov authored
-
- 25 Oct, 2013 19 commits
-
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Ilya Lavrenov authored
-
Alexander Alekhin authored
-
Ilya Lavrenov authored
-
peng xiao authored
It supports NORM_L1 distance types now and can use user provided indices. Also fixed a bug of kmeans where distance pointers should be float instead of double. NORM_L2 changed to NORM_L2SQR, Accuracy and Perf tests are added added ROI support in accuracy test of distanceToCenters
-
Roman Donchenko authored
The reasons for that are twofold: 1) LINK_PRIVATE is only available since CMake 2.8.7. 2) The way it was used generated a warning because of CMake policy CMP0023: http://www.cmake.org/cmake/help/v2.8.12/cmake.html#policy:CMP0023 Using LINK_INTERFACE_LIBRARIES actually causes another warning - this time because of CMake policy CMP0022: http://www.cmake.org/cmake/help/v2.8.12/cmake.html#policy:CMP0022 I set the policy to OLD, because NEW means subtle changes when compiling with CMake 2.8.12, and I don't want to research that this close to release. :-) I also removed the setting of CMP0003, because it's set by cmake_minimal_version anyway.
-
Roman Donchenko authored
It was actually acting as an additional argument, breaking the error message.
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
- 24 Oct, 2013 7 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Alekhin authored
Linker dependencies to all OpenCV modules are invalid. We should not include other bindings in this list (like "opencv_python").
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-