pub fn write_pcd<W>(
writer: &mut W,
cloud: &PointCloud,
format: PcdWriteFormat,
) -> Result<(), IoError>where
W: Write,Expand description
Writes a point cloud to a PCD stream.
pub fn write_pcd<W>(
writer: &mut W,
cloud: &PointCloud,
format: PcdWriteFormat,
) -> Result<(), IoError>where
W: Write,Writes a point cloud to a PCD stream.