Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/
H A DGlobalUtil.h80 static int _InitPyramidWidth; variable
H A DSiftGPU.cpp193 …if(GlobalUtil::_GoodOpenGL && GlobalUtil::_InitPyramidWidth > 0 && GlobalUtil::_InitPyramidHeight … in InitSiftGPU()
196 _pyramid->InitPyramid(GlobalUtil::_InitPyramidWidth, GlobalUtil::_InitPyramidHeight, 0); in InitSiftGPU()
1057 GlobalParam::_InitPyramidWidth = w; in ParseParam()
H A DGlobalUtil.cpp92 int GlobalParam:: _InitPyramidWidth=0; member in GlobalParam