Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp992 const int sixths_x = 4 * x_layer - 1; in getScoreAbove() local
993 const int x_above = sixths_x / 6; in getScoreAbove()
996 const int r_x = (sixths_x % 6); in getScoreAbove()