179 Commits (554eae56d1b173d1dd7365a61b1626a3cf54617b)

Author SHA1 Message Date
Vadim Pisarevsky 82e8657a6d backport: refined QRCodeDetector API for OpenCV 4.0 6 years ago
Alexander Nesterov 53ec8f286b Added QR code decoding. 6 years ago
Suleyman TURKMEN c61bc3a0cb Update documentation and samples 6 years ago
Alexander Nesterov e38ea3a888 Update detect QRCode algorithm 6 years ago
Nesterov Alexander 0081dc478f Init qrcode algo (#11829) 6 years ago
Alexander Alekhin 9ba9358ecb documentation: avoid links to 'master' branch from 3.4 maintenance branch 7 years ago
Alexander Alekhin 3314966acb objdetect: apply CV_OVERRIDE/CV_FINAL 7 years ago
luz.paz e805a55a5b Misc. modules/ typos (cont.) 7 years ago
Suleyman TURKMEN 20c11d3b7b Update HOGDescriptor documentation 7 years ago
Suleyman TURKMEN d547c6b1a2 documentation improvement 7 years ago
Vladislav Sovrasov f2105419fa objdetect: fix wrong cxx11 features check 7 years ago
Suleyman TURKMEN 89480801b8 some improvements on tutorials 7 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 7 years ago
StevenPuttemans bfb18d29a6 add explanation to detectMultiScale overload functionality 8 years ago
Colin Finck e8f591143c objdetect: Properly check for C++11 as it's done in the matching .cpp file. Fixes #7623 8 years ago
Eric Sommerlade 049a894986 fixed detection_based_tracker on visual studio 2013 and later 8 years ago
E Sommerlade 41c47a84fc restored Parameters() constructor to maintain ABI compatibility. Added CV_EXPORTS to nested class 8 years ago
E Sommerlade 118c1b4ace fixed detection_based_tracker on visual studio 2013 and later 8 years ago
StevenPuttemans ca762a6ba7 allow minObjectSize==maxObjectSize for single scale detection capability 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
daB0bby 5728795cf7 Merge pull request #7320 from daB0bby:patch-1 8 years ago
Alexander Alekhin ddc0b42bc3 migration: github.com/opencv/opencv 8 years ago
Alexander Alekhin 323e24e3ef change links from samples/python2 to samples/python 9 years ago
Alexander Alekhin caaf60ba00 remove bindings generation for DetectionBasedTracker 10 years ago
Michaël Sdika ab40c2acf7 added the signedGradient varaible to the HOGDescriptor class. 10 years ago
Maksim Shabunin c485aee464 Included c-headers for better 2.4 compatibility 10 years ago
Maksim Shabunin 91e21847e2 Some changes to make migration to 3.0 easier 10 years ago
Maksim Shabunin 03e213ccae Doxygen documentation: BiB references and fixes 10 years ago
Maksim Shabunin 1523fdcc1c Doxygen documentation: more fixes and cleanups 10 years ago
Maksim Shabunin 8e9ea0e3d1 Doxygen doucmentation: ml module 10 years ago
Vadim Pisarevsky 1ad9827fc4 removed ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be moved to opencv_contrib/modules/rgbd) 10 years ago
Vadim Pisarevsky 66f2e527b6 removed extra whitespaces 11 years ago
Vadim Pisarevsky 07c0d50edf put the detection-based tracker back (to objdetect module), so that the Android face detection sample builds fine. The patch by Konstantin Matskevich that adds C++11 threads support has been merged in too. Also, fixed compile error in the doc builder. 11 years ago
Vadim Pisarevsky 3858f2291d removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps. 11 years ago
abidrahmank 31291ced11 Issue #2540 : Python bindings for various "detectMultiScale()" 11 years ago
Andrey Pavlenko 38f46eb3b4 fixing issues from coverity scan 1167937, 1167938, 1167939, 1127248 (http://scan.coverity.com/projects/169?tab=Overview) 11 years ago
Konstantin Matskevich 3495c5953c fixes 11 years ago
Vadim Pisarevsky 30593ee55e 3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier. 11 years ago
Konstantin Matskevich 5c38519c65 some changes 11 years ago
Konstantin Matskevich 9a62df1650 HOG 11 years ago
Ilya Lavrenov 37789f015a deleted excess semicolons, commas 11 years ago
Vadim Pisarevsky 9d3e7e027a almost finished opencl-ization of cascade classifier 11 years ago
Vadim Pisarevsky d8513d627d continue adding OpenCL optimization to cascade classifier 11 years ago
Vadim Pisarevsky fdf1996e2e added old=>new cascade conversion function 11 years ago
Vadim Pisarevsky 828b0b151b another attempt to fix compile errors 11 years ago
Vadim Pisarevsky fe11ca886a trying to eliminate compile problems 11 years ago
Vadim Pisarevsky ff87385201 refactored CascadeClassifier to hide implementation details (take 2) 11 years ago
Vadim Pisarevsky d914f20a4c updated patch to bring in the first functions with "transparent API" 11 years ago
lluis 047b568f6d erGrouping now uses a classifier for group validation instead of a set of heuristical ifos. 11 years ago
lluis 2837bfd9fa Added erGrouping function: Find groups of Extremal Regions that are organized as text blocks. Updated sample/cpp to use the complete text detection pipeline 11 years ago