| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected