Commit Graph

109 Commits

Author SHA1 Message Date
Andrey Morozov
f1fa323456 fixed test with small size gpu memory 2010-08-21 18:30:14 +00:00
Andrey Morozov
f676ca6239 added gpu test ConstantSpaceBP 2010-08-18 07:12:14 +00:00
Andrey Morozov
6f9b518e60 rename con.png to cones.png in test gpu 2010-08-16 09:19:11 +00:00
Maria Dimashova
9c875a804a added static to funcs 2010-08-13 08:37:52 +00:00
Andrey Morozov
bcfec60024 added license headers 2010-08-12 14:09:16 +00:00
Vladislav Vinogradov
906a590a41 minor fix 2010-08-12 13:47:53 +00:00
Andrey Morozov
60246b9e77 added gpu test : stereobp 2010-08-12 13:29:49 +00:00
Andrey Morozov
723a99a541 added test for gpu: meanshift 2010-08-12 12:50:02 +00:00
Anatoly Baksheev
d1fc3e6b5a cv::gpu::CudaStream -> cv::gpu::Stream
some refactoring
added gpu module to compilation
2010-08-10 09:44:50 +00:00
Maria Dimashova
4395bad911 fixed linker errors on Win and some warnings 2010-08-05 13:29:43 +00:00
Maria Dimashova
121e51d35b replaced detector/descriptor evaluation functions from test to features2d; modified VectorDescriptorMatch constructor; removed commented calonder descriptor implementation 2010-08-05 12:19:26 +00:00
Ilya Lysenkov
20e407b235 Fixed bugs in BruteForceMatcher and its specialization 2010-08-04 08:26:30 +00:00
Victor Erukhimov
49f1a9c3d5 Commented out rand test due to failure on win32 2010-07-31 11:56:43 +00:00
Victor Erukhimov
451939ce98 Commenting out aertrees test due to a failure on windows 32 2010-07-31 10:28:17 +00:00
Alexander Shishkov
3ffee6aa04 exclude failed test (ds-graphscan) 2010-07-30 14:04:21 +00:00
Maria Dimashova
d5c6f57896 renamed test 2010-07-30 12:49:42 +00:00
Maria Dimashova
9221c57523 fixed acalonder test for Win 2010-07-30 12:42:08 +00:00
Vadim Pisarevsky
0faa75da11 inserted missing std:: (ticket #333). Thanks to trisk for the patch! 2010-07-29 10:55:09 +00:00
Alexander Shishkov
69ef5efb4d exclude failed tests (color-lab, color-luv) 2010-07-28 16:30:48 +00:00
Maria Dimashova
f7c98c86b3 updated threshold in test 2010-07-28 12:19:41 +00:00
Maria Dimashova
12e677d456 minor changes of test 2010-07-28 10:45:52 +00:00
Maria Dimashova
012625d572 excluded calonder test if CV_SSE2==0 2010-07-28 08:42:41 +00:00
Vadim Pisarevsky
3843e43ff7 relaxed error threshold in color-luv test 2010-07-28 07:36:45 +00:00
Vadim Pisarevsky
4d67fc266c increased err threshold in matrix-transform test (ticket #476) 2010-07-27 17:27:40 +00:00
Vadim Pisarevsky
2e5b63296b increased error threshold in matrix-solve test (ticket #496) 2010-07-27 17:03:11 +00:00
Vadim Pisarevsky
486d410a34 increased error threshold in matrix-invert test (ticket #465) 2010-07-27 16:51:39 +00:00
Vadim Pisarevsky
2f2f06b925 rewrote color conversion functions; added sRGB<->CIE Lab/Luv conversion; added RGB<->YUV conversion; improved [s]RGB->Lab conversion speed 2010-07-27 14:10:14 +00:00
Maria Dimashova
99e2a9bd8d added test on CalonderDescriptorExtractor::compute 2010-07-27 12:38:01 +00:00
Vladislav Vinogradov
dc0f313924 implemented saturate_cast on gpu; updated GpuMat::convertTo implementation with saturate_cast; minor fix of convert_to test 2010-07-27 07:05:39 +00:00
Andrey Morozov
c13df09f08 minor fix 2010-07-26 14:16:33 +00:00
Andrey Morozov
fff2160d1f implemented asynchronous call for GpuMat::upload() and GpuMat::download(). added test for asynchronous call. 2010-07-26 13:42:39 +00:00
Alexander Shishkov
1ead3a5b02 exclude failed test (matrix-solve) 2010-07-26 11:13:44 +00:00
Andrey Morozov
60a4e81a12 small modifications in tests 2010-07-23 07:58:03 +00:00
Vladislav Vinogradov
edd68e588b Added implementation of remap on GPU. Minor fixes of convertTo. Added opencv_imgproc to gpu_test dependencies. 2010-07-23 07:06:33 +00:00
Vladislav Vinogradov
26c4859634 reduced code convert_to by using templates, merged with copyTo 2010-07-22 14:50:31 +00:00
Andrey Morozov
a0b1107b3c added implementation copyTo() with mask and added test for this method 2010-07-22 14:39:54 +00:00
Andrey Morozov
98c8ecf829 modified kernel setto(), added double type, code has been improved 2010-07-22 12:42:42 +00:00
Vladislav Vinogradov
3f5dd5f1cc added implementation GpuMat::convertTo and merged this with matrix_operations.cpp 2010-07-22 09:31:33 +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
Alexander Shishkov
bde158c655 exclude failed tests 2010-07-20 12:27:25 +00:00
Andrey Morozov
c3f1a6e78a added the module for testing gpu, by default turned off 2010-07-19 14:35:19 +00:00
Vadim Pisarevsky
f894d1de31 replaced unlink() & _unlink() with more standard remove() (ticket #334) 2010-07-17 11:51:17 +00:00
Vadim Pisarevsky
08cba33f9d fixed some more MSVC2010 warnings 2010-07-17 10:35:17 +00:00
Alexander Shishkov
ad66d33e81 exclude failed tests 2010-07-17 09:43:30 +00:00
Vadim Pisarevsky
f15d64d3f4 raised the error threshold in moments-raster test (ticket #438) 2010-07-16 22:54:29 +00:00
Vadim Pisarevsky
7960547ded raised the error threshold in accum-runavg test (ticket #448) 2010-07-16 22:50:53 +00:00
Vadim Pisarevsky
75cf8c1b47 a few more warnings fixed 2010-07-16 22:44:48 +00:00
Vadim Pisarevsky
758e826d2e do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV 2010-07-16 22:38:57 +00:00