![]() |
HemiStereo SDK
The C++ Software Development Kit for the HemiStereo 3D sensing device.
|
Structure that holds the sensor data. More...
#include <osp/sdk/device.h>

Classes | |
| struct | Metadata |
| The Metadata struct holds additional information about the Frame. More... | |
Public Attributes | |
| Metadata | metadata |
| Matrix< uint8_t, 3 > | sourceImage0 |
| Matrix< uint8_t, 3 > | sourceImage1 |
| Matrix< uint8_t, 3 > | sourceImage2 |
| Matrix< uint8_t, 3 > | image |
| Matrix< uint16_t, 1 > | distanceMap |
| Matrix< Point3d< float > > | pointcloud |
Structure that holds the sensor data.
| Matrix<uint16_t, 1> osp::Frame::distanceMap |
Distance map
| Matrix<uint8_t, 3> osp::Frame::image |
Target (undistorted) image from camera 0
| Matrix<Point3d<float> > osp::Frame::pointcloud |
Pointcloud
| Matrix<uint8_t, 3> osp::Frame::sourceImage0 |
Source image from camera 0
| Matrix<uint8_t, 3> osp::Frame::sourceImage1 |
Source image from camera 1
| Matrix<uint8_t, 3> osp::Frame::sourceImage2 |
Source image from camera 2