Vladislav Vinogradov
|
9da6d78989
|
optimized gpu filters, added buffered version for different filters
|
13 years ago |
Vladislav Vinogradov
|
67a9b79433
|
added performance tests for gpu::reduce
|
13 years ago |
Vladislav Vinogradov
|
b2079d6de1
|
implemented gpu::resize for all types
|
13 years ago |
Vladislav Vinogradov
|
df9f707ff0
|
fixed bug in gpu::remap under win32
|
13 years ago |
Vladislav Vinogradov
|
84022779a1
|
added bicubic interpolation to gpu::remap
|
13 years ago |
Vladislav Vinogradov
|
47d68f6967
|
implemented gpu::remap for all types
|
13 years ago |
Vladislav Vinogradov
|
5f9e47a9cd
|
refactored gpu::BruteForceMatcher (moved some utility functions to device layer)
|
13 years ago |
Vladislav Vinogradov
|
173ac5a64b
|
optimized gpu pyrDown and pyrUp
|
13 years ago |
Vladislav Vinogradov
|
5e9ae6b19f
|
added TransformFunctorTraits, optimized some functions that use transform
|
13 years ago |
Vladislav Vinogradov
|
6e3a1f7b49
|
implement optimized version of gpu::BruteForceMatcher::knnMatch when k == 2
|
13 years ago |
Vladislav Vinogradov
|
8bb9e4302e
|
added registerPageLocked/unregisterPageLocked functions
added convert functions to BruteForceMatcher_GPU
other minor fixes
|
13 years ago |
Vladislav Vinogradov
|
767ac9aa10
|
added gpu::Canny function
|
14 years ago |
Vladislav Vinogradov
|
3ab2728da1
|
gpu device layer code refactoring
|
14 years ago |
Vladislav Vinogradov
|
33df5ea07b
|
added gpu::calcHist function
|
14 years ago |
Vladislav Vinogradov
|
e746b3e8ae
|
added buffered version of pyrDown and pyrUp
added stream support to downsample, upsample, pyrUp and pyrDown
|
14 years ago |
Alexey Spizhevoy
|
674b763395
|
GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching)
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
Anatoly Baksheev
|
69f28ef65c
|
solution folder flag disabled by default
|
14 years ago |
Anatoly Baksheev
|
c49dc37761
|
[+] added use_folders cmake feature if cmake version is greater then 2.8.0
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
|
14 years ago |
Alexey Spizhevoy
|
f6fc807d49
|
fixed some tests in gpu module
|
14 years ago |
Alexey Spizhevoy
|
ce808af594
|
fixed failing GPU projectPoints and solvePnPRansac tests
|
14 years ago |
Vadim Pisarevsky
|
9a991a2e10
|
fixed build problems on Windows
|
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 |
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 |
Vladislav Vinogradov
|
54fa600b9e
|
update docs
minor fixes and refactoring of GPU module
|
14 years ago |
Alexey Spizhevoy
|
593fae4c02
|
minor chnages in GPU samples
|
14 years ago |
Alexey Spizhevoy
|
5c3495a079
|
added perf test for gpu::erode, fixed docs, refactored perf. 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
|
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 |
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 |
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 |