Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dorb.cpp1001 Point level_ofs(0,0); in detectAndCompute() local
1010 if( level_ofs.x + wholeSize.width > bufSize.width ) in detectAndCompute()
1012 level_ofs = Point(0, level_ofs.y + level_dy); in detectAndCompute()
1016 Rect linfo(level_ofs.x + border, level_ofs.y + border, sz.width, sz.height); in detectAndCompute()
1019 level_ofs.x += wholeSize.width; in detectAndCompute()
1021 bufSize.height = level_ofs.y + level_dy; in detectAndCompute()