Searched refs:computeDescriptors (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
D | RobustMatcher.cpp | 23 void RobustMatcher::computeDescriptors( const cv::Mat& image, std::vector<cv::KeyPoint>& keypoints,… in computeDescriptors() function in RobustMatcher 103 this->computeDescriptors(frame, keypoints_frame, descriptors_frame); in robustMatch() 136 this->computeDescriptors(frame, keypoints_frame, descriptors_frame); in fastRobustMatch()
|
D | RobustMatcher.h | 44 …void computeDescriptors( const cv::Mat& image, std::vector<cv::KeyPoint>& keypoints, cv::Mat& desc…
|
D | main_registration.cpp | 199 rmatcher.computeDescriptors(img_in, keypoints_model, descriptors); in main()
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | orb.cpp | 406 void computeDescriptors(OutputArray _descriptors); 589 computeDescriptors(_descriptors); in detectAndComputeAsync() 722 void ORB_Impl::computeDescriptors(OutputArray _descriptors) in computeDescriptors() function in __anon67be78520111::ORB_Impl
|
/external/opencv3/doc/tutorials/calib3d/real_time_pose/ |
D | real_time_pose.markdown | 331 this->computeDescriptors(frame, keypoints_frame, descriptors_frame);
|