Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp2067 BriskLayer::BriskLayer(const cv::Mat& img_in, float scale_in, float offset_in) in BriskLayer() argument
2072 scale_ = scale_in; in BriskLayer()
2149 BriskLayer::getAgastScore(float xf, float yf, int threshold_in, float scale_in) const in getAgastScore()
2151 if (scale_in <= 1.0f) in getAgastScore()
2167 const float halfscale = scale_in / 2.0f; in getAgastScore()
2177 return value(scores_, xf, yf, scale_in); in getAgastScore()
2183 BriskLayer::value(const cv::Mat& mat, float xf, float yf, float scale_in) const in value()
2193 const float sigma_half = scale_in / 2; in value()