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
fixed compilation linemod sample on Windows
|
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.
Now developers should call the method setFaceDetectionMaskGenerator() to use prefiltering mask generator
implemented for face detection.
|
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.
Added pedestrian detection trained model for HOG 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
- improved CV_IN_OUT/CV_OUT handling for generated Python/Java wrappers
|
14 years ago |
Evgeniy Kozinov
|
07eed8c489
|
refactoring latentSVM
|
14 years ago |
Maria Dimashova
|
1580806730
|
removed DOT implementation
|
14 years ago |
Vadim Pisarevsky
|
c0ec0e05c5
|
made datamatrix build on Windows; fixed unresolved symbols
|
14 years ago |
Ethan Rublee
|
355ad2993a
|
adding c++ interface to the datamtrix codes of j.
|
14 years ago |
Maria Dimashova
|
a360a19c56
|
added TBB optimization to DOT
|
14 years ago |
Maria Dimashova
|
0f6b8002dc
|
fixed save/load of dot; added data for the sample
|
14 years ago |
Maria Dimashova
|
f4c74eb532
|
changed the dot
|
14 years ago |
Maria Dimashova
|
9ce792fb3a
|
minor
|
14 years ago |
Vadim Pisarevsky
|
9702b5ef8a
|
made the samples compile on Windows
|
14 years ago |
Maria Dimashova
|
cd981f4d13
|
started to integrate DOT detector
|
14 years ago |
Alexey Kazakov
|
1e69bd5118
|
class MeanshiftGrouping replaced from objdetect.hpp to cascadedetect.cpp
|
14 years ago |
Alexey Kazakov
|
fb0b25692e
|
A little fix in haar cascade
|
14 years ago |
Alexey Kazakov
|
e9aa6fa012
|
Added ROC-curve calculating to the cascade detection algorithm
|
14 years ago |
Vadim Pisarevsky
|
06070dfcf6
|
fixed linker errors by adding CV_EXPORTS to the exported DataMatrix functionality;
|
14 years ago |
James Bowman
|
f385bb97eb
|
datamatrix
|
14 years ago |
James Bowman
|
324e89ab3a
|
datamatrix
|
14 years ago |
Alexey Kazakov
|
537a36115f
|
The bug was fixed
|
14 years ago |
Alexey Kazakov
|
e863c3d5f6
|
Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for input rectangles); new pedestrian detection model, trained on the Daimler base (getDaimlerPeopleDetector(...) ).
Some changes in the HOGDescriptor class interface(objdetect.hpp) (added useMeanShiftGrouping parameter to the detectMultiScale(...) function)
|
14 years ago |
Alexey Kazakov
|
833102c19e
|
Replaced few methods to virtual in CascaseClassifier class (objdetect.hpp)
|
14 years ago |
Alexey Kazakov
|
4e460cd7a6
|
Replaced private methods to protected in CascaseClassifier class (objdetect.hpp)
|
14 years ago |
Valentina Kustikova
|
d03b89f163
|
Parallel version of Latent SVM.
|
14 years ago |
Ilya Lysenkov
|
dc9e5eda19
|
Moved PlanarObjectDetector to the objdetect module
|
14 years ago |
Kirill Kornyakov
|
93e344a962
|
compilation warning fixed
|
14 years ago |