Home
last modified time | relevance | path

Searched refs:KAZEOptions (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEFeatures.h30 KAZEOptions options_; ///< Configuration options for KAZE
45 KAZEFeatures(KAZEOptions& options);
52 …entation(cv::KeyPoint& kpt, const std::vector<TEvolution>& evolution_, const KAZEOptions& options);
DKAZEConfig.h19 struct KAZEOptions { struct
21 KAZEOptions() in KAZEOptions() function
DKAZEFeatures.cpp39 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()
/external/opencv3/modules/features2d/src/
Dkaze.cpp120 KAZEOptions options; in detectAndCompute()