Skip to main content

read_pcd

Function read_pcd 

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

Reads a complete PCD file from any buffered reader.