Home
last modified time | relevance | path

Searched refs:Feature_Detection (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEFeatures.h50 void Feature_Detection(std::vector<cv::KeyPoint>& kpts);
DAKAZEFeatures.h48 void Feature_Detection(std::vector<cv::KeyPoint>& kpts);
DKAZEFeatures.cpp183 void KAZEFeatures::Feature_Detection(std::vector<KeyPoint>& kpts) in Feature_Detection() function in cv::KAZEFeatures
DAKAZEFeatures.cpp170 void AKAZEFeatures::Feature_Detection(std::vector<KeyPoint>& kpts) in Feature_Detection() function in cv::AKAZEFeatures
/external/opencv3/modules/features2d/src/
Dkaze.cpp135 impl.Feature_Detection(keypoints); in detectAndCompute()
Dakaze.cpp200 impl.Feature_Detection(keypoints); in detectAndCompute()