HomeSort by relevance Sort by last modified time
    Searched refs:TEvolution (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/features2d/src/kaze/
TEvolution.h 2 * @file TEvolution.h
3 * @brief Header file with the declaration of the TEvolution struct
16 struct TEvolution
18 TEvolution() {
KAZEFeatures.h 18 #include "TEvolution.h"
31 std::vector<TEvolution> evolution_; ///< Vector of nonlinear diffusion evolution
52 static void Compute_Main_Orientation(cv::KeyPoint& kpt, const std::vector<TEvolution>& evolution_, const KAZEOptions& options);
AKAZEFeatures.h 15 #include "TEvolution.h"
27 std::vector<TEvolution> evolution_; ///< Vector of nonlinear diffusion evolution
56 static void Compute_Main_Orientation(cv::KeyPoint& kpt, const std::vector<TEvolution>& evolution_);
AKAZEFeatures.cpp 63 TEvolution step;
182 explicit MultiscaleDerivativesAKAZEInvoker(std::vector<TEvolution>& ev, const AKAZEOptions& opt)
190 std::vector<TEvolution>& evolution = *evolution_;
212 std::vector<TEvolution>* evolution_;
462 SURF_Descriptor_Upright_64_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolution>& evolution)
482 std::vector<TEvolution>* evolution_;
488 SURF_Descriptor_64_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolution>& evolution)
509 std::vector<TEvolution>* evolution_;
515 MSURF_Upright_Descriptor_64_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolution>& evolution)
535 std::vector<TEvolution>* evolution_
    [all...]
KAZEFeatures.cpp 60 TEvolution aux;
195 explicit MultiscaleDerivativesKAZEInvoker(std::vector<TEvolution>& ev) : evolution_(&ev)
201 std::vector<TEvolution>& evolution = *evolution_;
219 std::vector<TEvolution>* evolution_;
237 explicit FindExtremumKAZEInvoker(std::vector<TEvolution>& ev, std::vector<std::vector<KeyPoint> >& kpts_par,
244 std::vector<TEvolution>& evolution = *evolution_;
299 std::vector<TEvolution>* evolution_;
494 KAZE_Descriptor_Invoker(std::vector<KeyPoint> &kpts, Mat &desc, std::vector<TEvolution>& evolution, const KAZEOptions& options)
510 std::vector<TEvolution> &evolution = *evolution_;
542 std::vector<TEvolution> * evolution_
    [all...]

Completed in 3047 milliseconds