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

Method Reset

src/colmap/controllers/pairing.cc:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 options.CacheSize(), THROW_CHECK_NOTNULL(database))) {}
192
193void ExhaustivePairGenerator::Reset() {
194 start_idx1_ = 0;
195 start_idx2_ = 0;
196}
197
198bool ExhaustivePairGenerator::HasFinished() const {
199 return start_idx1_ >= image_ids_.size();

Callers 2

TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36