1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 14:53:03 +04:00
Commit Graph

9 Commits

Author SHA1 Message Date
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
Andrey Morozov bcfec60024 added license headers 2010-08-12 14:09:16 +00:00
Andrey Morozov 60a4e81a12 small modifications in tests 2010-07-23 07:58:03 +00:00
Andrey Morozov 98c8ecf829 modified kernel setto(), added double type, code has been improved 2010-07-22 12:42:42 +00:00
Andrey Morozov 7bf29e1488 optimized gpumat::setTo(), ~ 30 speedup 2010-07-22 08:59:23 +00:00
Andrey Morozov 2fe75ea33e fixed implementation of gpumat::setTo() 2010-07-21 13:35:41 +00:00
Andrey Morozov f37ac8e4ca fixed implementation of gpumat::setTo() and improved gputest 2010-07-21 10:43:01 +00:00
Andrey Morozov c3f1a6e78a added the module for testing gpu, by default turned off 2010-07-19 14:35:19 +00:00