Home
last modified time | relevance | path

Searched refs:computeKeyPoints (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DRobustMatcher.cpp18 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()
DRobustMatcher.h41 void computeKeyPoints( const cv::Mat& image, std::vector<cv::KeyPoint>& keypoints);
Dmain_registration.cpp198 rmatcher.computeKeyPoints(img_in, keypoints_model); in main()
/external/opencv3/modules/features2d/src/
Dorb.cpp768 static void computeKeyPoints(const Mat& imagePyramid, in computeKeyPoints() function
1083 computeKeyPoints(imagePyramid, uimagePyramid, maskPyramid, in detectAndCompute()
/external/opencv3/doc/tutorials/calib3d/real_time_pose/
Dreal_time_pose.markdown327 this->computeKeyPoints(frame, keypoints_frame);