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

Method Add

src/pycolmap/retrieval/visual_index.cc:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 void Add(const IndexOptions& options,
46 int image_id,
47 const FeatureKeypoints& keypoints,
48 const FeatureDescriptorsFloat& descriptors) override {
49 PYBIND11_OVERRIDE_PURE(
50 void, VisualIndex, Add, options, image_id, keypoints, descriptors);
51 }
52
53 bool IsImageIndexed(int image_id) const override {
54 PYBIND11_OVERRIDE_PURE(bool, VisualIndex, IsImageIndexed, image_id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected