Skip to main content

write_pcd

Function write_pcd 

Source
pub fn write_pcd<W: Write>(
    writer: &mut W,
    cloud: &PointCloud,
    format: PcdWriteFormat,
) -> Result<(), IoError>
Expand description

Writes a point cloud to a PCD stream.