33 Commits (49f2bd6f17f7536e27bc259b0dc464bc17b2da8b)

Author SHA1 Message Date
Maksim Shabunin c485aee464 Included c-headers for better 2.4 compatibility 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 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
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko b12894d95a Boring changes - objdetect. 11 years ago
lluis 5abe3b59f5 Class-specific Extremal Region Filter algorithm as proposed in : 11 years ago
Peter Minin 7d70399d72 Add a new variant of detectMultiScale with output arguments 'objects' and 'numDetections'; factor most of detectMultiScale's code into 2 protected methods 12 years ago
Andrey Kamaev 5e048d1fa5 Move C API of opencv_objdetect to separate file 12 years ago
jackculpepper 297e6d0b73 mark multiple return arguments for python bindings 12 years ago
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 2ad7b97f1c All modules (except ocl and gpu) compiles and pass tests 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
marina.kolpakova 1b43b0e2df move soft cascade functionality into dedicated module 12 years ago
marina.kolpakova a28f5a89b3 move preprocessor to objdetect 12 years ago
marina.kolpakova cb329400df fix tests 12 years ago
marina.kolpakova 8d9c9c2690 integrate new cascade format to GPU soft cascade implementation 12 years ago
marina.kolpakova 53433884ee fix python wrapping 12 years ago
marina.kolpakova 2d45af790e fix according to pull requests comments 12 years ago
marina.kolpakova 88c71d1b7d add NMS according to Dollar's paper. 12 years ago
marina.kolpakova bd9ca48fab export to python/java 12 years ago
marina.kolpakova 8a3e897999 min and max params become double 12 years ago
marina.kolpakova e379771c03 git warning 12 years ago
marina.kolpakova 4656872161 fixed typo 12 years ago
marina.kolpakova 157ab66ab9 add ROI support 12 years ago
marina.kolpakova 6a3a723938 refactor integral channels 12 years ago
marina.kolpakova 4a1c4a9862 soft cascade become Algorithm 12 years ago
marina.kolpakova a84334cfc2 brief soft cascade interface description 12 years ago
marina.kolpakova 2e8ed77383 get rid of hard-coded values 12 years ago
marina.kolpakova 16dd09ccfc move scale related parameters to SoftCascade constructor 12 years ago
marina.kolpakova 017d970b9a load SoftCascade from FileStorage 12 years ago