added BruteForceMatcher_GPU
authorVladislav Vinogradov <no@email>
Mon, 6 Dec 2010 12:06:51 +0000 (12:06 +0000)
committerVladislav Vinogradov <no@email>
Mon, 6 Dec 2010 12:06:51 +0000 (12:06 +0000)
commit8891acb67a12c50d42750b65ff32b1aa0cb26d4e
treeaaba08c39bb93315f7b4b63db5197bba0273d947
parent77027f6075b4eabe0d7e9971572812538ddfb758
added BruteForceMatcher_GPU
modules/gpu/CMakeLists.txt
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/brute_force_matcher.cpp [new file with mode: 0644]
modules/gpu/src/cuda/brute_force_matcher.cu [new file with mode: 0644]
tests/gpu/src/brute_force_matcher.cpp [new file with mode: 0644]
tests/gpu/src/gputest.hpp