Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.56 KB

depth_image.md

File metadata and controls

51 lines (36 loc) · 2.56 KB
title
DepthImage

A depth image.

The shape of the TensorData must be mappable to an HxW tensor. Each pixel corresponds to a depth value in units specified by meter.

Components

Required: TensorData

Optional: DepthMeter, DrawOrder, Colormap

Shown in

API reference links

Examples

Simple example

snippet: archetypes/depth_image_simple

Depth to 3D example

snippet: archetypes/depth_image_3d