Home
last modified time | relevance | path

Searched refs:Feature_Description (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEFeatures.h51 void Feature_Description(std::vector<cv::KeyPoint>& kpts, cv::Mat& desc);
DKAZEFeatures.cpp552 void KAZEFeatures::Feature_Description(std::vector<KeyPoint> &kpts, Mat &desc) in Feature_Description() function in cv::KAZEFeatures
/external/opencv3/modules/features2d/src/
Dkaze.cpp146 impl.Feature_Description(keypoints, desc); in detectAndCompute()