Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dagast_score.cpp98 int b_test = (bmax + bmin) / 2; in agast_cornerScore() local
119 register const int cb = *ptr + b_test; in agast_cornerScore()
120 register const int c_b = *ptr - b_test; in agast_cornerScore()
2152 bmin = b_test; in agast_cornerScore()
2156 bmax = b_test; in agast_cornerScore()
2163 b_test = (bmin + bmax) / 2; in agast_cornerScore()
2173 int b_test = (bmax + bmin)/2; in agast_cornerScore() local
2190 register const int cb = *ptr + b_test; in agast_cornerScore()
2191 register const int c_b = *ptr - b_test; in agast_cornerScore()
3364 bmin = b_test; in agast_cornerScore()
[all …]