pub fn extract_indices(
input: &PointCloud,
indices: &[usize],
) -> Result<PointCloud, SpatialError>Expand description
Extracts a sub-cloud containing only the selected point indices.
pub fn extract_indices(
input: &PointCloud,
indices: &[usize],
) -> Result<PointCloud, SpatialError>Extracts a sub-cloud containing only the selected point indices.