Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp1013 const int eighths_y = 6 * y_layer - 1; in getScoreAbove() local
1014 const int y_above = eighths_y / 8; in getScoreAbove()
1017 const int r_y = (eighths_y % 8); in getScoreAbove()