* Adjusted src/base/reconstruction.cc to import point cloud from std::vector<PlyPoints> * Adjusted src/exe/colmap.cc to allow saving in colmap format when calling stereo_fusion from command line
Closed
lucasthahn pushed a commit to tne-ai/colmap that referenced this pull request
Aug 17, 2022…ine (colmap#799) * Allow to save fused point cloud in colmap format when using command line * Adjusted src/base/reconstruction.cc to import point cloud from std::vector<PlyPoints> * Adjusted src/exe/colmap.cc to allow saving in colmap format when calling stereo_fusion from command line * PR 799: Incorporated reviews * changed ply to default output type when fusing point clouds via command line
Open