Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/src/mvs/
H A Dmodel.cc210 const float kStretchRatio = 0.25f; in ComputeDepthRanges() local
211 depth_range.first *= (1.0f - kStretchRatio); in ComputeDepthRanges()
212 depth_range.second *= (1.0f + kStretchRatio); in ComputeDepthRanges()