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

Method Build

src/pycolmap/retrieval/visual_index.cc:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 void Build(const BuildOptions& options,
77 const FeatureDescriptorsFloat& descriptors) override {
78 PYBIND11_OVERRIDE_PURE(void, VisualIndex, Build, options, descriptors);
79 }
80
81 void Write(const std::filesystem::path& path) const override {
82 PYBIND11_OVERRIDE_PURE(void, VisualIndex, Read);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected