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

Method WritePosePrior

src/pycolmap/scene/database.cc:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 }
288
289 pose_prior_t WritePosePrior(const PosePrior& pose_prior,
290 bool use_pose_prior_id = false) override {
291 PYBIND11_OVERRIDE_PURE(
292 pose_prior_t, Database, WritePosePrior, pose_prior, use_pose_prior_id);
293 }
294
295 void WriteKeypoints(image_t image_id,
296 const FeatureKeypoints& keypoints) override {

Callers 1

ImportImagesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected