pub fn with_labels(
input: &PointCloud,
field_name: &str,
labels: Vec<i32>,
) -> SpatialResult<PointCloud>Expand description
Adds or replaces a per-point label field on a point cloud copy.
pub fn with_labels(
input: &PointCloud,
field_name: &str,
labels: Vec<i32>,
) -> SpatialResult<PointCloud>Adds or replaces a per-point label field on a point cloud copy.