Commit Graph

392 Commits

Author SHA1 Message Date
Anatoly Baksheev
1eba407378 compilation for macos 2011-06-01 15:35:30 +00:00
Vladislav Vinogradov
f906c9b259 added resetDevice function, removed MultiGpuManager 2011-06-01 10:11:27 +00:00
Ilya Lysenkov
b6c195d44c Fixed reading of the user class from *.xml (ticket #840). 2011-06-01 10:05:11 +00:00
Maria Dimashova
ef5d7278ea removed evaluation testbetch to sample 2011-05-31 15:30:49 +00:00
Vadim Pisarevsky
8ba6a54d28 fixed warning from GCC 2011-05-31 14:02:19 +00:00
Maria Dimashova
0d1ec967e8 fixed sample 2011-05-30 16:20:17 +00:00
Maria Dimashova
d5a79f8b19 Fixed #727 2011-05-30 15:11:34 +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
Ilya Lysenkov
9c2efd6cbd Fixed #797. 2011-05-30 09:02:17 +00:00
Ilya Lysenkov
686063689c Fixed #886 2011-05-30 08:01:09 +00:00
Ilya Lysenkov
3474e37037 Fixed #1063 2011-05-30 06:18:52 +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
Ethan Rublee
355ad2993a adding c++ interface to the datamtrix codes of j. 2011-05-25 00:23:50 +00:00
Ethan Rublee
89b5f40ce3 Reverting the boost::python bindings, moving dev to out of trunk. 2011-05-24 22:01:41 +00:00
Ethan Rublee
44e9fdaa2d Initial pass at some boost python bindings. 2011-05-23 17:26:58 +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
Maria Dimashova
ebe2d03aef removed duplicated output, added the print of first and last points always 2011-05-20 12:46:05 +00:00
Maria Dimashova
f3662b0bd1 fixed sample 2011-05-20 12:30:47 +00:00
Maria Dimashova
983f4f1621 minor changes of recall-precision output 2011-05-20 12:14:35 +00:00
Vadim Pisarevsky
306a11a7c5 fixed a few warnings from VS2010 express 2011-05-17 14:15:23 +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
Vadim Pisarevsky
fa2f1c036a removed "#include "windows.h"" from core headers 2011-05-13 20:00:58 +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
Maria Dimashova
f8d93df52a minor 2011-05-11 09:18:28 +00:00
P. Druzhkov
15f7918e34 problem with the supported data matrices types is fixed
minor fixes in CvGBTrees, its test and sample
2011-05-11 07:58:47 +00:00
Maria Dimashova
0f6b8002dc fixed save/load of dot; added data for the sample 2011-05-10 13:30:58 +00:00
Maria Dimashova
f4c74eb532 changed the dot 2011-05-10 12:01:42 +00:00
Anatoly Baksheev
8ebff41c29 more warnings fixed. +some warnings in examples 2011-05-07 12:06:58 +00:00
Alexey Spizhevoy
f6fc807d49 fixed some tests in gpu module 2011-05-05 11:44:47 +00:00
Maria Dimashova
1b5f5dd371 changed GBT parameters in sample 2011-05-04 14:49:02 +00:00
Stefano Fabri
dff9c0703f Fix a litte bug on matrix subtraction 2011-05-03 10:56:20 +00:00
Maria Dimashova
098795cd16 minor changes 2011-05-01 09:01:57 +00:00
Maria Dimashova
92852ca06e added new ML models to points_classifier sample 2011-04-30 18:04:33 +00:00
Maria Dimashova
428aef522b added new sample on ML models 2011-04-30 16:44:34 +00:00
Vadim Pisarevsky
9702b5ef8a made the samples compile on Windows 2011-04-29 12:41:30 +00:00
Vadim Pisarevsky
8da637854c added extra check to avoid crashes 2011-04-29 10:34:54 +00:00
Alexey Spizhevoy
ce808af594 fixed failing GPU projectPoints and solvePnPRansac tests 2011-04-27 05:29:02 +00:00
Maria Dimashova
cd981f4d13 started to integrate DOT detector 2011-04-26 13:57:55 +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
Vadim Pisarevsky
17a2480a21 integrated parallel SVM prediction; fixed warnings after meanshift integration 2011-04-19 16:20:44 +00:00
Vadim Pisarevsky
9a991a2e10 fixed build problems on Windows 2011-04-18 15:14:32 +00:00
Vladimir Dudnik
26d348a5b7 fixed build issue (MSVC2010, x64) 2011-04-15 19:46:45 +00:00
Vadim Pisarevsky
b9fa21d011 normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches) 2011-04-14 17:04:39 +00:00
Alexey Spizhevoy
97282d8ff8 added downsample function into gpu module, refactored it a little bit, added guard for CUDA related include in cascadeclassifier_nvidia_api.cpp 2011-04-08 08:04:56 +00:00