Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/kaze/
DKAZEFeatures.h55 void Compute_KContrast(const cv::Mat& img, const float& kper);
DKAZEFeatures.cpp108 Compute_KContrast(evolution_[0].Lt, options_.kcontrast_percentille); in Create_Nonlinear_Scale_Space()
146 void KAZEFeatures::Compute_KContrast(const Mat &img, const float &kpercentile) in Compute_KContrast() function in cv::KAZEFeatures