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 |
Maria Dimashova
|
ad896ae640
|
refactored OpenNI integration
|
14 years ago |
Alexey Spizhevoy
|
5c3495a079
|
added perf test for gpu::erode, fixed docs, refactored perf. sample
|
14 years ago |
Alexey Spizhevoy
|
50429d8a3e
|
fixed some warnings and errors under g++
|
14 years ago |
Alexey Spizhevoy
|
ea94b43541
|
added stereo_multi_gpu sample, cosmetic changes in multi_gpu sample
|
14 years ago |
Vladislav Vinogradov
|
98493676f5
|
added cvtColor performance test, small fix of BruteForceMatcher performance test
|
14 years ago |
Alexey Spizhevoy
|
da2d7ee72b
|
updated performance sample
|
14 years ago |
Alexey Spizhevoy
|
bbdb52f8fd
|
replaced source type 32F with 32FC4 in gpu::norm perf. test
|
14 years ago |
Alexey Spizhevoy
|
16e74ab306
|
added buffered version of norm, updated performance sample and docs
|
14 years ago |
Alexey Spizhevoy
|
cc3eec546e
|
added bigger images for SURF performance test (it shows better results on them)
|
14 years ago |
Alexey Spizhevoy
|
7a29d96cf4
|
added buffered version of gpu::integral function and updated performance test (it still works too slow)
|
14 years ago |
Alexey Spizhevoy
|
9b556a5df9
|
removed obsolete file
|
14 years ago |
Alexey Spizhevoy
|
3bac10a1ca
|
minor changes in multi_gpu sample
|
14 years ago |
Alexey Spizhevoy
|
937cbcecb6
|
added images for gpu samples
|
14 years ago |
Alexey Spizhevoy
|
e6d17406af
|
added results check into multi_gpu sample
|
14 years ago |
Alexey Spizhevoy
|
b582330b90
|
added performance tests for mulSpectrum, resize, Sobel
|
14 years ago |
Alexey Spizhevoy
|
8f35b572ff
|
added performance tests for log, exp, add, magnitude
|
14 years ago |
Alexey Spizhevoy
|
1c9ad08dc5
|
finished multi_gpu sample
|
14 years ago |
Alexey Spizhevoy
|
3afc37ceec
|
added HAVE_CUDA, HAVE_TBB handling into multi_gpu sample
|
14 years ago |
Alexey Spizhevoy
|
65b9f3bc10
|
fixed TargetArchs implementation in case when HAVE_CUDA=false, added initial structure for multi_gpu sample
|
14 years ago |
Vladislav Vinogradov
|
cecfde309c
|
update BruteForceMatcher_GPU performance test
|
14 years ago |
Alexey Spizhevoy
|
feff022422
|
added BFM perf. test
|
14 years ago |
Alexey Spizhevoy
|
ba32b447ee
|
added SURF perf. test, added working dir field (can be changed via CMD args)
|
14 years ago |
Maria Dimashova
|
344db91676
|
minor user output change
|
14 years ago |
Maria Dimashova
|
508aaa41f8
|
added ability to get and set some Kinect params
|
14 years ago |
Alexey Spizhevoy
|
48aeb8f1d5
|
more GPU perf. tests refactoring, added singular maps into remap test
|
14 years ago |
Alexey Spizhevoy
|
79ba160c1c
|
added more GPU perf. tests, refactored
|
14 years ago |
Alexey Spizhevoy
|
ab8f578f9d
|
added error handling into GPU perf. tests
|
14 years ago |
Alexey Spizhevoy
|
6f91a29ea2
|
added initializers into GPU perf. tests
|
14 years ago |
Alexey Spizhevoy
|
397a63539c
|
fixed bug in performance test matrix generation
|
14 years ago |
Alexey Spizhevoy
|
7e3c69c82f
|
added GPU memory allocation performance test
|
14 years ago |
Alexey Spizhevoy
|
72b0ec90b9
|
added minMaxLoc, cornerHarris, remap and dft performance tests
|
14 years ago |
Alexey Spizhevoy
|
8644c6f86b
|
added minMaxLoc performance tests
|
14 years ago |
Maria Dimashova
|
68ed806be0
|
replaced own point cloud computing by OpenNI ConvertProjectiveToRealWorld()
|
14 years ago |
Alexey Spizhevoy
|
581018354f
|
refactoring of gpu perf. tests
|
14 years ago |
Alexey Spizhevoy
|
b9ed1489fa
|
minor refactoring of gpu perf. tests
|
14 years ago |
Alexey Spizhevoy
|
310c483da8
|
added first version of gpu performance tests
|
14 years ago |
Maria Dimashova
|
3a04d08bf7
|
added Kinect support (initial version without settings configuration yet) and sample on usage
|
14 years ago |
Anatoly Baksheev
|
e3f3de84db
|
warning fixed
|
14 years ago |
Anatoly Baksheev
|
ad10b6e0fe
|
|
14 years ago |
Anatoly Baksheev
|
2aa5aa6c88
|
b
|
14 years ago |
Anatoly Baksheev
|
afa8e373d5
|
minor (possibility to change, font scale, min neighbors)
|
14 years ago |
Anatoly Baksheev
|
cb63046dcf
|
gpu face detetcion:
1) fixed bug with error codes (enum NppStStatus) shift.
2) added some asserts
|
14 years ago |
Anatoly Baksheev
|
6f87567ee1
|
gpu morphology sample
|
14 years ago |
Alexey Spizhevoy
|
ea01adb9c9
|
fixed writing video in HOG sample
|
14 years ago |
Anatoly Baksheev
|
1a94186195
|
First version of CascadeClassifier_GPU.
Only for VS2008 now.
Sample for it.
new NPP_staging for VS2008 only
|
14 years ago |