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 |
Maria Dimashova
|
faee18961d
|
fixed colorizing disparity
|
14 years ago |
Alexey Spizhevoy
|
e1b5a4fcc8
|
fixed incorrect device id in multi_gpu sample (checked both multi GPU samples work correctly with new multi GPU API)
|
14 years ago |
Vladislav Vinogradov
|
54fa600b9e
|
update docs
minor fixes and refactoring of GPU module
|
14 years ago |
Marius Muja
|
7d42dbdd71
|
Removing 'using namespace std' from header files, closes bugs #730 and #846
|
14 years ago |
Alexey Spizhevoy
|
04709a2793
|
refactoring of GPU module
|
14 years ago |
Anatoly Baksheev
|
6b6a63ba38
|
fixed some warnings
GPU: TargetArchs -> added FEATURE_SET prefix.
|
14 years ago |
Alexey Spizhevoy
|
725d83b0e5
|
added init() function into MultiGpuMgr, added samples
|
14 years ago |
Alexey Spizhevoy
|
5d4913a2ee
|
fixed multi GPU API, added driver_api prefix to multi gpu samples
|
14 years ago |
Alexey Spizhevoy
|
5f175f9594
|
fixed warnings in GPU samples
|
14 years ago |
Alexey Spizhevoy
|
a42a42858c
|
fixed GPU samples and MultiGpuMgr
|
14 years ago |
Alexey Spizhevoy
|
2a612ca62c
|
|
14 years ago |
Gary Bradski
|
975ecaca7d
|
added output camera id if it fails
|
14 years ago |
Gary Bradski
|
251918e120
|
just added frame saving
|
14 years ago |
Alexey Spizhevoy
|
593fae4c02
|
minor chnages in GPU samples
|
14 years ago |
Alexey Spizhevoy
|
bbffbe904a
|
fixed waitKey delay for the GPU FD sample, it didn't work under Linux
|
14 years ago |
Vadim Pisarevsky
|
4b7aaf2e48
|
fixed build errors on Linux + fixed Farneback optical flow sample
|
14 years ago |
Vladislav Vinogradov
|
924670d32c
|
fixed block size calculation in SURF_GPU (fasthessian_gpu and nonmaxonly_gpu kernels)
|
14 years ago |
Valentina Kustikova
|
d03b89f163
|
Parallel version of Latent SVM.
|
14 years ago |
Anatoly Baksheev
|
7539b7de65
|
fixed build under ubuntu, but FS is still disabled
|
14 years ago |
Alexander Shishkov
|
3eef457d38
|
uncomment building of samples
|
14 years ago |
Ilya Lysenkov
|
3e43bc579b
|
Modified the calibration sample to work with asymmetric pattern
|
14 years ago |
Anatoly Baksheev
|
7b1c265563
|
fixed some compilation under ubuntu
|
14 years ago |
Maria Dimashova
|
eedd42f192
|
added messages to CMake log; fixed sample
|
14 years ago |
Anatoly Baksheev
|
0747f2d863
|
1) NPP_staging as sources. Binaries removed.
2) NVidia tests for GPU
3) FD sample that uses NVidia's interface.
|
14 years ago |