Skip to main content

read_csv

Function read_csv 

Source
pub fn read_csv(path: &Path) -> Result<PointCloud, IoError>
Expand description

Reads a cloud from CSV.

The origin is placed at the centre of the bounding box: dataset files sometimes hold global coordinates with large values, and f32 storage cannot take those.