![]() |
NDEVR
API Documentation
|
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. | |
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.
|
inline |
Overwrite the internal matches map with the result from a matcher.
Definition at line 105 of file InMemoryRegionsProvider.h.