pub fn extract_mask(
input: &PointCloud,
mask: &[bool],
) -> SpatialResult<PointCloud>Expand description
Extracts points where mask[index] is true.
pub fn extract_mask(
input: &PointCloud,
mask: &[bool],
) -> SpatialResult<PointCloud>Extracts points where mask[index] is true.