Alexander Karsakov
|
6ef0253fb7
|
Disabled some IPP implementation since it breaks tests
|
11 years ago |
Piotr Miecielica
|
a19cc6cb64
|
Added pointer initialization
|
12 years ago |
Piotr Miecielica
|
923698d700
|
Fixes of some memory leaks
|
12 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
12 years ago |
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
12 years ago |
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
12 years ago |
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
12 years ago |
Roman Donchenko
|
d583a79869
|
Revert "Add a variant of detectMultiScale with an argument 'weights'"
It was merged by mistake.
This reverts commit ab6be9b7b7 .
|
12 years ago |
Peter Minin
|
ab6be9b7b7
|
Add a variant of detectMultiScale with an argument 'weights' that
receives the number of neighbors joined into each detected object
|
12 years ago |
Roman Donchenko
|
29b13ec1de
|
Replaced most of the usages of parallel_for with that of parallel_for_.
This should allow many algorithms to take advantage of more parallelization
technologies.
|
12 years ago |
Bahram Dahi
|
e2d6a3abe5
|
Added spacing in a nested template argument list.
|
12 years ago |
Bahram Dahi
|
dcad6ce65a
|
Reverted back to the previous method where a public method groupRectangles was added to HOGDescriptor to take care of ROI and weight grouping
|
12 years ago |
Bahram Dahi
|
8c25f9f28a
|
[3rd attempt] fixed HOGDescriptor::detectMultiScale() to group weights as well as ROIs
|
12 years ago |
ShengyinWu
|
ef5578a7ce
|
Fixs: After scaling back to original image, some detected ROI will outside the original image ROI
|
12 years ago |
Vladislav Vinogradov
|
b62cf65b91
|
fixed inconsistent new/delete operators
|
12 years ago |
Andy Maloney
|
b79e8053c1
|
Check memory allocation
Declare vars as locally as possible
|
12 years ago |
Andy Maloney
|
bc68dfb4e8
|
Remove unused vars
|
12 years ago |
Vadim Pisarevsky
|
50299c1d5e
|
disabled the use of SSE4 instructions as well to make the code compatible with the old Intel and AMD chips
|
12 years ago |
Vadim Pisarevsky
|
18039d7829
|
added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534, #2591, #2669
|
12 years ago |
Evgeny Talanin
|
50c2f87add
|
Fix and test for #2607
|
12 years ago |
Andy Maloney
|
5bd56e7464
|
Fix mem leak and mismatched new/delete
|
12 years ago |
Siegfried Hochdorfer
|
195d501b43
|
fixed broken indentation
|
12 years ago |
Siegfried Hochdorfer
|
82a9f9a5a9
|
MeanshiftGrouping Bugfix (Bug #2685)
|
12 years ago |
Zifei Tong
|
260bdc057c
|
Changed parallel_for to parallel_for_ in haar.cpp
|
12 years ago |
Zifei Tong
|
e331787645
|
Fix race condition for Cascade Classifier when TBB enabled.
|
12 years ago |
Maria Dimashova
|
97e36b9375
|
fix a compile error in case of building without highgui
|
13 years ago |
Andrey Kamaev
|
673aa91bac
|
Fix remaining windows build warnings
|
13 years ago |
Andrey Kamaev
|
9751014067
|
Fix warnings from MSVC 10 64-bit
|
13 years ago |
Andrey Kamaev
|
9900f8deb2
|
Remove russian comments
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Vadim Pisarevsky
|
a8c5e35619
|
some more fixes towards binary compatibility
|
13 years ago |
Evgeny Talanin
|
6308be2c3e
|
Changed parallel_for to parallel_for_ in hog.cpp and cascadedetect.cpp
|
13 years ago |
Andrey Kamaev
|
089de14ed7
|
Fix copy-paste bug in AVX optimization of haar
|
13 years ago |
Andrey Kamaev
|
bcd0aefbca
|
Fix gcc build errors and warnings
|
13 years ago |
Takahiro Horikawa
|
ec45453baa
|
#523 Fix the problem where the MaxSize parameter in cvHaarDetectObjects does not work when the flag CV_HAAR_SCALE_IMAGE is not set.
|
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
|
680a44189c
|
merged the trunk r8704:8716
|
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
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |