Overview of colmap-reader
maincolmap-reader crate is a helper library designed to read COLMAP data into a format usable in Rust. It is a literal translation of the official COLMAP helper script, specifically porting the reading functionality. The parsed results utilize the glam math library to provide developer-friendly data structures for working with COLMAP models.