refactor CUDA BFMatcher algorithm:
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 13 Jan 2015 14:57:30 +0000 (17:57 +0300)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 13 Jan 2015 15:03:57 +0000 (18:03 +0300)
commit8a178da1a42d6ec2a26eed1c998889377d1576ae
tree2a1305a9723693f6d5b7829390332cfb849eb0d0
parent764d55b81df438ff218c861d4e47459f89a9f467
refactor CUDA BFMatcher algorithm:

use new abstract interface and hidden implementation
modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp
modules/cudafeatures2d/perf/perf_features2d.cpp
modules/cudafeatures2d/src/brute_force_matcher.cpp
modules/cudafeatures2d/test/test_features2d.cpp
modules/stitching/src/matchers.cpp
samples/gpu/performance/tests.cpp