Searched refs:KAZEOptions (Results 1 – 4 of 4) sorted by relevance
30 KAZEOptions options_; ///< Configuration options for KAZE45 KAZEFeatures(KAZEOptions& options);52 …entation(cv::KeyPoint& kpt, const std::vector<TEvolution>& evolution_, const KAZEOptions& options);
19 struct KAZEOptions { struct21 KAZEOptions() in KAZEOptions() function
39 KAZEFeatures::KAZEFeatures(KAZEOptions& options) in KAZEFeatures()238 … const KAZEOptions& options) : evolution_(&ev), kpts_par_(&kpts_par), options_(options) in FindExtremumKAZEInvoker()301 KAZEOptions options_;494 …:vector<KeyPoint> &kpts, Mat &desc, std::vector<TEvolution>& evolution, const KAZEOptions& options) in KAZE_Descriptor_Invoker()543 KAZEOptions options_;577 …n_Orientation(KeyPoint &kpt, const std::vector<TEvolution>& evolution_, const KAZEOptions& options) in Compute_Main_Orientation()
120 KAZEOptions options; in detectAndCompute()