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