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