Commit Graph

355 Commits

Author SHA1 Message Date
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
Anton Obukhov
07d19c2c6f [~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api) 2011-04-07 12:59:01 +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
Anatoly Baksheev
ce474db8eb refactored FaceDetection GPU sample 2011-04-04 15:21:58 +00:00
Alexey Spizhevoy
caa2733636 minor changes in gpu performance sample 2011-04-01 07:31:06 +00:00
Vladislav Vinogradov
58f6919795 made GPU version of SURF more consistent with CPU one 2011-03-10 13:53:58 +00:00
Alexey Spizhevoy
c067c633f0 added docs for gpu::solvePnPRansac 2011-03-09 08:48:39 +00:00
Alexey Spizhevoy
23416e3db5 make GPU version of solvePnPRansac more consistent with CPU one 2011-03-07 14:01:18 +00:00
Alexey Spizhevoy
1d62fddd31 updated solvePnpRansac performance test 2011-03-07 13:36:47 +00:00
Alexey Spizhevoy
c3b05cf398 added command line args parsing into gpu performance sample 2011-03-03 13:46:44 +00:00
Alexey Spizhevoy
60e33921e3 added performance sample for solvePnpRansac + refactoring 2011-03-01 09:17:22 +00:00
Alexey Spizhevoy
4ec5fb43f0 fixed some warnings 2011-03-01 08:02:27 +00:00
Gary Bradski
518ed29480 fixed a bug in boost.calc_error and added more documentation 2011-02-28 02:24:11 +00:00
Alexey Spizhevoy
b97d8fd656 added performance test for gpu::projectPoints function 2011-02-21 11:14:12 +00:00
Alexey Spizhevoy
e5b563b3fd refactored GPU performance sample, added filter suport 2011-02-17 15:25:50 +00:00
Maria Dimashova
faee18961d fixed colorizing disparity 2011-02-17 09:29:29 +00:00
Alexey Spizhevoy
e1b5a4fcc8 fixed incorrect device id in multi_gpu sample (checked both multi GPU samples work correctly with new multi GPU API) 2011-02-17 07:29:56 +00:00
Vladislav Vinogradov
54fa600b9e update docs
minor fixes and refactoring of GPU module
2011-02-16 08:31:45 +00:00
Marius Muja
7d42dbdd71 Removing 'using namespace std' from header files, closes bugs #730 and #846 2011-02-16 06:36:15 +00:00
Alexey Spizhevoy
04709a2793 refactoring of GPU module 2011-02-15 13:25:24 +00:00
Anatoly Baksheev
6b6a63ba38 fixed some warnings
GPU: TargetArchs -> added FEATURE_SET prefix.
2011-02-15 10:54:49 +00:00
Alexey Spizhevoy
725d83b0e5 added init() function into MultiGpuMgr, added samples 2011-02-15 10:03:26 +00:00
Alexey Spizhevoy
5d4913a2ee fixed multi GPU API, added driver_api prefix to multi gpu samples 2011-02-15 09:12:48 +00:00
Alexey Spizhevoy
5f175f9594 fixed warnings in GPU samples 2011-02-14 15:36:07 +00:00
Alexey Spizhevoy
a42a42858c fixed GPU samples and MultiGpuMgr 2011-02-14 15:09:45 +00:00
Alexey Spizhevoy
2a612ca62c 2011-02-14 13:13:05 +00:00
Gary Bradski
975ecaca7d added output camera id if it fails 2011-02-13 04:09:58 +00:00
Gary Bradski
251918e120 just added frame saving 2011-02-13 04:04:30 +00:00
Alexey Spizhevoy
593fae4c02 minor chnages in GPU samples 2011-02-10 14:33:02 +00:00
Alexey Spizhevoy
bbffbe904a fixed waitKey delay for the GPU FD sample, it didn't work under Linux 2011-02-10 13:27:50 +00:00
Vadim Pisarevsky
4b7aaf2e48 fixed build errors on Linux + fixed Farneback optical flow sample 2011-02-09 23:10:51 +00:00
Vladislav Vinogradov
924670d32c fixed block size calculation in SURF_GPU (fasthessian_gpu and nonmaxonly_gpu kernels) 2011-02-09 09:11:11 +00:00
Valentina Kustikova
d03b89f163 Parallel version of Latent SVM. 2011-02-08 07:34:25 +00:00
Anatoly Baksheev
7539b7de65 fixed build under ubuntu, but FS is still disabled 2011-02-07 13:47:10 +00:00
Alexander Shishkov
3eef457d38 uncomment building of samples 2011-02-07 10:44:44 +00:00
Ilya Lysenkov
3e43bc579b Modified the calibration sample to work with asymmetric pattern 2011-02-07 07:59:01 +00:00
Anatoly Baksheev
7b1c265563 fixed some compilation under ubuntu 2011-02-04 18:29:05 +00:00