Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp994 const int sixths_y = 4 * y_layer - 1; in getScoreAbove() local
995 const int y_above = sixths_y / 6; in getScoreAbove()
998 const int r_y = (sixths_y % 6); in getScoreAbove()