Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp502 const int y_bottom = int(y1 + 0.5); in smoothedIntensity() local
508 const float r_y1 = y1 - float(y_bottom) + 0.5f; in smoothedIntensity()
510 const int dy = y_bottom - y_top - 1; in smoothedIntensity()
1082 const int y_bottom = int(y1 + 0.5); in getScoreBelow() local
1088 const float r_y1 = y1 - float(y_bottom) + 0.5f; in getScoreBelow()
1090 const int dy = y_bottom - y_top - 1; in getScoreBelow()
2231 const int y_bottom = int(y1 + 0.5); in value() local
2237 const float r_y1 = y1 - float(y_bottom) + 0.5f; in value()
2239 const int dy = y_bottom - y_top - 1; in value()