Andrey Kamaev
|
22d33373fa
|
Fix build warnings on MSVC x64 and OS X clang
|
12 years ago |
Oscar Deniz Suarez
|
07ea88b8c6
|
Update samples/c/smiledetect.cpp
Fixed isdigit() Android build error
|
12 years ago |
Oscar Deniz Suarez
|
8cfba6456b
|
Update samples/c/smiledetect.cpp
- Changed to floating neighbor maximum mode
- Fixed some previous errors.
|
12 years ago |
Oscar Deniz Suarez
|
379dcf87d5
|
Added smile detector
|
12 years ago |
Andrey Kamaev
|
9944282b09
|
Fix build with STLPort from NDK r8d
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Vadim Pisarevsky
|
bbf679267a
|
modified facedetect to properly display very oblong objects and optionally flip image horizontally (for profile face detection). Added LBP cascades by Attila Novak for profile face detection and silverware detection (those are results of GSoC 2012)
|
12 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 |
Kirill Kornyakov
|
7d8f487b03
|
reverted occasional commit
|
13 years ago |
Kirill Kornyakov
|
913811836a
|
workaround for the case when perf system is used in external app without TBB
|
13 years ago |
Kirill Kornyakov
|
0595ca7454
|
reverted
|
13 years ago |
Kirill Kornyakov
|
2a47ab6e08
|
java tests: minor updates
|
13 years ago |
Vladimir Dudnik
|
6e38b6aaed
|
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
|
14 years ago |
itsyplen
|
3876cf22e3
|
reverted samples with new command argument parser. will be continued after OpenCV release.
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
Kirill Kornyakov
|
aadb1669a7
|
some samples updated according to new CommandLineParser class
|
14 years ago |
Kirill Kornyakov
|
94760a5f2b
|
command line parser added. Leonid Beynenson is original contributor of the class. Class will be used in samples for convenient (and unified) work with command arguments.
|
14 years ago |
Kirill Kornyakov
|
33c44fcd7a
|
facedetect code cleaned. added new multicascadeclassifier sample, duplicating facedetect right now.
|
14 years ago |
Gary Bradski
|
d04321e747
|
revamped
|
14 years ago |
Gary Bradski
|
bbbd57d6c1
|
added an example call
|
14 years ago |
Gary Bradski
|
dab507e32a
|
put in a bunch of checks, outputs and docs
|
14 years ago |
Victor Erukhimov
|
1fb6e7d1ce
|
Fixing a missing header compilation problem
|
14 years ago |
Vadim Pisarevsky
|
042271f5f7
|
use the new-style headers in the samples to improve OpenCV build time.
|
14 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |