ValeryTyumen
297808e6b9
Feature #3957
9 years ago
Suleyman TURKMEN
fd4761ba31
Update face detection samples
9 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
10 years ago
Vadim Pisarevsky
3858f2291d
removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps.
...
some of the stuff will be moved to opencv_contrib module.
in order to make this PR pass buildbot, please, comment off opencv_legacy, opencv_contrib and opencv_softcascade test runs.
11 years ago
Andrey Kamaev
5e048d1fa5
Move C API of opencv_objdetect to separate file
...
Also move cv::linemod to own header
12 years ago
Andrey Kamaev
0738ea7d0f
Make highgui.hpp independent from C API
12 years ago
Andrey Kamaev
288a0634c2
Make imgproc.hpp independent from C API
12 years ago
Andrey Kamaev
715fa3303e
Move cv::Mat out of core.hpp
12 years ago
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
81f826db2b
Normalize line endings and whitespace
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