Searched refs:Compute_Main_Orientation (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/features2d/src/kaze/ |
D | KAZEFeatures.h | 52 …static void Compute_Main_Orientation(cv::KeyPoint& kpt, const std::vector<TEvolution>& evolution_,…
|
D | AKAZEFeatures.h | 56 …static void Compute_Main_Orientation(cv::KeyPoint& kpt, const std::vector<TEvolution>& evolution_);
|
D | AKAZEFeatures.cpp | 499 AKAZEFeatures::Compute_Main_Orientation((*keypoints_)[i], *evolution_); in operator ()() 552 AKAZEFeatures::Compute_Main_Orientation((*keypoints_)[i], *evolution_); in operator ()() 646 AKAZEFeatures::Compute_Main_Orientation((*keypoints_)[i], *evolution_); in operator ()() 686 AKAZEFeatures::Compute_Main_Orientation((*keypoints_)[i], *evolution_); in operator ()() 769 void AKAZEFeatures::Compute_Main_Orientation(KeyPoint& kpt, const std::vector<TEvolution>& evolutio… in Compute_Main_Orientation() function in cv::AKAZEFeatures
|
D | KAZEFeatures.cpp | 525 … KAZEFeatures::Compute_Main_Orientation(kpts[i], evolution, options_); in operator ()() 577 void KAZEFeatures::Compute_Main_Orientation(KeyPoint &kpt, const std::vector<TEvolution>& evolution… in Compute_Main_Orientation() function in cv::KAZEFeatures
|