121 Commits (5f8715c8b4270ddf45ff208f6a227fce9eac146c)

Author SHA1 Message Date
Andrey Kamaev a323da6fd5 Fixed some warnings and install problems on linux 13 years ago
Andrey Kamaev 988c405f79 Fixed build with MSVC 13 years ago
Andrey Kamaev d48d7b2b46 Updated warning options for GCC; fixed new warnings. 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev f62028dc16 Fixed mingw build. 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev eb90882b2d Fixed some build warnings 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev 0d18d19ad6 Fixed Android build warnings 13 years ago
Vadim Pisarevsky 68d20301f2 fixed building delaunay.c with MSVC 13 years ago
Vadim Pisarevsky beb7fc3c92 a LOT of obsolete stuff has been moved to the legacy module. 13 years ago
Vadim Pisarevsky 648669cb81 preliminary version of a multi-level findcontours 13 years ago
Vadim Pisarevsky 846e37ded5 fixed many warnings from GCC 4.6.1 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
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. 13 years ago
Andrey Kamaev 984eb99428 Global CMake reorganization: 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
itsyplen 6d3e92517c new version of command line parser 13 years ago
Kirill Kornyakov 0595ca7454 reverted 13 years ago
Kirill Kornyakov 2a47ab6e08 java tests: minor updates 13 years ago
Kirill Kornyakov 87ad9b1c3e samples C/C++: fixed compilation problem on Ubuntu 14 years ago
Vadim Pisarevsky f0624c08dc propagated some more changes from 2.3 to trunk 14 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
P. Druzhkov e20d570ed1 brief gbt documentation added. some sample fixes made. code updated. 14 years ago
Anatoly Baksheev 8f4c7db3f6 ~40 warnings under VS2008 14 years ago
itsyplen 3876cf22e3 reverted samples with new command argument parser. will be continued after OpenCV release. 14 years ago
itsyplen d225ab238f Fixed mistakes in help 14 years ago
Kirill Kornyakov 09a7a40478 The samples were updated corresponding a single standart for <help> 14 years ago
Alexander Shishkov 33e71127f7 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) 14 years ago
Kirill Kornyakov 534ac83b8d update help corresponding single format and update some samples through using CommandLineParser class 14 years ago
Kirill Kornyakov dc3fe6e9cf update help according single standart for it 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
Anatoly Baksheev 69f28ef65c solution folder flag disabled by default 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
Vadim Pisarevsky 05394d9835 added missing #include "ctype.h" 14 years ago
Anatoly Baksheev c49dc37761 [+] added use_folders cmake feature if cmake version is greater then 2.8.0 14 years ago
Anatoly Baksheev 8ebff41c29 more warnings fixed. +some warnings in examples 14 years ago
Maria Dimashova 92852ca06e added new ML models to points_classifier sample 14 years ago
James Bowman 8047d0503f datamatrix 14 years ago
Alexey Kazakov e9aa6fa012 Added ROC-curve calculating to the cascade detection algorithm 14 years ago
James Bowman 4b350e9a09 datamatrix test image 14 years ago
Liu Liu daac469b83 no Window named "Object SURF" has ever been created, shouldn't destroy such one. 14 years ago
Vadim Pisarevsky bbdd0aecbd improved tree_engine.cpp sample (added train file data specification; print sorted variable importance table) 14 years ago
Gary Bradski 518ed29480 fixed a bug in boost.calc_error and added more documentation 14 years ago
Valentina Kustikova d03b89f163 Parallel version of Latent SVM. 14 years ago
Ilya Lysenkov dc9e5eda19 Moved PlanarObjectDetector to the objdetect module 14 years ago
Vladimir Dudnik 3c6f35740d cosmetic changes 14 years ago
Kirill Kornyakov 33c44fcd7a facedetect code cleaned. added new multicascadeclassifier sample, duplicating facedetect right now. 14 years ago