- 23 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 06 Mar, 2018 1 commit
-
-
Alireza Davoudi authored
As the type of `targetPatch` and `searchPatch` is CV_8UC3, subtracting 128 from them will saturate all values smaller than 128 to zero.
-
- 14 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 20 Sep, 2017 1 commit
-
-
jrobble authored
-
- 18 Sep, 2017 1 commit
-
-
Dmitry Kurtaev authored
-
- 16 Jun, 2017 1 commit
-
-
Aleksandr Rybnikov authored
-
- 25 Apr, 2017 1 commit
-
-
Vadim Pisarevsky authored
* the first commit in the merged dnn: convert some public API from Blob's to Mat's * temporarily or permantently removed OpenCL optimizations, which are not always stable nor usually very efficient; we'll likely use Halide instead * got rid of Blob and BlobShape completely; use cv::Mat and std::vector<int> instead * fixed a few compile errors * got rid of separate .hpp files with layer declarations; instead, put everything into the respective .cpp files * normalized all the layers' constructors; we concentrate on loading deep networks layers from files instead of constructing them from scratch, so we retained only SomeLayer::SomeLayer(const LayerParams& params); constructors * fixed sample compilation * suppress doxygen warnings * trying to fix python bindings generation for DNN module * temporarily disable python bindings while we refactor the module * fix win32/win64 compile errors; remove trailing whitespaces * fix win32/win64 compile errors; remove trailing whitespaces
-
- 24 Apr, 2017 1 commit
-
-
Vladislav Sovrasov authored
Use ROI selector in python samples
-
- 07 Mar, 2017 1 commit
-
-
berak authored
-
- 27 Feb, 2017 1 commit
-
-
Lorena García authored
-
- 15 Dec, 2016 1 commit
-
-
Vladimir authored
-