- 26 Jun, 2018 7 commits
-
-
branka-plateiq authored
* Pass RANSAC parameters as function input * Clean up unnecessary code * Keep the original function signature * Clean up based on PR comments Replace array with vector. Correct naming convention for input variables. Add checks on input variables. * Use vector instead of array for dynamic size * Revert change. * Use dynamic array * Fix wrong syntax in array allocation * Undo change * Fix variable name * Use vector and not array * fixed compile warning on Windows
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vitaly Tuzov authored
-
Dmitry Kurtaev authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
* temporarily disabled OpenCL use in DNN module on Mac, since some of the tests fail * disable OpenCL in DNN on Mac at CMake level, not source level (thanks to alalek for the advice)
-
- 25 Jun, 2018 6 commits
-
-
Dmitry Kurtaev authored
-
Li, Peng authored
* optimize ocl kernel enqueue in fc layer Signed-off-by: Li Peng <peng.li@intel.com> * use CV_LOG_INFO in convolution auto tuning Signed-off-by: Li Peng <peng.li@intel.com> * update convolution IDLF kernel extend parameter tuning range, also cleanup ocl kernel implementation Signed-off-by: Li Peng <peng.li@intel.com> * update in-memory convolution cache config fp16 and fp32 cache config are stored separately Signed-off-by: Li Peng <peng.li@intel.com>
-
Maksim Shabunin authored
* apps: add Win32 friendly opencv_version app Improve experience of launching app from explorer: - application just flash (open/close) the console window Suggested Win32 application flavor additionally shows MessageBox and waits for User interaction. * cmake: added unified application creation function
-
Vadim Pisarevsky authored
-
Rostislav Vasilikhin authored
* Kinect2 support added to OpenNI2 backend * more fixes for OpenNI2 backend * whitespace fixed * libfreenect2 support added * const cast added * mutable removed
-
Vadim Pisarevsky authored
-
- 23 Jun, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
-
Alexander Alekhin authored
-
- 22 Jun, 2018 3 commits
-
-
Dmitry Kurtaev authored
-
Tomoaki Teshima authored
-
Alexander Alekhin authored
-
- 21 Jun, 2018 4 commits
-
-
Alexander Alekhin authored
OPENCV_OCL4DNN_FORCE_AUTO_TUNING should ignore existed configuration from: - builtin predefined configurations (for Intel OpenCL iGPUs) - external configuration (via OPENCV_OCL4DNN_CONFIG_PATH) Prefer external configuration over builtin.
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
- 20 Jun, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 19 Jun, 2018 1 commit
-
-
berak authored
-
- 17 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 16 Jun, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
`dest(roi_d)` operation contains similar check inside.
-
- 15 Jun, 2018 1 commit
-
-
Adam Rankin authored
-
- 14 Jun, 2018 10 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
Use Win32 TRUE/FALSE in SetUINT32() calls for bool parameters
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
vishwesh5 authored
Corrected formula for weighted within-class variance
-