Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dorb.cpp1000 int level_dy = image.rows + border*2; in detectAndCompute() local
1012 level_ofs = Point(0, level_ofs.y + level_dy); in detectAndCompute()
1013 level_dy = wholeSize.height; in detectAndCompute()
1021 bufSize.height = level_ofs.y + level_dy; in detectAndCompute()