Skip to main content

extract_mask

Function extract_mask 

Source
pub fn extract_mask(
    input: &PointCloud,
    mask: &[bool],
) -> Result<PointCloud, SpatialError>
Expand description

Extracts points where mask[index] is true.