Vadim Pisarevsky
abeeb40d46
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
14 years ago
Alexey Spizhevoy
6f788ff8db
ported GPU test to GTest framework
14 years ago
Vladislav Vinogradov
54fa600b9e
update docs
...
minor fixes and refactoring of GPU module
14 years ago
Vladislav Vinogradov
51d5959aca
added gpu add, subtract, multiply, divide, absdiff with Scalar.
...
added gpu exp, log, magnitude, based on NPP.
updated setTo with new NPP functions.
minor fix in tests and comments.
14 years ago
Anatoly Baksheev
91b5c97d8d
gpu test refactoring
14 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.
14 years ago
Vladislav Vinogradov
a2f8817df1
minor refactoring of GPU module and GPU tests
...
added gpu compare version for CMP_NE operation
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
Andrey Morozov
bcfec60024
added license headers
15 years ago
Andrey Morozov
60a4e81a12
small modifications in tests
15 years ago
Andrey Morozov
98c8ecf829
modified kernel setto(), added double type, code has been improved
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