377 Commits (974799acd869d229ca2f9aad014a06083c68b77b)

Author SHA1 Message Date
Ethan Rublee 44e9fdaa2d Initial pass at some boost python bindings. 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
Maria Dimashova ebe2d03aef removed duplicated output, added the print of first and last points always 14 years ago
Maria Dimashova f3662b0bd1 fixed sample 14 years ago
Maria Dimashova 983f4f1621 minor changes of recall-precision output 14 years ago
Vadim Pisarevsky 306a11a7c5 fixed a few warnings from VS2010 express 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
Vadim Pisarevsky fa2f1c036a removed "#include "windows.h"" from core headers 14 years ago
Anatoly Baksheev c49dc37761 [+] added use_folders cmake feature if cmake version is greater then 2.8.0 14 years ago
Maria Dimashova f8d93df52a minor 14 years ago
P. Druzhkov 15f7918e34 problem with the supported data matrices types is fixed 14 years ago
Maria Dimashova 0f6b8002dc fixed save/load of dot; added data for the sample 14 years ago
Maria Dimashova f4c74eb532 changed the dot 14 years ago
Anatoly Baksheev 8ebff41c29 more warnings fixed. +some warnings in examples 14 years ago
Alexey Spizhevoy f6fc807d49 fixed some tests in gpu module 14 years ago
Maria Dimashova 1b5f5dd371 changed GBT parameters in sample 14 years ago
Stefano Fabri dff9c0703f Fix a litte bug on matrix subtraction 14 years ago
Maria Dimashova 098795cd16 minor changes 14 years ago
Maria Dimashova 92852ca06e added new ML models to points_classifier sample 14 years ago
Maria Dimashova 428aef522b added new sample on ML models 14 years ago
Vadim Pisarevsky 9702b5ef8a made the samples compile on Windows 14 years ago
Vadim Pisarevsky 8da637854c added extra check to avoid crashes 14 years ago
Alexey Spizhevoy ce808af594 fixed failing GPU projectPoints and solvePnPRansac tests 14 years ago
Maria Dimashova cd981f4d13 started to integrate DOT detector 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
Vadim Pisarevsky 17a2480a21 integrated parallel SVM prediction; fixed warnings after meanshift integration 14 years ago
Vadim Pisarevsky 9a991a2e10 fixed build problems on Windows 14 years ago
Vladimir Dudnik 26d348a5b7 fixed build issue (MSVC2010, x64) 14 years ago
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) 14 years ago
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 14 years ago
Anton Obukhov 07d19c2c6f [~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api) 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
Anatoly Baksheev ce474db8eb refactored FaceDetection GPU sample 14 years ago
Alexey Spizhevoy caa2733636 minor changes in gpu performance sample 14 years ago
Vladislav Vinogradov 58f6919795 made GPU version of SURF more consistent with CPU one 14 years ago
Alexey Spizhevoy c067c633f0 added docs for gpu::solvePnPRansac 14 years ago
Alexey Spizhevoy 23416e3db5 make GPU version of solvePnPRansac more consistent with CPU one 14 years ago
Alexey Spizhevoy 1d62fddd31 updated solvePnpRansac performance test 14 years ago
Alexey Spizhevoy c3b05cf398 added command line args parsing into gpu performance sample 14 years ago
Alexey Spizhevoy 60e33921e3 added performance sample for solvePnpRansac + refactoring 14 years ago
Alexey Spizhevoy 4ec5fb43f0 fixed some warnings 14 years ago
Gary Bradski 518ed29480 fixed a bug in boost.calc_error and added more documentation 14 years ago
Alexey Spizhevoy b97d8fd656 added performance test for gpu::projectPoints function 14 years ago
Alexey Spizhevoy e5b563b3fd refactored GPU performance sample, added filter suport 14 years ago