928 Commits (a9c92b63912fbfc90312519294705a45aa164e09)

Author SHA1 Message Date
Anh Nguyen a9c92b6391 Added fooling code 9 years ago
berak ee0be7ad4e Update xfeatures2d.hpp 10 years ago
Jan S. (Milania1) e57a81d2ea Added getters to the points of the KeyLine class 10 years ago
Maksim Shabunin d15d490a83 Fix OpenCL warning VS 2015 10 years ago
Maksim Shabunin a60811f6d9 Fixed surf type conversions 10 years ago
Maksim Shabunin 3bd8f27f17 DNN module 3rdparty VS 2015 warnings disabled 10 years ago
Pavel Rojtberg ee61cba9f9 aruco: use densely packed array for pose computation 10 years ago
StevenPuttemans f0121eba28 fixing matlab bindings - removing dependency on parser 10 years ago
berak dc30a2057f remove datasetstools 10 years ago
Rok Mandeljc fcedee0abb opencv_dnn: replaced static LayerFactory::impl member with a static function that constructs the object on the first use (fix for bug #383) 10 years ago
Pavel Rojtberg 7ead8dd1b9 aruco: create dictionary from Mat instead of raw pointer 10 years ago
Jan S. (Milania1) 34cf8f7021 Draw keylines in random color by default as documentation depicts 10 years ago
Dikay900 1a93ebf54a Pull Request 4219 from main opencv repo 10 years ago
Pavel Rojtberg 35b935c9ca aruco: simplify Dictionary by not interleaving the marker rotations 10 years ago
sbokov 831523ce02 Sparse-to-dense OF algorithm is added 10 years ago
S. Garrido c5d618f7e1 fix several important bugs in aruco module 10 years ago
Maksim Shabunin c1f27e9a69 Fixed some mingw-w64 compilation issues 10 years ago
Maksim Shabunin 94e777ba45 Trying to fix some tests 10 years ago
sbokov 4ed940cc9f Uninitialized memory access fix 10 years ago
Vitaliy Lyudvichenko 6ec22eee11 GSOC 2015: dnn module 10 years ago
berak 565bcab249 remove viz/vk dependancy 10 years ago
Pavel Rojtberg 1fec6079d1 aruco: the nScales == 1 case is already handled inside parallel_for_ 10 years ago
Kurnianggoro cb35f120a6 optimization 10 years ago
Sunglok Choi 4a64d57031 Fixed a minor bug on reading/writing trackerMIL::Param. 10 years ago
S. Garrido 7c08b2f7db Added aruco module 10 years ago
Lluis Gomez-Bigorda c3042c3f51 remove trailing space 10 years ago
Lluis Gomez-Bigorda a94753c0bf fix Win x64 warning 10 years ago
Lluis Gomez-Bigorda b19c676559 fix Win x64 and iOS warnings 10 years ago
Lluis Gomez-Bigorda 7cd6dbb0c9 Adds two more examples of croped word recognition, and show how to set the beam size parameter for small lexicon. 10 years ago
Lluis Gomez-Bigorda cc43177675 OCRBeamSearchDecoder code refactor: fixes most of the TODOs comments, cleans-up code, and fix a bug in score_segmentation(...) member function. 10 years ago
Patrick Snape 0507e16812 Remove the round method 10 years ago
SvetlanaFilicheva 450388468d Implement Unscented Kalman Filter (UKF) and Augmented UKF 10 years ago
jiaolong_x220 c085810035 added dpm module 10 years ago
RobertaRavanelli fc98b871b9 Moved a cout message to avoid an error about the comunication of number of images to project 10 years ago
RobertaRavanelli a03f3815c2 Added structured_light module 10 years ago
Suleyman TURKMEN e58699e69f Update webcam_demo.cpp 10 years ago
Lluis Gomez-Bigorda 45f4bd9828 Add benchmark code for the Chars74k dataset. Using the CNN character classifier reaches 75% and 84% accuracy for case-sensitive and case-insensitive recognition respectively. 10 years ago
Lluis Gomez-Bigorda 0be529da05 Adds demo program of Scene Text Character Recognition using the CNN classifier. 10 years ago
Kurnianggoro a805f8baf9 add multitracker and roiselector to tracking API group 10 years ago
Maksim Shabunin 47d45c55de ximgproc perftest 10 years ago
Maksim Shabunin fb8d27c987 perf_line_descriptor 10 years ago
Maksim Shabunin 22e57f59e6 xfeatures2d tests 10 years ago
Patrick Snape c8986b13fc Complex issue around const valarray indexing 10 years ago
Patrick Snape 8682d7d054 floor and ceil have no int overload on MSVC 10 years ago
Patrick Snape 2b766bf091 Use std::numeric_limits<float>::quiet_NaN() 10 years ago
Patrick Snape 6a35628696 pow not overriden for integers in MSVC<2012 10 years ago
Patrick Snape d1695524d2 Add round method for daisy 10 years ago
Patrick Snape 11124010aa sqrt is not overriden for integers in MSVC<2012 10 years ago
Patrick Snape 0236befcd2 Line descriptor: binary_descriptor - vector.data() 10 years ago
Maksim Shabunin ba49cfabff Testing line_descriptor, reg, rgbd 10 years ago