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

Method ExistsPosePrior

src/colmap/scene/database_sqlite.cc:571–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569 }
570
571 bool ExistsPosePrior(const pose_prior_t pose_prior_id,
572 bool is_deprecated_image_prior) const override {
573 MaybeThrowDeprecatedPosePriorError(is_deprecated_image_prior);
574 return ExistsRowId(sql_stmt_exists_pose_prior_, pose_prior_id);
575 }
576
577 bool ExistsKeypoints(const image_t image_id) const override {
578 return ExistsRowId(sql_stmt_exists_keypoints_, image_id);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected