Searched refs:threshold_in (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | brisk.cpp | 2149 BriskLayer::getAgastScore(float xf, float yf, int threshold_in, float scale_in) const in getAgastScore() argument 2161 …return (uchar)(rx * ry * getAgastScore(x, y, threshold_in) + rx1 * ry * getAgastScore(x + 1, y, th… in getAgastScore() 2162 …+ rx * ry1 * getAgastScore(x, y + 1, threshold_in) + rx1 * ry1 * getAgastScore(x + 1, y + 1, thres… in getAgastScore() 2173 getAgastScore(x, y, threshold_in); in getAgastScore()
|