Home
last modified time | relevance | path

Searched refs:ReadImagesText (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/base/
H A Dreconstruction.h309 void ReadImagesText(const std::string& path);
H A Dreconstruction.cc817 ReadImagesText(JoinPaths(path, "images.txt")); in ReadText()
1437 void Reconstruction::ReadImagesText(const std::string& path) { in ReadImagesText() function in colmap::Reconstruction