Kirill Kornyakov
6960e1544d
GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings.
14 years ago
Kirill Kornyakov
a38e511188
GPU module code cleaning
...
* tests do not crash without test data
* test files renamed in systematic way
* added Test suffix for test classes names
* ts->printf used instead of some cout
14 years ago
Kirill Kornyakov
ec7e937481
meanShiftFiltering_GPU output parameters changed to CV_8UC4. This is a start for moving from 3 channel to C4 images within GPU module.
14 years ago
Andrey Morozov
62b47108a0
minor fix with tests
14 years ago
Andrey Morozov
7357852434
added test stereo_bm and added "volatile" in constantspacebp
14 years ago
Andrey Morozov
f1fa323456
fixed test with small size gpu memory
14 years ago
Andrey Morozov
f676ca6239
added gpu test ConstantSpaceBP
14 years ago
Andrey Morozov
6f9b518e60
rename con.png to cones.png in test gpu
14 years ago
Andrey Morozov
bcfec60024
added license headers
14 years ago
Vladislav Vinogradov
906a590a41
minor fix
14 years ago
Andrey Morozov
60246b9e77
added gpu test : stereobp
14 years ago
Andrey Morozov
723a99a541
added test for gpu: meanshift
14 years ago
Anatoly Baksheev
d1fc3e6b5a
cv::gpu::CudaStream -> cv::gpu::Stream
...
some refactoring
added gpu module to compilation
14 years ago
Vladislav Vinogradov
dc0f313924
implemented saturate_cast on gpu; updated GpuMat::convertTo implementation with saturate_cast; minor fix of convert_to test
15 years ago
Andrey Morozov
fff2160d1f
implemented asynchronous call for GpuMat::upload() and GpuMat::download(). added test for asynchronous call.
15 years ago
Andrey Morozov
60a4e81a12
small modifications in tests
15 years ago
Vladislav Vinogradov
edd68e588b
Added implementation of remap on GPU. Minor fixes of convertTo. Added opencv_imgproc to gpu_test dependencies.
15 years ago
Vladislav Vinogradov
26c4859634
reduced code convert_to by using templates, merged with copyTo
15 years ago
Andrey Morozov
a0b1107b3c
added implementation copyTo() with mask and added test for this method
15 years ago
Andrey Morozov
98c8ecf829
modified kernel setto(), added double type, code has been improved
15 years ago
Vladislav Vinogradov
3f5dd5f1cc
added implementation GpuMat::convertTo and merged this with matrix_operations.cpp
15 years ago
Andrey Morozov
7bf29e1488
optimized gpumat::setTo(), ~ 30 speedup
15 years ago
Andrey Morozov
2fe75ea33e
fixed implementation of gpumat::setTo()
15 years ago
Andrey Morozov
f37ac8e4ca
fixed implementation of gpumat::setTo() and improved gputest
15 years ago
Andrey Morozov
c3f1a6e78a
added the module for testing gpu, by default turned off
15 years ago