HomeSort by relevance Sort by last modified time
    Searched full:gpu_keypoints (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudafeatures2d/perf/
perf_features2d.cpp 77 std::vector<cv::KeyPoint> gpu_keypoints; local
78 d_fast->convert(d_keypoints, gpu_keypoints);
80 sortKeyPoints(gpu_keypoints);
82 SANITY_CHECK_KEYPOINTS(gpu_keypoints);
119 std::vector<cv::KeyPoint> gpu_keypoints; local
120 d_orb->convert(d_keypoints, gpu_keypoints);
124 gpu_keypoints.resize(10);
127 sortKeyPoints(gpu_keypoints, gpu_descriptors);
129 SANITY_CHECK_KEYPOINTS(gpu_keypoints, 1e-4);
  /external/opencv3/modules/cudafeatures2d/include/opencv2/
cudafeatures2d.hpp 416 virtual void convert(InputArray gpu_keypoints,

Completed in 429 milliseconds