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
Alexander Shishkov
c2e2b196ca
remove failed test (see issue #536 )
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
Maria Dimashova
9c875a804a
added static to funcs
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
Maria Dimashova
4395bad911
fixed linker errors on Win and some warnings
15 years ago
Maria Dimashova
121e51d35b
replaced detector/descriptor evaluation functions from test to features2d; modified VectorDescriptorMatch constructor; removed commented calonder descriptor implementation
15 years ago
Ilya Lysenkov
20e407b235
Fixed bugs in BruteForceMatcher and its specialization
15 years ago
Victor Erukhimov
49f1a9c3d5
Commented out rand test due to failure on win32
15 years ago
Victor Erukhimov
451939ce98
Commenting out aertrees test due to a failure on windows 32
15 years ago
Alexander Shishkov
3ffee6aa04
exclude failed test (ds-graphscan)
15 years ago
Maria Dimashova
d5c6f57896
renamed test
15 years ago
Maria Dimashova
9221c57523
fixed acalonder test for Win
15 years ago
Vadim Pisarevsky
0faa75da11
inserted missing std:: (ticket #333 ). Thanks to trisk for the patch!
15 years ago
Alexander Shishkov
69ef5efb4d
exclude failed tests (color-lab, color-luv)
15 years ago
Maria Dimashova
f7c98c86b3
updated threshold in test
15 years ago
Maria Dimashova
12e677d456
minor changes of test
15 years ago
Maria Dimashova
012625d572
excluded calonder test if CV_SSE2==0
15 years ago
Vadim Pisarevsky
3843e43ff7
relaxed error threshold in color-luv test
15 years ago
Vadim Pisarevsky
4d67fc266c
increased err threshold in matrix-transform test (ticket #476 )
15 years ago
Vadim Pisarevsky
2e5b63296b
increased error threshold in matrix-solve test (ticket #496 )
15 years ago
Vadim Pisarevsky
486d410a34
increased error threshold in matrix-invert test (ticket #465 )
15 years ago
Vadim Pisarevsky
2f2f06b925
rewrote color conversion functions; added sRGB<->CIE Lab/Luv conversion; added RGB<->YUV conversion; improved [s]RGB->Lab conversion speed
15 years ago
Maria Dimashova
99e2a9bd8d
added test on CalonderDescriptorExtractor::compute
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
c13df09f08
minor fix
15 years ago
Andrey Morozov
fff2160d1f
implemented asynchronous call for GpuMat::upload() and GpuMat::download(). added test for asynchronous call.
15 years ago
Alexander Shishkov
1ead3a5b02
exclude failed test (matrix-solve)
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