Vladislav Vinogradov
|
b62cf65b91
|
fixed inconsistent new/delete operators
|
12 years ago |
Andrey Kamaev
|
37d695a62e
|
Use gtest assertions in cascade test
This simplifies test debugging a lot
|
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
|
638c0d1bf4
|
fixed compile warnings
|
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 |
marina.kolpakova
|
5b03d47fb8
|
fix broken links in cascade classification documentation
|
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 |
Andrey Kamaev
|
ca7abe1239
|
Reduce number of performance tests for LBP cascade
|
12 years ago |
Maria Dimashova
|
97e36b9375
|
fix a compile error in case of building without highgui
|
13 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
13 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
13 years ago |
Andrey Kamaev
|
e3be5f138a
|
Fixed sanity checks in several performance tests
|
13 years ago |
Vadim Pisarevsky
|
63bd6f9adf
|
fixed compile errors in ocl tests; disabled a few problematic tests
|
13 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
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 |
Andrey Kamaev
|
42c8a42ad3
|
Fix binary compatibility of opencv_objdetect
|
13 years ago |
Andrey Kamaev
|
0dc3d61071
|
Revert "yet another portion of changes towards the binary compatibility"
This reverts commit 618fbf5508 .
|
13 years ago |
Vadim Pisarevsky
|
a8c5e35619
|
some more fixes towards binary compatibility
|
13 years ago |
Andrey Kamaev
|
e2ff0ed1fb
|
Add sanity checks to objdetect module perf tests
|
13 years ago |
Vadim Pisarevsky
|
618fbf5508
|
yet another portion of changes towards the binary compatibility
|
13 years ago |
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
13 years ago |
Anatoly Baksheev
|
46874d40df
|
warnings under windows
|
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
|
639bbec44a
|
svn repository web references are replaced with links to git
|
13 years ago |
Andrey Kamaev
|
4a1ef53deb
|
Fixed gcc build warning
|
13 years ago |
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
13 years ago |
Andrey Kamaev
|
5100ca7508
|
svn repository web references are replaced with links to git
|
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 |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |