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

Method FeatureType

src/pycolmap/retrieval/visual_index.cc:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 FeatureExtractorType FeatureType() const override {
42 PYBIND11_OVERRIDE_PURE(FeatureExtractorType, VisualIndex, FeatureType);
43 }
44
45 void Add(const IndexOptions& options,
46 int image_id,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected