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

Method NumKeypoints

src/colmap/scene/database_sqlite.cc:607–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605 size_t NumPosePriors() const override { return CountRows("pose_priors"); }
606
607 size_t NumKeypoints() const override {
608 return SumColumn("rows", "keypoints");
609 }
610
611 size_t MaxNumKeypoints() const override {
612 return MaxColumn("rows", "keypoints");

Callers 2

TEST_PFunction · 0.45
ReloadMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36