Lines Matching refs:KAZEFeatures
39 KAZEFeatures::KAZEFeatures(KAZEOptions& options) in KAZEFeatures() function in cv::KAZEFeatures
53 void KAZEFeatures::Allocate_Memory_Evolution(void) { in Allocate_Memory_Evolution()
98 int KAZEFeatures::Create_Nonlinear_Scale_Space(const Mat &img) in Create_Nonlinear_Scale_Space()
146 void KAZEFeatures::Compute_KContrast(const Mat &img, const float &kpercentile) in Compute_KContrast()
156 void KAZEFeatures::Compute_Detector_Response(void) in Compute_Detector_Response()
183 void KAZEFeatures::Feature_Detection(std::vector<KeyPoint>& kpts) in Feature_Detection()
226 void KAZEFeatures::Compute_Multiscale_Derivatives(void) in Compute_Multiscale_Derivatives()
311 void KAZEFeatures::Determinant_Hessian(std::vector<KeyPoint>& kpts) in Determinant_Hessian()
397 void KAZEFeatures::Do_Subpixel_Refinement(std::vector<KeyPoint> &kpts) { in Do_Subpixel_Refinement()
525 … KAZEFeatures::Compute_Main_Orientation(kpts[i], evolution, options_); in operator ()()
552 void KAZEFeatures::Feature_Description(std::vector<KeyPoint> &kpts, Mat &desc) in Feature_Description()
577 void KAZEFeatures::Compute_Main_Orientation(KeyPoint &kpt, const std::vector<TEvolution>& evolution… in Compute_Main_Orientation()