Commit Graph

170 Commits

Author SHA1 Message Date
Andrey Kamaev
988c405f79 Fixed build with MSVC 2012-06-20 16:03:03 +00:00
Andrey Kamaev
d48d7b2b46 Updated warning options for GCC; fixed new warnings. 2012-06-20 12:27:02 +00:00
Andrey Kamaev
c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 2012-06-12 14:46:12 +00:00
Andrey Kamaev
f62028dc16 Fixed mingw build. 2012-06-08 03:15:08 +00:00
Andrey Kamaev
49a1ba6038 Set stricter warning rules for gcc 2012-06-07 17:21:29 +00:00
Andrey Kamaev
eb90882b2d Fixed some build warnings 2012-05-25 13:13:51 +00:00
Vadim Pisarevsky
2fd1e2ea57 merged all the latest changes from 2.4 to trunk 2012-04-13 21:50:59 +00:00
Andrey Kamaev
0d18d19ad6 Fixed Android build warnings 2012-03-30 16:10:52 +00:00
Vadim Pisarevsky
68d20301f2 fixed building delaunay.c with MSVC 2012-03-30 12:54:54 +00:00
Vadim Pisarevsky
beb7fc3c92 a LOT of obsolete stuff has been moved to the legacy module. 2012-03-30 12:19:25 +00:00
Vadim Pisarevsky
648669cb81 preliminary version of a multi-level findcontours 2012-03-24 20:07:10 +00:00
Vadim Pisarevsky
846e37ded5 fixed many warnings from GCC 4.6.1 2012-03-17 09:22:31 +00:00
Vadim Pisarevsky
4985c1b632 fixed hundreds of warnings from MSVC 2010. 2012-03-16 21:21:04 +00:00
Vadim Pisarevsky
957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 2012-03-15 14:36:01 +00:00
Andrey Kamaev
984eb99428 Global CMake reorganization:
[~] Automatically tracked dependencies between modules
 [+] Support for optional module dependencies
 [+] Options to choose modules to build
 [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
 [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
 [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
2012-02-03 11:26:49 +00:00
Kirill Kornyakov
7d8f487b03 reverted occasional commit 2011-11-24 12:20:45 +00:00
Kirill Kornyakov
913811836a workaround for the case when perf system is used in external app without TBB 2011-11-24 12:06:38 +00:00
itsyplen
6d3e92517c new version of command line parser 2011-08-04 16:09:04 +00:00
Kirill Kornyakov
0595ca7454 reverted 2011-08-03 13:21:21 +00:00
Kirill Kornyakov
2a47ab6e08 java tests: minor updates 2011-08-03 13:12:39 +00:00
Kirill Kornyakov
87ad9b1c3e samples C/C++: fixed compilation problem on Ubuntu 2011-07-14 12:50:07 +00:00
Vadim Pisarevsky
f0624c08dc propagated some more changes from 2.3 to trunk 2011-06-23 12:15:35 +00:00
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) 2011-06-17 06:31:54 +00:00
P. Druzhkov
e20d570ed1 brief gbt documentation added. some sample fixes made. code updated. 2011-06-15 21:54:25 +00:00
Anatoly Baksheev
8f4c7db3f6 ~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
2011-06-11 17:24:09 +00:00
itsyplen
3876cf22e3 reverted samples with new command argument parser. will be continued after OpenCV release. 2011-06-09 12:01:47 +00:00
itsyplen
d225ab238f Fixed mistakes in help 2011-06-08 14:07:19 +00:00
Kirill Kornyakov
09a7a40478 The samples were updated corresponding a single standart for <help> 2011-06-03 14:53:38 +00:00
Alexander Shishkov
33e71127f7 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) 2011-05-30 13:32:57 +00:00
Kirill Kornyakov
534ac83b8d update help corresponding single format and update some samples through using CommandLineParser class 2011-05-29 10:01:01 +00:00
Kirill Kornyakov
dc3fe6e9cf update help according single standart for it 2011-05-28 10:53:53 +00:00
Vadim Pisarevsky
23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
Kirill Kornyakov
aadb1669a7 some samples updated according to new CommandLineParser class 2011-05-21 14:09:03 +00:00
Anatoly Baksheev
69f28ef65c solution folder flag disabled by default 2011-05-17 09:40:06 +00:00
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. 2011-05-15 19:25:00 +00:00
Vadim Pisarevsky
05394d9835 added missing #include "ctype.h" 2011-05-13 20:01:36 +00:00
Anatoly Baksheev
c49dc37761 [+] added use_folders cmake feature if cmake version is greater then 2.8.0
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
2011-05-11 13:37:20 +00:00
Anatoly Baksheev
8ebff41c29 more warnings fixed. +some warnings in examples 2011-05-07 12:06:58 +00:00
Maria Dimashova
92852ca06e added new ML models to points_classifier sample 2011-04-30 18:04:33 +00:00
James Bowman
8047d0503f datamatrix 2011-04-25 21:51:36 +00:00
Alexey Kazakov
e9aa6fa012 Added ROC-curve calculating to the cascade detection algorithm 2011-04-22 10:03:05 +00:00
James Bowman
4b350e9a09 datamatrix test image 2011-04-21 00:24:21 +00:00
Liu Liu
daac469b83 no Window named "Object SURF" has ever been created, shouldn't destroy such one. 2011-04-07 05:48:48 +00:00
Vadim Pisarevsky
bbdd0aecbd improved tree_engine.cpp sample (added train file data specification; print sorted variable importance table) 2011-04-05 15:13:10 +00:00
Gary Bradski
518ed29480 fixed a bug in boost.calc_error and added more documentation 2011-02-28 02:24:11 +00:00
Valentina Kustikova
d03b89f163 Parallel version of Latent SVM. 2011-02-08 07:34:25 +00:00
Ilya Lysenkov
dc9e5eda19 Moved PlanarObjectDetector to the objdetect module 2010-12-27 08:25:31 +00:00
Vladimir Dudnik
3c6f35740d cosmetic changes 2010-12-23 22:55:23 +00:00
Kirill Kornyakov
33c44fcd7a facedetect code cleaned. added new multicascadeclassifier sample, duplicating facedetect right now. 2010-12-09 15:08:32 +00:00
Gary Bradski
d04321e747 revamped 2010-12-04 08:35:02 +00:00
Gary Bradski
0bcbd3c1d3 revamped 2010-12-04 08:34:57 +00:00
Gary Bradski
a3d7aebbef revamped 2010-12-04 08:34:54 +00:00
Gary Bradski
a458d57257 revamped too 2010-12-04 08:34:47 +00:00
Vadim Pisarevsky
6a15ff8d13 added cvSave(contours) to the contours demo; added rational model demonstration to stereo_calib; fixed formatting in imgproc/types_c.h 2010-12-03 19:09:06 +00:00
Vadim Pisarevsky
fe72a6eeb3 converted Kalman sample to C++ 2010-12-03 17:46:36 +00:00
Gary Bradski
4a662c3244 documented use 2010-12-03 02:49:09 +00:00
Gary Bradski
139695213e documenation and output added 2010-12-03 02:43:10 +00:00
Gary Bradski
72697de861 docs 2010-12-03 02:31:20 +00:00
Gary Bradski
114fe5cf15 docs 2010-12-03 02:26:32 +00:00
Gary Bradski
f08969ed49 slight bug fix, docs 2010-12-03 02:20:37 +00:00
Gary Bradski
58ec89f799 established and doc'd the call 2010-12-03 02:13:16 +00:00
Gary Bradski
c10225bd28 docs 2010-12-03 00:29:27 +00:00
Gary Bradski
cfd176305c running documentation 2010-12-03 00:07:21 +00:00
Gary Bradski
db426d26d8 teek 2010-12-02 23:49:21 +00:00
Gary Bradski
bf808fac25 created parameter description doc and output 2010-12-02 23:42:46 +00:00
Gary Bradski
a4385b18b1 Created output doc help() file. 2010-12-02 23:31:18 +00:00
Gary Bradski
049e284eb4 docing the use of SURF+FLANN for planar object detection 2010-12-02 10:04:50 +00:00
Gary Bradski
1b4b40f199 fern docs 2010-12-02 09:57:21 +00:00
Gary Bradski
0343513ded added description output 2010-12-02 09:46:50 +00:00
Gary Bradski
f960d61faf added help 2010-12-02 09:40:58 +00:00
Gary Bradski
4789306499 put in a remark 2010-12-01 20:04:57 +00:00
Gary Bradski
bbbd57d6c1 added an example call 2010-12-01 19:58:01 +00:00
Gary Bradski
dab507e32a put in a bunch of checks, outputs and docs 2010-12-01 19:50:46 +00:00
Gary Bradski
7c83be161f added help function 2010-12-01 08:43:16 +00:00
Gary Bradski
e4e6da3e38 cascade converstion output 2010-12-01 08:36:59 +00:00
Gary Bradski
4d5149e1ae created docs 2010-12-01 08:28:00 +00:00
Gary Bradski
4db4569b60 put doc comments on top 2010-12-01 02:50:27 +00:00
Gary Bradski
a474974bc7 tweek 2010-12-01 02:22:24 +00:00
Gary Bradski
439b1057e6 added to and moved comments to top 2010-12-01 02:20:36 +00:00
Vadim Pisarevsky
b46d23a2aa converted houghlines to C++ 2010-11-29 14:00:21 +00:00
Vadim Pisarevsky
9d990b7f69 removed duplicated data for samples (it is now in samples/cpp) 2010-11-29 13:34:32 +00:00
Vadim Pisarevsky
d61464a756 rewrote stereo_calib in C++ 2010-11-29 13:31:52 +00:00
Vadim Pisarevsky
921c68de57 removed duplicated letter_recog sample 2010-11-28 19:43:22 +00:00
Vadim Pisarevsky
f2a3e7e312 converted some more samples to C++ 2010-11-28 19:41:55 +00:00
Vadim Pisarevsky
91d8b2aaac removed garbage from the image sample 2010-11-27 23:19:16 +00:00
Vadim Pisarevsky
ee3618243d converted some OpenCV C samples to C++ 2010-11-27 23:15:16 +00:00
Victor Erukhimov
db5157513e Fixing missing header compilation problems 2010-11-26 19:22:39 +00:00
Victor Erukhimov
1fb6e7d1ce Fixing a missing header compilation problem 2010-11-26 19:11:42 +00:00
Vadim Pisarevsky
01c1003d51 fixed warnings and errors reported by VS2010 2010-11-26 18:25:30 +00:00
Vadim Pisarevsky
042271f5f7 use the new-style headers in the samples to improve OpenCV build time. 2010-11-26 17:59:40 +00:00
Maria Dimashova
3a873cb051 updated some included headers 2010-11-16 16:34:27 +00:00
Vadim Pisarevsky
9e7b8d5f67 rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557) 2010-11-12 20:55:32 +00:00
Maria Dimashova
0acc00bf62 replace include file in sample 2010-11-10 15:01:25 +00:00
Victor Erukhimov
cf2031b146 Fixed a compilation problem when the DEMO_MIX_API_USE is not defined 2010-11-05 11:23:42 +00:00
Maria Dimashova
69e329c9fd modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images 2010-10-29 08:44:42 +00:00
Alexey Polovinkin
0f7c2e016d GBT train/test was added to tree_engine sample 2010-10-17 19:18:42 +00:00
Alexey Polovinkin
ba88b2ee54 Added error handling in latentsvmdetect sample 2010-10-16 07:10:46 +00:00
Vadim Pisarevsky
f678c8f07b made FLANN (and dependent on it code) build fine on Windows. Most of the changes are added CV_EXPORTS' into the class declarations and extern variables are turned into external functions (as a nice side effect the variables are now read-only) 2010-10-15 18:57:59 +00:00
Vadim Pisarevsky
5386a8e7cb added dependency on the new module flann (now with opencv_flann lib) 2010-10-13 06:17:24 +00:00
Vadim Pisarevsky
9b085f2091 added dependency on the new module flann 2010-10-13 06:12:38 +00:00