- 23 Aug, 2017 10 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ricardo Ribalda Delgado authored
OpenCL runtime does not require OpenCL development file (libOpenCL.so), just the "run" library (so.1). This patch searches for the run library (so.1) if the dev library (.so) is not found. Web search shows that this error has been present since at least 2015 http://answers.opencv.org/question/80532/haveopencl-return-false/Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
KUANG Fangjun authored
It should handle bool value not only of "true" but also of "TRUE" and "True".
-
Alexander Alekhin authored
-
- 22 Aug, 2017 12 commits
-
-
Emanuele Ruffaldi authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Guillaume Jacob authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Fix doxygen comment in BFMatcher
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
numpy 1.13.0+
-
- 21 Aug, 2017 3 commits
-
-
Alexander Alekhin authored
- '-fvisibility' flag was updated - PVAPI library detection was changed
-
Steven Puttemans authored
-
Alexander Alekhin authored
-
- 20 Aug, 2017 1 commit
-
-
KUANG Fangjun authored
-
- 19 Aug, 2017 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 18 Aug, 2017 3 commits
-
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
-
Alexander Alekhin authored
-
- 17 Aug, 2017 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Nishant Arora authored
Fixing explicitly call download method for cuda::GpuMat object
-
Alexander Alekhin authored
-
- 16 Aug, 2017 1 commit
-
-
Jiri Horner authored
[GSOC] Enable OCL for AKAZE (#9330) * revert e0489cb4 - reenable OCL for AKAZE * deal with conversion internally in AKAZE * pass InputArray directly to AKAZE to allow distiguishing input Mat/UMat. deal with conversion there * ensure that keypoints orientations are always computed. prevents misuse of internal AKAZE class. * covert internal AKAZE functions to use InputArray/OutputArray * make internal functions private in AKAZE * split OCL and CPU paths in AKAZE * create 2 separate pyramids, 1 for OCL and 1 for CPU * template functions that use temporaries to always store them as correct type (UMat/Mat) * remove variable used only in OCL path causes unused variable warning * update AKAZE documentation * run ocl version only when ocl is enabled * add tests for OCL path in AKAZE * relax condition for keypoints angle
-