2039 Commits (54d65f9d746901f05e7a1af11a605da199b8601f)

Author SHA1 Message Date
Linus Ericsson 54d65f9d74 Added python bindings for rgbd module (#1284) 8 years ago
berak 006dcae896 tracking: fix rounding error in trackerKCF 8 years ago
nyanp eaa022480f Add a definition to fix error on MSVC 8 years ago
LaurentBerger 3a05c24bbd Update doc for text module 8 years ago
berak 3d0e42f655 ximgproc: change M_PI to CV_PI in structured_edge_detection 8 years ago
Vladislav Samsonov 3442a8deee Handle incorrect flow vectors in gpc_evaluate; fixes opencv/opencv#9183 8 years ago
Vladislav Samsonov 617db6c4fe Fixed bug inside GPCDetails::dropOutliers(); fixes opencv/opencv#9220 8 years ago
Alexander Alekhin f266f33160 bgsegm(docs): information about author of BackgroundSubtractorCNT 8 years ago
Alexander Alekhin 02ea1b6680 test: fix SIFT descriptor test 8 years ago
Justin Hotchkiss Palermo 574e20000d fix spelling 8 years ago
Alexander Alekhin e581b4d5d4 dnn: cleanup 8 years ago
Alexander Alekhin 5db12b38c1 dnn: move module to main OpenCV repository 8 years ago
berak 8d9a3e431d face: minor cleanup after #1239 8 years ago
Aleksandr Rybnikov b0d008ce03 Enabled tests for intermediate blobs in goolgenet 8 years ago
dkurt 37cf4974a4 Updated Halide tests. Simplified batch norm using Halide. Bug fix in convolutional layer. 8 years ago
Alexander Alekhin 8f5c0e0de0 3rdparty: put protobuf into OpenCV repository 8 years ago
Vadim Pisarevsky e551d15c2b enabled convolution & activation fusion (#1245) 8 years ago
Dmitry Kurtaev 62ba5d7552 Added Halide OpenCL target for deep learning networks (#1246) 8 years ago
Tham a4a8b84e93 Implement image hash modules (#688) 8 years ago
Aleksandr Rybnikov ea1670b567 Added blobFromImage functions which can crop input from the center and subtract mean 8 years ago
Vadim Pisarevsky b593cae037 some further optimizations and cleanups in dnn (#1237) 8 years ago
Vladislav Sovrasov 1537cbb9d8 Get rid of exit() calls in algorithms and tests 8 years ago
Vladislav Sovrasov 087210de0d face: refactoring of factory methods 8 years ago
dkurt 8c03c6393b Updated Halide tests according to https://github.com/opencv/opencv_contrib/pull/1229 8 years ago
dkurt 12b179103b Disable feature https://github.com/opencv/opencv_contrib/pull/1194 in case of implicit reshape mask 8 years ago
Aleksandr Rybnikov aa0d8060de Added possibility of getting any intermediate blob with thrifty memory management 8 years ago
Maksim Shabunin b18e35793a dnn: fixed GEMM1T AVX2 implementation (#1231) 8 years ago
Vladislav Sovrasov dc332c7801 aruco: fix non-square marker size in _drawPlanarBoardImpl 8 years ago
dkurt dc93eedecf Added Halide backend support for deep learning layers 8 years ago
Vadim Pisarevsky 645260af34 optimized several conv net layers (#1227) 8 years ago
dkurt e0fe0aa3df Fix reshape layer output size computation 8 years ago
Diego fbbda575de Fixed loop in buildPyramid in deepflow.cpp 8 years ago
Alexander Alekhin 843197503f matlab: require installation of Jinja2 Python package 8 years ago
Aleksandr Rybnikov 09b73b2dc7 Blobs reuse improvement (#1205) 8 years ago
Jcrist99 6c9d6d507b Merge pull request #1210 from abratchik:contrib.java.wrapper.fix.3.2 8 years ago
Aleksandr Rybnikov 692ba7bafd Fixed SSD example, added test 8 years ago
dkurt 78ff9d931a Import SoftMax, LogSoftMax layers from Torch 8 years ago
Yuriy Obukh 41559d7481 Some changes to make VS2010 compiler happy. 8 years ago
Natsuki Kawai f57d6fbbb6 Fixed a buffer overflow which occurs when setImage is called with different images and default image_id. 8 years ago
abratchik 53da3059a4 Fix java wrappers for Text module 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