MCPcopy Create free account
hub / github.com/XiaoBaiiiiii/colmap-pcd / LoadDynamicShaders

Method LoadDynamicShaders

lib/SiftGPU/ProgramCL.cpp:400–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400void ProgramBagCL::LoadDynamicShaders(SiftParam& param)
401{
402 LoadKeypointShader();
403 LoadGenListShader(param._dog_level_num, 0);
404 CreateGaussianFilters(param);
405}
406
407
408void ProgramBagCL::SelectInitialSmoothingFilter(int octave_min, SiftParam&param)

Callers 1

InitShaderManMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected