Searched refs:robustMatch (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
H A DRobustMatcher.h61 void robustMatch( const cv::Mat& frame, std::vector<cv::DMatch>& good_matches,
H A DRobustMatcher.cpp94 void RobustMatcher::robustMatch( const cv::Mat& frame, std::vector<cv::DMatch>& good_matches, function in class:RobustMatcher
H A Dmain_detection.cpp50 bool fast_match = true; // fastRobustMatch() or robustMatch()
201 rmatcher.robustMatch(frame, good_matches, keypoints_scene, descriptors_model);

Completed in 74 milliseconds