added FAST_GPU and ORB_GPU classes
authorVladislav Vinogradov <no@email>
Tue, 27 Dec 2011 09:33:20 +0000 (09:33 +0000)
committerVladislav Vinogradov <no@email>
Tue, 27 Dec 2011 09:33:20 +0000 (09:33 +0000)
commit5e38cf8042d11b058a156af4e1203aa9ac9950c9
treee83fef5fac51cf2ea2cfeef430bf35b6506ce331
parente46e13a7757966e9985d086d411f5c308fa2b160
added FAST_GPU and ORB_GPU classes
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_features2d.cpp
modules/gpu/src/cuda/fast.cu [new file with mode: 0644]
modules/gpu/src/cuda/orb.cu [new file with mode: 0644]
modules/gpu/src/fast.cpp [new file with mode: 0644]
modules/gpu/src/orb.cpp [new file with mode: 0644]
modules/gpu/test/test_features2d.cpp
samples/gpu/performance/tests.cpp