Searched refs:gpu_keypoints (Results 1 – 2 of 2) sorted by relevance
77 std::vector<cv::KeyPoint> gpu_keypoints; variable78 d_fast->convert(d_keypoints, gpu_keypoints);80 sortKeyPoints(gpu_keypoints);82 SANITY_CHECK_KEYPOINTS(gpu_keypoints);119 std::vector<cv::KeyPoint> gpu_keypoints; variable120 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);
416 virtual void convert(InputArray gpu_keypoints,