Skip to main content

extract_indices

Function extract_indices 

Source
pub fn extract_indices(
    input: &PointCloud,
    indices: &[usize],
) -> SpatialResult<PointCloud>
Expand description

Extracts a sub-cloud containing only the selected point indices.