2275 Commits (e8ed37533948d73dd77a4a18f801c41b007e8a39)

Author SHA1 Message Date
Anup Parikh 0e5614877d Update matlab module readme to fix #664 and #1201 8 years ago
abratchik 53da3059a4 Fix java wrappers for Text module 8 years ago
Woody Chow ab43a3b2d9 Use TLS instead of mutex in SIFT 8 years ago
Woody Chow 6be2945abb Multithreading findScaleSpaceExtremaComputer. Sort the keypoints afterwards to make the output stable 8 years ago
Pavel Vlasanek ca6ccac67f Tutorials added and documentation updated. 8 years ago
catree dc8e29a0ad Update doCornerRefinement() parameter to cornerRefinementMethod(). 8 years ago
Dmitry Kurtaev 2abf45d1ee Made some deep learning layers params are public (#1134) 8 years ago
Aleksandr Rybnikov 78fabfe606 Changed blobFromImages() function, so it can handle 1-channel images (#1185) 8 years ago
dkurt d5ac902f18 Fix changes with allocating memory outside layers. 8 years ago
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
Aleksandr Rybnikov a5d0ef520c Added statistics functions 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