Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/src/base/
H A Dreconstruction.h319 void WriteImagesBinary(const std::string& path) const;
H A Dreconstruction.cc835 WriteImagesBinary(JoinPaths(path, "images.bin")); in WriteBinary()
1875 void Reconstruction::WriteImagesBinary(const std::string& path) const { in WriteImagesBinary() function in colmap::Reconstruction