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

Method ExistsKeypoints

src/colmap/scene/database_sqlite.cc:577–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575 }
576
577 bool ExistsKeypoints(const image_t image_id) const override {
578 return ExistsRowId(sql_stmt_exists_keypoints_, image_id);
579 }
580
581 bool ExistsDescriptors(const image_t image_id) const override {
582 return ExistsRowId(sql_stmt_exists_descriptors_, image_id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected