Vladislav Vinogradov
d4901a99ea
renamed gpuwarping -> cudawarping
12 years ago
Vladislav Vinogradov
3eeaa9189c
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
12 years ago
Andrey Kamaev
416fb50594
Revert "Merge pull request #836 from jet47:gpu-modules"
...
This reverts commit fba72cb60d
, reversing
changes made to 02131ffb62
.
12 years ago
Vladislav Vinogradov
fc3730fcc2
gpuwarping module for image warping
12 years ago
Vladislav Vinogradov
e41aea0acf
gpuimgproc module for image processing
12 years ago
Vladislav Vinogradov
f0b19d4659
updated license header in whole gpu module
12 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
12 years ago
Vladislav Vinogradov
b7e6b5af1b
fixed tests (call resetDevice, if there was a gpu failure)
12 years ago
Vladislav Vinogradov
87e0eee92b
fixed remap and warp gpu tests
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
13 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
13 years ago
Marina Kolpakova
cdbda45125
merged GPU resize became same as CPU implementation
13 years ago
Marina Kolpakova
e6f7e4d83e
GPU resize became same as CPU implementation
13 years ago
Vladislav Vinogradov
72d2311edf
Merged revision(s) 8495 from trunk:
...
Bug #1991 : fixed gpu interpolation (remap, resize, warp...)
........
13 years ago
Vladislav Vinogradov
6f32fb025d
Bug #1991 : fixed gpu interpolation (remap, resize, warp...)
13 years ago
Anatoly Baksheev
a22641aa9c
fixed bug #1367 in CSBP
13 years ago
Vladislav Vinogradov
ade7394e77
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
...
wrote more complicated tests for them
implemented own version of warpAffine and warpPerspective for different border interpolation types
refactored some gpu tests
13 years ago