Anatoly Baksheev
1b8c00000c
added black list for gpu tests
15 years ago
Anatoly Baksheev
91b5c97d8d
gpu test refactoring
15 years ago
Anatoly Baksheev
02ced7b44c
refactoring npp tests
15 years ago
Vladislav Vinogradov
4100cbd997
added gpu version of LUT, integral, boxFilter and cvtColor (RGB <-> YCrCb), based on NPP.
...
minor refactoring of GPU module and GPU tests, split arithm and imgproc parts.
15 years ago
Alexey Spizhevoy
b2cdb7fa39
implemented cv::gpu::merge and cv::gpu::split functions
15 years ago
Vladislav Vinogradov
a2f8817df1
minor refactoring of GPU module and GPU tests
...
added gpu compare version for CMP_NE operation
15 years ago
Anatoly Baksheev
4ffb519cdd
GPU module: minor interface changes
15 years ago
Anatoly Baksheev
1387bfcde0
added GPU implementation of morphology functions (using NPP) and tests for it.
...
added npp_error function
added check_and_treat_gpu_exception function for tests_gpu
15 years ago
Vladislav Vinogradov
b181d78ca5
Added implementation and test for the GPU version of warpAffine, warpPerspective, rotate, based on NPP.
...
Renamed copyConstBorder to copyMakeBorder.
Fixed warnings when HAVE_CUDA is not defined.
15 years ago
Vladislav Vinogradov
b5c92a7dc0
Added implementation and test for the GPU version of flip, resize, sum, minMax, copyConstBorder, setTo, based on NPP.
15 years ago
Vladislav Vinogradov
37d39bd9de
Added implementation and test for the GPU version of subtract, multiply, divide, transpose, absdiff, threshold, compare, meanStdDev, norm, based on NPP.
15 years ago
Kirill Kornyakov
8e38063965
gpu::add now supports 8UC4 and 32FC1
15 years ago
Kirill Kornyakov
01eac6d3e3
Added initial implementation and test for the GPU version of add, based on NPP. Need to implement for other depths. Also waiting NPP at CMake.
15 years ago
Andrey Morozov
c1157c8128
fixed compile for linux
15 years ago
Andrey Morozov
1feb5b4d02
added async version of postfilter_textureness and prefilter_xsobel, modified async test and added test for async version of stereobm
15 years ago
Kirill Kornyakov
6960e1544d
GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings.
15 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
15 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.
15 years ago
Andrey Morozov
62b47108a0
minor fix with tests
15 years ago
Andrey Morozov
7357852434
added test stereo_bm and added "volatile" in constantspacebp
15 years ago
Andrey Morozov
f1fa323456
fixed test with small size gpu memory
15 years ago
Andrey Morozov
f676ca6239
added gpu test ConstantSpaceBP
15 years ago
Andrey Morozov
6f9b518e60
rename con.png to cones.png in test gpu
15 years ago
Andrey Morozov
bcfec60024
added license headers
15 years ago
Vladislav Vinogradov
906a590a41
minor fix
15 years ago
Andrey Morozov
60246b9e77
added gpu test : stereobp
15 years ago
Andrey Morozov
723a99a541
added test for gpu: meanshift
15 years ago
Anatoly Baksheev
d1fc3e6b5a
cv::gpu::CudaStream -> cv::gpu::Stream
...
some refactoring
added gpu module to compilation
15 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