Home | History | Annotate | Download | only in kaze

Lines Matching refs:KAZEFeatures

17  * @file KAZEFeatures.cpp
24 #include "KAZEFeatures.h"
39 KAZEFeatures::KAZEFeatures(KAZEOptions& options)
53 void KAZEFeatures::Allocate_Memory_Evolution(void) {
98 int KAZEFeatures::Create_Nonlinear_Scale_Space(const Mat &img)
146 void KAZEFeatures::Compute_KContrast(const Mat &img, const float &kpercentile)
156 void KAZEFeatures::Compute_Detector_Response(void)
183 void KAZEFeatures::Feature_Detection(std::vector<KeyPoint>& kpts)
226 void KAZEFeatures::Compute_Multiscale_Derivatives(void)
311 void KAZEFeatures::Determinant_Hessian(std::vector<KeyPoint>& kpts)
397 void KAZEFeatures::Do_Subpixel_Refinement(std::vector<KeyPoint> &kpts) {
525 KAZEFeatures::Compute_Main_Orientation(kpts[i], evolution, options_);
552 void KAZEFeatures::Feature_Description(std::vector<KeyPoint> &kpts, Mat &desc)
577 void KAZEFeatures::Compute_Main_Orientation(KeyPoint &kpt, const std::vector<TEvolution>& evolution_, const KAZEOptions& options)