marina.kolpakova
|
3d41846c39
|
move frame processing into separate class
|
2012-11-07 03:19:06 +04:00 |
|
marina.kolpakova
|
5651743784
|
remove debug imshow from code
|
2012-11-07 03:19:06 +04:00 |
|
marina.kolpakova
|
8e092f8b5d
|
add Detection struct to interface
|
2012-11-07 03:19:06 +04:00 |
|
marina.kolpakova
|
2d2c46e717
|
add const qualifier to detectMultiScale method
|
2012-11-07 03:19:06 +04:00 |
|
marina.kolpakova
|
765dea9ddf
|
fix bugs in the soft cascade detect method; add options for debug logging
- WITH_DEBUG_OUT for logging cascade scales
- DEBUG_STORE_IMAGES for xml matrix serialization
- DEBUG_SHOW_RESULT to see detection result
|
2012-11-07 03:19:05 +04:00 |
|
marina.kolpakova
|
dc74ce20ab
|
OpenCV friendly xml format for soft cascade
|
2012-11-07 03:19:04 +04:00 |
|
marina.kolpakova
|
c04725b681
|
add apply cascade method
|
2012-11-07 03:19:04 +04:00 |
|
marina.kolpakova
|
695827050f
|
Integral images for ICF
|
2012-11-07 03:19:04 +04:00 |
|
marina.kolpakova
|
b0b85f36f6
|
add test for soft cascade detect method
|
2012-11-07 03:19:04 +04:00 |
|
marina.kolpakova
|
a54d456ad0
|
parse soft cascade from xml
|
2012-11-07 03:19:04 +04:00 |
|
marina.kolpakova
|
fe2c38be80
|
add method to fill soft cascade
|
2012-11-07 03:19:04 +04:00 |
|
marina.kolpakova
|
fb113e5ce4
|
scale pyramid calculations
|
2012-11-07 03:19:04 +04:00 |
|
marina.kolpakova
|
9966d7feba
|
add structures for cascade representation
|
2012-11-07 03:19:04 +04:00 |
|
marina.kolpakova
|
108fd169f7
|
dummy soft cascade
|
2012-11-07 03:19:03 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
Andrey Kamaev
|
e7b81688a4
|
Revert "yet another portion of changes towards the binary compatibility"
This reverts commit 618fbf5508 .
|
2012-10-16 19:35:57 +04:00 |
|
Vadim Pisarevsky
|
618fbf5508
|
yet another portion of changes towards the binary compatibility
|
2012-10-08 21:36:27 +04:00 |
|
Anatoly Baksheev
|
46874d40df
|
warnings under windows
|
2012-10-01 23:57:37 +04:00 |
|
marina.kolpakova
|
e1e0c46639
|
integrated patch: HOG confidence calculation. Thanks, Wongun.
|
2012-07-25 15:26:26 +04:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
2012-05-28 20:11:38 +00:00 |
|
Andrey Kamaev
|
78329b0dfe
|
New bunch of documentation fixes
|
2012-05-28 14:36:15 +00:00 |
|
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
2012-05-28 07:36:14 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Vadim Pisarevsky
|
33bc089506
|
fixed HOGDescriptor::detect and HOGDescriptor::detectMultiScale signatures (ticket #1304)
|
2012-03-29 17:18:38 +00:00 |
|
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.
|
2012-03-15 14:36:01 +00:00 |
|
Alexander Shishkov
|
0279ba953e
|
fixed warnings in linemod on Windows
|
2012-02-27 11:42:33 +00:00 |
|
Alexander Shishkov
|
e7e373307b
|
added exports to the LineMod classes
fixed compilation linemod sample on Windows
|
2012-02-27 11:15:01 +00:00 |
|
Andrey Kamaev
|
32080ece8c
|
Fixed Android build warning
|
2012-02-27 09:19:30 +00:00 |
|
Patrick Mihelich
|
13456c9840
|
Removed a finished todo
|
2012-02-27 08:55:57 +00:00 |
|
Patrick Mihelich
|
f483272d09
|
No longer expose internal LINE-MOD methods like response map computation, linearizing similarities, etc in public header.
|
2012-02-27 00:07:52 +00:00 |
|
Patrick Mihelich
|
f174b001f3
|
Initial commit of LINE-MOD source code to objdetect module.
|
2012-02-26 23:55:18 +00:00 |
|
Vadim Pisarevsky
|
716a5d04ab
|
fixed a few problems detected by Xcode 4.2.1
|
2012-02-15 19:48:04 +00:00 |
|
Leonid Beynenson
|
9f837d3486
|
Made changes concerning inserting prefiltering modes into CascadeClassifier class.
Now developers should call the method setFaceDetectionMaskGenerator() to use prefiltering mask generator
implemented for face detection.
|
2011-10-21 14:56:37 +00:00 |
|
Anatoly Baksheev
|
7076dfd7d6
|
gpu module: refactored devmem2d.hpp (atomic bomb)
|
2011-10-13 15:14:04 +00:00 |
|
Leonid Beynenson
|
da3a60a5a7
|
Made changes in the method of inserting prefilters into the CascadeClassifier class.
|
2011-10-12 11:32:01 +00:00 |
|
Leonid Beynenson
|
630288fdef
|
Added possibility of prefiltering into CascadeClassifier. Now OpenCV users can implement their own mask generators and insert them into CascadeClassifier.
|
2011-10-05 13:21:28 +00:00 |
|
Maria Dimashova
|
d3cd2cb5c0
|
removed porting to java of latent svm
|
2011-10-04 06:47:41 +00:00 |
|
Maria Dimashova
|
4d85ee7de1
|
added c++ wrapper of latent svm
|
2011-10-03 16:45:46 +00:00 |
|
Alexey Kazakov
|
50543d627f
|
Added HOG features to cascade detection algorithm.
Added pedestrian detection trained model for HOG cascade detection algorithm.
|
2011-09-21 18:03:53 +00:00 |
|
Vadim Pisarevsky
|
a51a8ad577
|
fixed tickets #1301, #1303, #1305
|
2011-08-14 19:46:39 +00:00 |
|
Vadim Pisarevsky
|
02c98152d7
|
export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298)
|
2011-08-12 07:50:55 +00:00 |
|
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
2011-07-19 12:27:07 +00:00 |
|
Andrey Pavlenko
|
fbfddbd3ea
|
- 'c_string' support added to Java API
- improved CV_IN_OUT/CV_OUT handling for generated Python/Java wrappers
|
2011-07-12 21:13:56 +00:00 |
|
Evgeniy Kozinov
|
07eed8c489
|
refactoring latentSVM
|
2011-07-12 18:43:41 +00:00 |
|
Maria Dimashova
|
1580806730
|
removed DOT implementation
|
2011-06-14 12:28:44 +00:00 |
|
Vadim Pisarevsky
|
c0ec0e05c5
|
made datamatrix build on Windows; fixed unresolved symbols
|
2011-05-25 14:49:09 +00:00 |
|
Ethan Rublee
|
355ad2993a
|
adding c++ interface to the datamtrix codes of j.
|
2011-05-25 00:23:50 +00:00 |
|
Maria Dimashova
|
a360a19c56
|
added TBB optimization to DOT
|
2011-05-24 13:20:32 +00:00 |
|