Skip to main content

read_poses

Function read_poses 

Source
pub fn read_poses(path: &Path) -> Result<Vec<Matrix4<f64>>, IoError>
Expand description

Reads a pose_scanner_leica.csv pose file.

Each line holds a homogeneous 4×4 matrix row by row, plus bookkeeping columns. Matrices are returned in file order.