MCPcopy Create free account
hub / github.com/colmap/colmap / HasVariablePoint

Method HasVariablePoint

src/colmap/estimators/bundle_adjustment.cc:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237bool BundleAdjustmentConfig::HasVariablePoint(
238 const point3D_t point3D_id) const {
239 return variable_point3D_ids_.count(point3D_id);
240}
241
242bool BundleAdjustmentConfig::HasConstantPoint(
243 const point3D_t point3D_id) const {

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64