Skip to main content

depth_to_xyz_dense_into

Function depth_to_xyz_dense_into 

Source
pub fn depth_to_xyz_dense_into(
    depth: ImageView<'_, f32, 1>,
    camera: &PinholeCamera,
    options: DepthConversionOptions,
    out: &mut [f32],
) -> Result<(), RgbdError>
Expand description

Fills a caller-provided dense H×W×3 XYZ buffer (length must be H*W*3).