Viam C++ SDK current
Loading...
Searching...
No Matches
depth_map Struct Reference

Represents the dimensions and depth values of a depth map. More...

#include <camera.hpp>

Detailed Description

Represents the dimensions and depth values of a depth map.

depth_map holds the height and width data of a depth map, along with the depth values as a 2D xtensor array of 16-bit unsigned integers, where the first axis is height, and the second axis is width. Each depth value represents the distance from the camera to a point in the scene.


The documentation for this struct was generated from the following file: