179 Commits (89f0e0a8d1b0c352cebf7280fd041d44bbbb8517)

Author SHA1 Message Date
marina.kolpakova 765dea9ddf fix bugs in the soft cascade detect method; add options for debug logging 12 years ago
marina.kolpakova dc74ce20ab OpenCV friendly xml format for soft cascade 12 years ago
marina.kolpakova c04725b681 add apply cascade method 12 years ago
marina.kolpakova 695827050f Integral images for ICF 12 years ago
marina.kolpakova b0b85f36f6 add test for soft cascade detect method 12 years ago
marina.kolpakova a54d456ad0 parse soft cascade from xml 12 years ago
marina.kolpakova fe2c38be80 add method to fill soft cascade 12 years ago
marina.kolpakova fb113e5ce4 scale pyramid calculations 12 years ago
marina.kolpakova 9966d7feba add structures for cascade representation 12 years ago
marina.kolpakova 108fd169f7 dummy soft cascade 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev 42c8a42ad3 Fix binary compatibility of opencv_objdetect 12 years ago
Andrey Kamaev 0dc3d61071 Revert "yet another portion of changes towards the binary compatibility" 12 years ago
Andrey Kamaev e7b81688a4 Revert "yet another portion of changes towards the binary compatibility" 12 years ago
Vadim Pisarevsky 618fbf5508 yet another portion of changes towards the binary compatibility 12 years ago
Anatoly Baksheev 46874d40df warnings under windows 12 years ago
marina.kolpakova e1e0c46639 integrated patch: HOG confidence calculation. Thanks, Wongun. 12 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev 81a5988015 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 13 years ago
Andrey Kamaev 6ca618277c More fixes for documentation. 13 years ago
Andrey Kamaev 78329b0dfe New bunch of documentation fixes 13 years ago
Andrey Kamaev eb2f1f81ed Fixed hundreds of documentation problems 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky 9b382d07f6 modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev e479a9f619 Removed unneded dependency between objdetect and calib3d 13 years ago
Vadim Pisarevsky 33bc089506 fixed HOGDescriptor::detect and HOGDescriptor::detectMultiScale signatures (ticket #1304) 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
Alexander Shishkov 0279ba953e fixed warnings in linemod on Windows 13 years ago
Alexander Shishkov e7e373307b added exports to the LineMod classes 13 years ago
Andrey Kamaev 32080ece8c Fixed Android build warning 13 years ago
Patrick Mihelich 13456c9840 Removed a finished todo 13 years ago
Patrick Mihelich f483272d09 No longer expose internal LINE-MOD methods like response map computation, linearizing similarities, etc in public header. 13 years ago
Patrick Mihelich f174b001f3 Initial commit of LINE-MOD source code to objdetect module. 13 years ago
Vadim Pisarevsky 716a5d04ab fixed a few problems detected by Xcode 4.2.1 13 years ago
Leonid Beynenson 9f837d3486 Made changes concerning inserting prefiltering modes into CascadeClassifier class. 13 years ago
Anatoly Baksheev 7076dfd7d6 gpu module: refactored devmem2d.hpp (atomic bomb) 13 years ago
Leonid Beynenson da3a60a5a7 Made changes in the method of inserting prefilters into the CascadeClassifier class. 13 years ago
Leonid Beynenson 630288fdef Added possibility of prefiltering into CascadeClassifier. Now OpenCV users can implement their own mask generators and insert them into CascadeClassifier. 13 years ago
Maria Dimashova d3cd2cb5c0 removed porting to java of latent svm 13 years ago
Maria Dimashova 4d85ee7de1 added c++ wrapper of latent svm 13 years ago
Alexey Kazakov 50543d627f Added HOG features to cascade detection algorithm. 13 years ago
Vadim Pisarevsky a51a8ad577 fixed tickets #1301, #1303, #1305 13 years ago
Vadim Pisarevsky 02c98152d7 export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298) 13 years ago
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Andrey Pavlenko fbfddbd3ea - 'c_string' support added to Java API 14 years ago
Evgeniy Kozinov 07eed8c489 refactoring latentSVM 14 years ago
Maria Dimashova 1580806730 removed DOT implementation 14 years ago