Searched refs:KAZEFeatures (Results 1 – 4 of 4) sorted by relevance
25 class KAZEFeatures45 KAZEFeatures(KAZEOptions& options);
39 KAZEFeatures::KAZEFeatures(KAZEOptions& options) in KAZEFeatures() function in cv::KAZEFeatures53 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 ()()[all …]
130 KAZEFeatures impl(options); in detectAndCompute()
212 modules/features2d/src/kaze/KAZEFeatures.cpp \