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

Method AddPosePrior

src/colmap/scene/database_cache.cc:449–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void DatabaseCache::AddPosePrior(struct PosePrior pose_prior) {
450 pose_priors_.push_back(std::move(pose_prior));
451}
452
453const class Image* DatabaseCache::FindImageWithName(
454 const std::string& name) const {

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64