191 Commits (de977cc9c836dd954bc0a737b5aa80621a4f9c72)

Author SHA1 Message Date
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
marina.kolpakova 3d41846c39 move frame processing into separate class 12 years ago
marina.kolpakova 5651743784 remove debug imshow from code 12 years ago
marina.kolpakova 8e092f8b5d add Detection struct to interface 12 years ago
marina.kolpakova 2d2c46e717 add const qualifier to detectMultiScale method 12 years ago
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. 13 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