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

Method EmbeddingDim

src/pycolmap/retrieval/visual_index.cc:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 int EmbeddingDim() const override {
38 PYBIND11_OVERRIDE_PURE(int, VisualIndex, EmbeddingDim);
39 }
40
41 FeatureExtractorType FeatureType() const override {
42 PYBIND11_OVERRIDE_PURE(FeatureExtractorType, VisualIndex, FeatureType);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected