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

Method FaissVisualIndex

src/colmap/retrieval/visual_index.cc:93–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 using EntryType = typename InvertedIndexType::EntryType;
92
93 FaissVisualIndex()
94 : prepared_(false), feature_type_(FeatureExtractorType::UNDEFINED) {}
95
96 size_t NumVisualWords() const override {
97 return (index_ == nullptr) ? 0 : index_->ntotal;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected