Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/
H A DGlobalUtil.h74 static int _TruncateMethod; variable
H A DSiftGPU.cpp1107 case MAKEINT3(t, c, 2): GlobalUtil::_TruncateMethod = 1; break; in ParseParam()
1108 case MAKEINT3(t, c, 3): GlobalUtil::_TruncateMethod = 2; break; in ParseParam()
1109 default: GlobalUtil::_TruncateMethod = 0; break; in ParseParam()
H A DSiftPyramid.cpp177 if(GlobalUtil::_TruncateMethod == 2) in LimitFeatureCount()
H A DGlobalUtil.cpp110 int GlobalParam:: _TruncateMethod = 0; member in GlobalParam
H A DPyramidCU.cpp801 int reverse = (GlobalUtil::_TruncateMethod == 1); in GenerateFeatureList()
824 …if (GlobalUtil::_TruncateMethod && GlobalUtil::_FeatureCountThreshold > 0 && _featureNum > GlobalU… in GenerateFeatureList()
H A DPyramidGL.cpp974 int ocount, reverse = (GlobalUtil::_TruncateMethod == 1); in GenerateFeatureList()
993 if(GlobalUtil::_TruncateMethod && GlobalUtil::_FeatureCountThreshold > 0 in GenerateFeatureList()
2325 int ocount= 0, reverse = (GlobalUtil::_TruncateMethod == 1); in GenerateFeatureList()
2341 if(GlobalUtil::_TruncateMethod && GlobalUtil::_FeatureCountThreshold > 0 in GenerateFeatureList()