Lines Matching refs:AKAZEFeatures
28 AKAZEFeatures::AKAZEFeatures(const AKAZEOptions& options) : options_(options) { in AKAZEFeatures() function in cv::AKAZEFeatures
45 void AKAZEFeatures::Allocate_Memory_Evolution(void) { in Allocate_Memory_Evolution()
100 int AKAZEFeatures::Create_Nonlinear_Scale_Space(const Mat& img) in Create_Nonlinear_Scale_Space()
170 void AKAZEFeatures::Feature_Detection(std::vector<KeyPoint>& kpts) in Feature_Detection()
220 void AKAZEFeatures::Compute_Multiscale_Derivatives(void) in Compute_Multiscale_Derivatives()
231 void AKAZEFeatures::Compute_Determinant_Hessian_Response(void) { in Compute_Determinant_Hessian_Response()
256 void AKAZEFeatures::Find_Scale_Space_Extrema(std::vector<KeyPoint>& kpts) in Find_Scale_Space_Extrema()
395 void AKAZEFeatures::Do_Subpixel_Refinement(std::vector<KeyPoint>& kpts) in Do_Subpixel_Refinement()
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 ()()
708 void AKAZEFeatures::Compute_Descriptors(std::vector<KeyPoint>& kpts, Mat& desc) in Compute_Descriptors()
769 void AKAZEFeatures::Compute_Main_Orientation(KeyPoint& kpt, const std::vector<TEvolution>& evolutio… in Compute_Main_Orientation()