Home
last modified time | relevance | path

Searched refs:Determinant_Hessian (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEFeatures.h58 void Determinant_Hessian(std::vector<cv::KeyPoint>& kpts);
DKAZEFeatures.cpp187 Determinant_Hessian(kpts); in Feature_Detection()
311 void KAZEFeatures::Determinant_Hessian(std::vector<KeyPoint>& kpts) in Determinant_Hessian() function in cv::KAZEFeatures