Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/kaze/
DAKAZEFeatures.h55 void Compute_Descriptors(std::vector<cv::KeyPoint>& kpts, cv::Mat& desc);
DAKAZEFeatures.cpp708 void AKAZEFeatures::Compute_Descriptors(std::vector<KeyPoint>& kpts, Mat& desc) in Compute_Descriptors() function in cv::AKAZEFeatures
/external/opencv3/modules/features2d/src/
Dakaze.cpp211 impl.Compute_Descriptors(keypoints, desc); in detectAndCompute()