Searched refs:Feature_Description (Results 1 – 3 of 3) sorted by relevance
51 void Feature_Description(std::vector<cv::KeyPoint>& kpts, cv::Mat& desc);
552 void KAZEFeatures::Feature_Description(std::vector<KeyPoint> &kpts, Mat &desc) in Feature_Description() function in cv::KAZEFeatures
146 impl.Feature_Description(keypoints, desc); in detectAndCompute()