- 23 Aug, 2017 1 commit
-
-
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>
-
- 22 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 21 Aug, 2017 2 commits
-
-
Steven Puttemans authored
-
Alexander Alekhin 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 5 commits
-
-
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
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Steven Puttemans authored
-
berak authored
-
- 15 Aug, 2017 5 commits
-
-
Alexander Alekhin authored
-
Martin Seyferth authored
-
Rostislav Vasilikhin authored
SoftFloat: added sin, cos and docs (#9329) * softfloat: comparison operators made inline, min() max() eps() isSubnormal() added * softfloat: get/set sign/exp * softfloat: get/set frac * softfloat: tests rewritten with new tools * softfloat: added pi(), sin(), cos() * softfloat: more comments * softfloat: updated sincos arg reduction * softfloat: initial tests for sincos added * softfloat: test works, code cleanup is pending * softfloat: sincos argreduce rewritten * softfloat: sincos refactored and simplified * softfloat sincos: epsilons calibrated * softfloat: junk code removed from tests * softfloat: docs added * inline comparisons undone; warning fixed
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 14 Aug, 2017 11 commits
-
-
Alexander Alekhin authored
- eliminate legacy C code, used fields - fix mutex synchronization issues - set trackbar min/max without unnecessary truncation; allow negative values
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Steven Puttemans authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 13 Aug, 2017 2 commits
-
-
Tomoaki Teshima authored
-
Alex Zatsman authored
NORM_RELATIVE | NORM_INF, NORM_RELATIVE | NORM_L1 and NORM_RELATIVE | NORM_L2 respectively in the documentation for cv::norm and cv::NormTypes
-