Searched defs:kpts (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/features2d/src/kaze/ |
D | AKAZEFeatures.cpp | 170 void AKAZEFeatures::Feature_Detection(std::vector<KeyPoint>& kpts) in Feature_Detection() 256 void AKAZEFeatures::Find_Scale_Space_Extrema(std::vector<KeyPoint>& kpts) in Find_Scale_Space_Extrema() 395 void AKAZEFeatures::Do_Subpixel_Refinement(std::vector<KeyPoint>& kpts) in Do_Subpixel_Refinement() 462 …SURF_Descriptor_Upright_64_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolution>… in SURF_Descriptor_Upright_64_Invoker() 488 …SURF_Descriptor_64_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolution>& evolut… in SURF_Descriptor_64_Invoker() 515 …MSURF_Upright_Descriptor_64_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolution… in MSURF_Upright_Descriptor_64_Invoker() 541 …MSURF_Descriptor_64_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolution>& evolu… in MSURF_Descriptor_64_Invoker() 568 …Upright_MLDB_Full_Descriptor_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolutio… in Upright_MLDB_Full_Descriptor_Invoker() 596 Upright_MLDB_Descriptor_Subset_Invoker(std::vector<KeyPoint>& kpts, in Upright_MLDB_Descriptor_Subset_Invoker() 634 …MLDB_Full_Descriptor_Invoker(std::vector<KeyPoint>& kpts, Mat& desc, std::vector<TEvolution>& evol… in MLDB_Full_Descriptor_Invoker() [all …]
|
D | KAZEFeatures.cpp | 183 void KAZEFeatures::Feature_Detection(std::vector<KeyPoint>& kpts) in Feature_Detection() 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() 494 …KAZE_Descriptor_Invoker(std::vector<KeyPoint> &kpts, Mat &desc, std::vector<TEvolution>& evolution… in KAZE_Descriptor_Invoker() 508 std::vector<KeyPoint> &kpts = *kpts_; in operator ()() local 552 void KAZEFeatures::Feature_Description(std::vector<KeyPoint> &kpts, Mat &desc) in Feature_Description()
|