Home
last modified time | relevance | path

Searched refs:createBFMatcher (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/cudafeatures2d/test/
Dtest_features2d.cpp289 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
317 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
372 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
412 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
452 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
515 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
578 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
628 cv::cuda::DescriptorMatcher::createBFMatcher(normCode); in CUDA_TEST_P()
/external/opencv3/modules/cudafeatures2d/perf/
Dperf_features2d.cpp170 …tr<cv::cuda::DescriptorMatcher> d_matcher = cv::cuda::DescriptorMatcher::createBFMatcher(normType);
229 …tr<cv::cuda::DescriptorMatcher> d_matcher = cv::cuda::DescriptorMatcher::createBFMatcher(normType);
283 …tr<cv::cuda::DescriptorMatcher> d_matcher = cv::cuda::DescriptorMatcher::createBFMatcher(normType);
/external/opencv3/samples/gpu/
Dsurf_keypoint_matcher.cpp65 …Ptr<cv::cuda::DescriptorMatcher> matcher = cv::cuda::DescriptorMatcher::createBFMatcher(surf.defau… in main()
/external/opencv3/modules/cudafeatures2d/include/opencv2/
Dcudafeatures2d.hpp92 static Ptr<DescriptorMatcher> createBFMatcher(int normType = cv::NORM_L2);
/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp50 Ptr<cv::cuda::DescriptorMatcher> cv::cuda::DescriptorMatcher::createBFMatcher(int) { throw_no_cuda(… in createBFMatcher() function in cv::cuda::DescriptorMatcher
1072 Ptr<cv::cuda::DescriptorMatcher> cv::cuda::DescriptorMatcher::createBFMatcher(int norm) in createBFMatcher() function in cv::cuda::DescriptorMatcher
/external/opencv3/modules/stitching/src/
Dmatchers.cpp223 Ptr<cuda::DescriptorMatcher> matcher = cuda::DescriptorMatcher::createBFMatcher(NORM_L2); in match()
/external/opencv3/samples/gpu/performance/
Dtests.cpp382 Ptr<cuda::DescriptorMatcher> d_matcher = cuda::DescriptorMatcher::createBFMatcher(NORM_L2); in TEST()