- 17 May, 2017 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
dkurt authored
-
- 16 May, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 12 May, 2017 1 commit
-
-
LaurentBerger authored
-
- 11 May, 2017 4 commits
-
-
LaurentBerger authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
berak authored
change braces in abs() call resolves: #1157
-
- 10 May, 2017 2 commits
-
-
lhelontra authored
fixed typo replaces Mat& to Input/OutputArray in public methods. small fix. small fixes
-
Aleksandr Rybnikov authored
* Fixed bugs after dnn refactoring. Added new tests for layers * Fixed torch tests
-
- 08 May, 2017 2 commits
-
-
atinfinity authored
-
atinfinity authored
-
- 03 May, 2017 1 commit
-
-
Vadim Pisarevsky authored
-
- 01 May, 2017 2 commits
-
-
olivierpascal authored
-
olivierpascal authored
-
- 27 Apr, 2017 4 commits
-
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 26 Apr, 2017 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 25 Apr, 2017 7 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Aleksandr Rybnikov authored
-
Vladislav Sovrasov authored
-
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
-
- 21 Apr, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 18 Apr, 2017 2 commits
-
-
Alexander Alekhin authored
-
Rostislav Vasilikhin authored
-
- 17 Apr, 2017 1 commit
-
-
Kiran Pradeep authored
Correcting bgsegm module descriptions. (#493) * Correcting bgsegm module descriptions. The algorithm implementation doesn't have multi target tracking as mentioned in original paper. it only does foreground/background segmentation. * Removing opencv_ from heading Removing opencv_ from description
-
- 12 Apr, 2017 2 commits
-
-
Alexander Alekhin authored
fixing matlab wrapping
-
Steven Puttemans authored
-
- 11 Apr, 2017 3 commits
-
-
szk1509 authored
new corner refinement method :: using the contour-lines (#973) * doCornerRefinement to CornerRefinementMethod :: detected contours points are used to detect the corners * some little corrections * samples edited * documented :) * tabs corrected * Docu corrections * refinement for all candidates * refinement for all candidates :: copy paste error corrected * comment
-
Erwan Normand authored
aruco: make public the getBoardObjectAndImagePoints function (#1108) * Made the private static getBoardObjectAndImagePoints function public to be used for calibration. * Switched the arguments detectedIds and detectedCorners, and objPoints and imgPoints on getBoardObjectandImagePoints function for consistency with calibrateCamera and calibrateCameraAruco functions. * Added the flag CV_EXPORTS_W to the getBoardObjectAndImagePoints function.
-
Alexander Alekhin authored
-
- 10 Apr, 2017 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-