Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DRobustMatcher.cpp23 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()
DRobustMatcher.h44 …void computeDescriptors( const cv::Mat& image, std::vector<cv::KeyPoint>& keypoints, cv::Mat& desc…
Dmain_registration.cpp199 rmatcher.computeDescriptors(img_in, keypoints_model, descriptors); in main()
/external/opencv3/modules/cudafeatures2d/src/
Dorb.cpp406 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/
Dreal_time_pose.markdown331 this->computeDescriptors(frame, keypoints_frame, descriptors_frame);