1972 Commits (50a52424fa1d6afedcb15a14aa162c469e8cb131)

Author SHA1 Message Date
Vladislav Sovrasov 50a52424fa dnn: fix possible build problem with tensor flow, get rid of catch(...) 8 years ago
Vladislav Sovrasov 10aee918c0 Fix DNN module build without torch 8 years ago
Vladislav Sovrasov 731ee7bbd7 ximgproc: fix warning in OCL related code on Windows platform 8 years ago
Vadim Pisarevsky f78bb2c4e7 fixed shape() function (#1177) 8 years ago
Vadim Pisarevsky b885d28ca0 fixed test failures; removed extra whitespaces 8 years ago
Aleksandr Rybnikov 9b73fee29d Made separate functions for computing output shapes for all layers. Removed output blobs allocation from layers 8 years ago
Vladislav Sovrasov 4ae95b6e2a tracking: add confidence threshold to TrackerKCF 8 years ago
Vadim Pisarevsky 7297f02220 added optimized anisotropic diffusion filter (rewrite of https://github.com/opencv/opencv/pull/8362) 8 years ago
dkurt eca606277a Enabled parallel computation of ReLU activation layer 8 years ago
Pavel Vlasanek 25c4888721 F1-transform added and F0 minor fixes. 8 years ago
LaurentBerger 03f0b94fbe try to solve issue #8748 8 years ago
LaurentBerger 64b3bbb620 solve issue 1165 8 years ago
Aleksandr Rybnikov 08ade5e10e Disabled FCN test on win32, changed googlenet test 8 years ago
Philipp Hasper 363097e9c3 sfm: Fixed build for MSVC: snprintf only in VS2015 and above 8 years ago
Philipp Hasper 204db719aa sfm: Added throwing of Error::StsNotImplemented for affine reconstruction 8 years ago
Philipp Hasper 4f8a400d5d sfm: Enabled intrinsics refinement 8 years ago
dkurt 743f82c002 Removed an extra reallocation of networks every setBlob call. 8 years ago
Pavel Vlasanek aceaa03473 Fast F-transform added. 8 years ago
Alexander Alekhin ddc58e76ad dnn: extra testdata files from OPENCV_DNN_TEST_DATA_PATH env 8 years ago
LaurentBerger ae8682693b user can load his own data using command line or use simulate data 8 years ago
LaurentBerger 4e866d4232 solve issue #1155 8 years ago
berak 0c25702988 Update bm3d_denoising_invoker_commons.hpp 8 years ago
lhelontra da280ac55d added computeOrientation and edgenms in structured_edge_detection 8 years ago
Aleksandr Rybnikov 3b01eaa3d8 Fixed bugs after dnn refactoring. Added new tests for layers (#1142) 8 years ago
atinfinity ebc255b025 fixed sample code in tutorial 8 years ago
atinfinity 9a3cb3092f removed unnecessary character 8 years ago
saskatchewancatch 3ec8e0ac4c 1) Modified cv::ximgproc::niBlackThreshold to support binarization using popular Niblack inspired techniques. Sauvola, Wolf, and NICK support added. 8 years ago
olivierpascal ab48ffdfc1 Warning fixed 8 years ago
olivierpascal 204e98e105 Bugfix #1143 8 years ago
Pavel Rojtberg 621d6c2a51 linemod: add rudimentary python bindings 8 years ago
Alexander Alekhin fdab64c95d fix tests 8 years ago
Vadim Pisarevsky 7578908901 removed trailing whitespaces 8 years ago
Vadim Pisarevsky 9e26b24d04 improved speed of ENet processing. 8 years ago
Aleksandr Rybnikov 053303ab44 Added python scripts to estimating accuracy 8 years ago
Vladislav Sovrasov 96222f36c3 dnn: fix build without Torch 8 years ago
Vadim Pisarevsky 3f5b465501 refactored DNN (#1102) 8 years ago
Vladislav Sovrasov 3ac9e24254 tracking: improve public API 8 years ago
Vladislav Sovrasov 98fd23cc38 dnn_modern: include protubuf headers in cmake 8 years ago
Rostislav Vasilikhin e1fd238440 fixed data copying from Mat to vector 8 years ago
Kiran Pradeep 5169619802 Merge pull request #493 from kiranpradeep:bg_segm_documentation_fix 8 years ago
Steven Puttemans a960912b6e fixing matlab wrapping 8 years ago
szk1509 40f1ac514b Merge pull request #973 from szk1509:master 8 years ago
Erwan Normand 4ed8c5eb34 Merge pull request #1108 from enormand:aruco-calibration-board-points 8 years ago
Vladislav Sovrasov 12bdc2af18 dnn_modern: update docs, fix build problems 8 years ago
Balint Cristian 4d6723d9e7 Update MSLIC citation and author's contact. 8 years ago
Maksim Shabunin 234b3a4155 Fixed gflags search in Ubuntu 8 years ago
jexner 5d14e0e6cd Remove unused variables 8 years ago
jexner 46c3965a7f Fix uninitialized iteration counter in MSLIC 8 years ago
Vladislav Sovrasov aba73af7fb ximgproc: fix weightedMedianFilter crash on zero mask 8 years ago
Vladislav Sovrasov 8b831fefd5 ximgproc: wrap weightedMedianFilter into python 8 years ago