refactor CUDA FAST feature detector algorithm:
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 12 Jan 2015 15:11:09 +0000 (18:11 +0300)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 13 Jan 2015 15:03:56 +0000 (18:03 +0300)
commit14ef62ed661893d44546a3c0b08a518bd39ee99d
tree6a627faadff9e2ce7e0c5f82e4eb06c99def71a6
parent6f91b7f6a4605591f16a121058940481e5b5a2c7
refactor CUDA FAST feature detector algorithm:

use new FastFeatureDetector abstract interface and hidden implementation
modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp
modules/cudafeatures2d/perf/perf_features2d.cpp
modules/cudafeatures2d/src/cuda/fast.cu
modules/cudafeatures2d/src/fast.cpp
modules/cudafeatures2d/src/orb.cpp
modules/cudafeatures2d/test/test_features2d.cpp
samples/gpu/performance/tests.cpp