Commit Graph

10 Commits

Author SHA1 Message Date
Vladislav Vinogradov
4124633359 added magnitudeSqr and rectStdDev to gpu module.
added supports of CV_32SC2 source to gpu scalar arithm and float source to gpu::histRange.
minor fix of gpu tests.
2010-10-13 12:52:39 +00:00
Anatoly Baksheev
91b5c97d8d gpu test refactoring 2010-09-25 16:21:32 +00:00
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.
2010-09-22 10:58:01 +00:00
Vladislav Vinogradov
a2f8817df1 minor refactoring of GPU module and GPU tests
added gpu compare version for CMP_NE operation
2010-09-20 10:34:46 +00:00
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
2010-09-06 12:17:37 +00:00
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. 2010-09-03 14:32:12 +00:00
Andrey Morozov
62b47108a0 minor fix with tests 2010-08-30 13:01:29 +00:00
Andrey Morozov
f1fa323456 fixed test with small size gpu memory 2010-08-21 18:30:14 +00:00
Andrey Morozov
bcfec60024 added license headers 2010-08-12 14:09:16 +00:00
Andrey Morozov
60246b9e77 added gpu test : stereobp 2010-08-12 13:29:49 +00:00