pub fn range_image(
cloud: &PointCloud,
config: RangeImageConfig,
) -> SpatialResult<RangeImage>Expand description
Projects a cloud into a spherical range image, keeping the nearest range per pixel. Points outside the vertical field of view are dropped.