Skip to main content

depth_map_to_point_cloud

Function depth_map_to_point_cloud 

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

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