Alexey Spizhevoy
575fd1fe4c
reafactoring: replaced query device props functions with the DeviceInfo class
15 years ago
Alexey Spizhevoy
e6d17406af
added results check into multi_gpu sample
15 years ago
Alexey Spizhevoy
b582330b90
added performance tests for mulSpectrum, resize, Sobel
15 years ago
Alexey Spizhevoy
8f35b572ff
added performance tests for log, exp, add, magnitude
15 years ago
Alexey Spizhevoy
1c9ad08dc5
finished multi_gpu sample
15 years ago
Alexey Spizhevoy
3afc37ceec
added HAVE_CUDA, HAVE_TBB handling into multi_gpu sample
15 years ago
Alexey Spizhevoy
65b9f3bc10
fixed TargetArchs implementation in case when HAVE_CUDA=false, added initial structure for multi_gpu sample
15 years ago
Maria Dimashova
85e5de67e4
added help on Kinect usage to user guide
15 years ago
Alexey Spizhevoy
891e2ff310
replaced has* methods in the GPU module with the TargetArchs monostate
15 years ago
Maria Dimashova
91769d0ed4
removed old unnecessary files from doc
15 years ago
Alexey Spizhevoy
13a6d0b92a
fixed parsing GPU archs in BIN(PTX) format
15 years ago
Maria Dimashova
d70d2edc9f
changed returned value of unsupported property
15 years ago
Alexey Spizhevoy
b7b21966c3
added bib link to the article in GPU docs (for HOG)
15 years ago
Vladislav Vinogradov
eda8416358
fixed BruteForceMatcher_GPU (fails if input data is empty)
...
updated BruteForceMatcher_GPU test
15 years ago
Vladislav Vinogradov
cecfde309c
update BruteForceMatcher_GPU performance test
15 years ago
Alexey Spizhevoy
feff022422
added BFM perf. test
15 years ago
Alexey Spizhevoy
ba32b447ee
added SURF perf. test, added working dir field (can be changed via CMD args)
15 years ago
Maria Dimashova
344db91676
minor user output change
15 years ago
Maria Dimashova
508aaa41f8
added ability to get and set some Kinect params
15 years ago
Anatoly Baksheev
ee74e2cf08
fixed compilation
15 years ago
Alexey Spizhevoy
48aeb8f1d5
more GPU perf. tests refactoring, added singular maps into remap test
15 years ago
Alexey Spizhevoy
79ba160c1c
added more GPU perf. tests, refactored
15 years ago
Anatoly Baksheev
11579324d8
GPU docs. introduction, data structures.
15 years ago
Alexey Spizhevoy
ab8f578f9d
added error handling into GPU perf. tests
15 years ago
Alexey Spizhevoy
6f91a29ea2
added initializers into GPU perf. tests
15 years ago
Alexey Spizhevoy
dbff16eb85
updated cmake file to allow specifying GPU archs in BIN(PTX) format
15 years ago
Alexey Spizhevoy
397a63539c
fixed bug in performance test matrix generation
15 years ago
Alexey Spizhevoy
7e3c69c82f
added GPU memory allocation performance test
15 years ago
Alexey Spizhevoy
72b0ec90b9
added minMaxLoc, cornerHarris, remap and dft performance tests
15 years ago
Alexey Spizhevoy
8644c6f86b
added minMaxLoc performance tests
15 years ago
James Bowman
6b4047eb46
#586 : exceptions on invalid element access
15 years ago
James Bowman
3a53d8667a
#489 , leaking cvarrmat test and fix
15 years ago
Maria Dimashova
68ed806be0
replaced own point cloud computing by OpenNI ConvertProjectiveToRealWorld()
15 years ago
Ethan Rublee
a47b6c23f5
revert the hamming distance to use unsigned long, on 64bit machines, using size_t
...
with __build_popcountl doesn't return correct number of bits. the ll version should work, but for simplicity,
locking it down to long for now. TODO add a unit test for the Hamming distance.
15 years ago
Alexey Spizhevoy
581018354f
refactoring of gpu perf. tests
15 years ago
Alexey Spizhevoy
b9ed1489fa
minor refactoring of gpu perf. tests
15 years ago
Alexey Spizhevoy
310c483da8
added first version of gpu performance tests
15 years ago
Vladislav Vinogradov
811ba31897
added synchronization after NPP calls
15 years ago
Vladislav Vinogradov
8abdb3721f
added gpu threshold.
15 years ago
James Bowman
4c4ff882ad
Fix for #791 : MatchShapes
15 years ago
Maria Dimashova
3a04d08bf7
added Kinect support (initial version without settings configuration yet) and sample on usage
15 years ago
Maria Dimashova
b63b3df522
minor fixed
15 years ago
Alexey Spizhevoy
5086c1b94a
added link to HOG describing paper into gpu docs
15 years ago
Anatoly Baksheev
971a712652
documented data structures, cascade classifier GPU
15 years ago
Alexey Spizhevoy
055c226392
fixed FindNPP.cmake Apple-aimed part
15 years ago
Alexey Spizhevoy
e51b9021bc
forgot to rename namespace
15 years ago
Alexey Spizhevoy
db41449be8
fixed errors under MacOS
15 years ago
Anatoly Baksheev
e3f3de84db
warning fixed
15 years ago
Alexey Spizhevoy
1327789d72
removed compile warning in GPU module
15 years ago
Alexey Spizhevoy
a05ae51271
minor changes in gpu docs
15 years ago