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

Method CreateTables

src/colmap/scene/database_sqlite.cc:1897–1909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1895 }
1896
1897 void CreateTables() const {
1898 CreateRigTable();
1899 CreateRigSensorsTable();
1900 CreateCameraTable();
1901 CreateFrameTable();
1902 CreateFrameDataTable();
1903 CreateImageTable();
1904 CreatePosePriorTable();
1905 CreateKeypointsTable();
1906 CreateDescriptorsTable();
1907 CreateMatchesTable();
1908 CreateTwoViewGeometriesTable();
1909 }
1910
1911 void CreateRigTable() const {
1912 const std::string sql =

Callers 1

OpenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected