Andrey Kamaev
b8ed00bd64
Compile OpenCV with GCC visibility set to hidden
12 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
Stefan Romberg
9f417268b3
Fixed visualization by choosing the color appropriate to the detection
...
Fixed visualization by choosing the color appropriate to the detection
score.
Previously the example showed all detections with the same color
disregarding the confidence. This led to the impression that the object
detection did not work at all because there are many detections with low
confidences.
PR to master was
https://github.com/Itseez/opencv/pull/320
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
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
Anatoly Baksheev
8f4c7db3f6
~40 warnings under VS2008
...
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
14 years ago
itsyplen
3876cf22e3
reverted samples with new command argument parser. will be continued after OpenCV release.
14 years ago
Kirill Kornyakov
09a7a40478
The samples were updated corresponding a single standart for <help>
14 years ago
Kirill Kornyakov
534ac83b8d
update help corresponding single format and update some samples through using CommandLineParser class
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
Valentina Kustikova
d03b89f163
Parallel version of Latent SVM.
14 years ago
Gary Bradski
bf808fac25
created parameter description doc and output
14 years ago
Vadim Pisarevsky
042271f5f7
use the new-style headers in the samples to improve OpenCV build time.
14 years ago
Alexey Polovinkin
ba88b2ee54
Added error handling in latentsvmdetect sample
14 years ago
Valentina Kustikova
fbfccffbaa
Integration object detection using Latent SVM. Sample was added.
14 years ago