Expand description
PCD (Point Cloud Data) readers and writers. PCD (Point Cloud Data) readers and writers.
Structs§
- PcdField
Spec - One PCD field specification from the header.
- PcdHeader
- Parsed PCD header.
- PcdReader
- Reads point clouds from PCD files or streams.
- PcdWriter
- Writes point clouds to PCD files or streams.
Enums§
- PcdData
Kind - PCD payload encoding.
- PcdType
- PCD scalar type token.
- PcdWrite
Format - Output encoding for PCD writers.
Functions§
- infer_
field_ semantic - Maps a PCD field name to a SpatialRust semantic.
- read_
pcd - Reads a complete PCD file from any buffered reader.
- read_
pcd_ file - Reads a PCD file from disk.
- schema_
from_ pcd_ fields - Builds a SpatialRust schema from PCD field specs.
- write_
pcd - Writes a point cloud to a PCD stream.
- write_
pcd_ file - Writes a point cloud to a PCD file on disk.