Skip to main content

read_pcd

Function read_pcd 

Source
pub fn read_pcd<R>(reader: &mut R) -> Result<PointCloud, IoError>
where R: BufRead,
Expand description

Reads a complete PCD file from any buffered reader.