Searched refs:computeKeyPoints (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
D | RobustMatcher.cpp | 18 void RobustMatcher::computeKeyPoints( const cv::Mat& image, std::vector<cv::KeyPoint>& keypoints) in computeKeyPoints() function in RobustMatcher 99 this->computeKeyPoints(frame, keypoints_frame); in robustMatch() 132 this->computeKeyPoints(frame, keypoints_frame); in fastRobustMatch()
|
D | RobustMatcher.h | 41 void computeKeyPoints( const cv::Mat& image, std::vector<cv::KeyPoint>& keypoints);
|
D | main_registration.cpp | 198 rmatcher.computeKeyPoints(img_in, keypoints_model); in main()
|
/external/opencv3/modules/features2d/src/ |
D | orb.cpp | 768 static void computeKeyPoints(const Mat& imagePyramid, in computeKeyPoints() function 1083 computeKeyPoints(imagePyramid, uimagePyramid, maskPyramid, in detectAndCompute()
|
/external/opencv3/doc/tutorials/calib3d/real_time_pose/ |
D | real_time_pose.markdown | 327 this->computeKeyPoints(frame, keypoints_frame);
|