NDEVR
API Documentation
InMemoryMatchesProvider

An in-memory implementation of openMVG::sfm::Matches_Provider. More...

Public Member Functions

bool load (const openMVG::sfm::SfM_Data &, const std::string &) override
 Required override — no loading from disk.
void setMatches (openMVG::matching::PairWiseMatches matches)
 Overwrite the internal matches map with the result from a matcher.

Detailed Description

An in-memory implementation of openMVG::sfm::Matches_Provider.


Holds the PairWiseMatches map produced by the image-collection matcher without writing to disk. Passed directly to SequentialSfMReconstructionEngine.

Definition at line 96 of file InMemoryRegionsProvider.h.

Member Function Documentation

◆ setMatches()

void InMemoryMatchesProvider::setMatches ( openMVG::matching::PairWiseMatches matches)
inline

Overwrite the internal matches map with the result from a matcher.


Definition at line 105 of file InMemoryRegionsProvider.h.


The documentation for this class was generated from the following file: