Evgeny Talanin
|
6308be2c3e
|
Changed parallel_for to parallel_for_ in hog.cpp and cascadedetect.cpp
|
12 years ago |
Andrey Kamaev
|
089de14ed7
|
Fix copy-paste bug in AVX optimization of haar
|
12 years ago |
Andrey Kamaev
|
bcd0aefbca
|
Fix gcc build errors and warnings
|
13 years ago |
Andrey Kamaev
|
07d92d9e5a
|
Fix android build warnings
|
13 years ago |
Vadim Pisarevsky
|
959674618f
|
restored SSE2 and added AVX optimization of the old haar face detector
|
13 years ago |
Vadim Pisarevsky
|
67ff95083d
|
added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters
|
13 years ago |
Vadim Pisarevsky
|
633a8bfacc
|
fixed many warnings (modified pull request 13)
|
13 years ago |
Andrey Kamaev
|
4a1ef53deb
|
Fixed gcc build warning
|
13 years ago |
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
13 years ago |
Andrey Kamaev
|
1852cb7eab
|
Fix tegra build warnings
|
13 years ago |
Vadim Pisarevsky
|
fac3d9994c
|
integrated another portion of SSE optimizations from Grigory Frolov
|
13 years ago |
marina.kolpakova
|
e1e0c46639
|
integrated patch: HOG confidence calculation. Thanks, Wongun.
|
13 years ago |
Marina Kolpakova
|
336dcbcff7
|
fixed brocken tests by classifier loger from r9027
|
13 years ago |
Anatoly Baksheev
|
9706079ace
|
a bit refactoring in LBP face detection on GPU
|
13 years ago |
Marina Kolpakova
|
1365e28a54
|
initial support of GPU LBP classifier: added new style xml format loading
|
13 years ago |
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
13 years ago |
Andrey Kamaev
|
7cccc93bdf
|
Fixed Android build warnings and few warnings in specific cnfigurations
|
13 years ago |
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
89e3c461ec
|
Fixed build with TBB
|
13 years ago |
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Gary Bradski
|
54f92013b0
|
fix to Detector::write so that it doesn't abort on read
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
Vadim Pisarevsky
|
806aab164b
|
save, load & copy HOGDescriptor::nlevels (ticket #1533)
|
13 years ago |
Andrey Kamaev
|
67838a7a66
|
Made dependency of opencv_objdetect from opencv_highgui optional.
|
13 years ago |
Vadim Pisarevsky
|
afd9523ff2
|
possibly fixed bug #1453
|
13 years ago |
Marina Kolpakova
|
2ca6a50546
|
Fixed bug #1663
|
13 years ago |
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
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 |
Andrey Kamaev
|
e4307d05f3
|
Made dependency of features2d and calib3d from highgui optional
|
13 years ago |
Alexander Shishkov
|
0279ba953e
|
fixed warnings in linemod on Windows
|
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 |
Andrey Kamaev
|
9a88aea697
|
Eliminated all compiler warnings on Android
|
13 years ago |
Vadim Pisarevsky
|
716a5d04ab
|
fixed a few problems detected by Xcode 4.2.1
|
13 years ago |
Andrey Kamaev
|
8cab65c173
|
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
|
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 |
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
|
36967575be
|
Added doc on c++ version of latent svm
|
13 years ago |
Maria Dimashova
|
a4bc940a50
|
fixed method clear()
|
13 years ago |
Maria Dimashova
|
4d85ee7de1
|
added c++ wrapper of latent svm
|
13 years ago |
Leonid Beynenson
|
87a21016d8
|
Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon.
|
13 years ago |
Vadim Pisarevsky
|
86882e5dd1
|
fixed bug #1381
|
13 years ago |
Vadim Pisarevsky
|
1c738820de
|
fixed resource leak in lsvmparser (ticket #1390)
|
13 years ago |
Vadim Pisarevsky
|
3535aacc23
|
fixed bug #1389
|
13 years ago |