Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
12 years ago |
Andy Maloney
|
b79e8053c1
|
Check memory allocation
Declare vars as locally as possible
|
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 |
Zifei Tong
|
260bdc057c
|
Changed parallel_for to parallel_for_ in haar.cpp
|
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 |
Vadim Pisarevsky
|
a8c5e35619
|
some more fixes towards binary compatibility
|
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
|
fac3d9994c
|
integrated another portion of SSE optimizations from Grigory Frolov
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Andrey Kamaev
|
7fd1cfc5e7
|
Fixed warnings about unused return value of fread
|
13 years ago |
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
13 years ago |
Vadim Pisarevsky
|
3535aacc23
|
fixed bug #1389
|
14 years ago |
Vadim Pisarevsky
|
d58459ccdd
|
fixed default maxSize case in cvHaarDetectObjects (ticket #1296)
|
14 years ago |
Vadim Pisarevsky
|
b0aae19fb4
|
probably fixed parallel face detector (i.e. built with TBB), ticket #1185. Thanks to mengw for the patch
|
14 years ago |
Maria Dimashova
|
eace415f57
|
fixed cascade detection on images of size equal to feature size (#1070)
|
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 |
Kirill Kornyakov
|
d8415ed44e
|
code cleaning of cascade classifier
|
15 years ago |
Kirill Kornyakov
|
515bdfa71e
|
added max window size parameter for cascade classifier
|
15 years ago |
Vadim Pisarevsky
|
f78a3b4cc1
|
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |