Home
last modified time | relevance | path

Searched refs:Do_Subpixel_Refinement (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEFeatures.h59 void Do_Subpixel_Refinement(std::vector<cv::KeyPoint>& kpts);
DAKAZEFeatures.h52 void Do_Subpixel_Refinement(std::vector<cv::KeyPoint>& kpts);
DKAZEFeatures.cpp188 Do_Subpixel_Refinement(kpts); in Feature_Detection()
397 void KAZEFeatures::Do_Subpixel_Refinement(std::vector<KeyPoint> &kpts) { in Do_Subpixel_Refinement() function in cv::KAZEFeatures
DAKAZEFeatures.cpp175 Do_Subpixel_Refinement(kpts); in Feature_Detection()
395 void AKAZEFeatures::Do_Subpixel_Refinement(std::vector<KeyPoint>& kpts) in Do_Subpixel_Refinement() function in cv::AKAZEFeatures