Skip to main content

depth_map_to_point_cloud

Function depth_map_to_point_cloud 

pub fn depth_map_to_point_cloud(
    depth: &DepthMap,
    camera: &PinholeCamera,
    options: DepthConversionOptions,
) -> Result<PointCloud, VisionError>
Expand description

Unprojects a depth map with a calibrated camera into an XYZ point cloud.