fixed SURF_GPU (fails on empty data)
authorVladislav Vinogradov <no@email>
Mon, 7 Feb 2011 10:12:04 +0000 (10:12 +0000)
committerVladislav Vinogradov <no@email>
Mon, 7 Feb 2011 10:12:04 +0000 (10:12 +0000)
commit5cd06d6a365beb4087223dbd7993f92836bba0a9
tree8db5649116a9c445a67bae7d67aa74fdfeb07b4c
parentf42a449df949fa404ba998f446546451f1c786e7
fixed SURF_GPU (fails on empty data)
added test for SURF_GPU and reprojectImageTo3D
modules/gpu/src/opencv2/gpu/device/transform.hpp
modules/gpu/src/surf.cpp
tests/gpu/CMakeLists.txt
tests/gpu/src/features2d.cpp [new file with mode: 0644]
tests/gpu/src/gputest.hpp
tests/gpu/src/imgproc_gpu.cpp