Public Attributes
Tango3DR_ImageBuffer Struct Reference

#include <tango_3d_reconstruction_api.h>

List of all members.

Public Attributes

uint8_t * data
 Pixels in the format of this image buffer.
Tango3DR_ImageFormatType format
 Pixel format of data.
uint32_t height
 The height of the image data.
uint32_t stride
 The number of bytes per scanline of image data.
double timestamp
 The timestamp of this image.
uint32_t width
 The width of the image data.

Detailed Description

The Tango3DR_ImageBuffer struct contains information about a byte buffer holding image data.

The image data is commonly copied from TangoImageBuffer.

Definition at line 257 of file tango_3d_reconstruction_api.h.


Member Data Documentation

Pixels in the format of this image buffer.

Definition at line 269 of file tango_3d_reconstruction_api.h.

Pixel format of data.

Definition at line 267 of file tango_3d_reconstruction_api.h.

The height of the image data.

Definition at line 261 of file tango_3d_reconstruction_api.h.

The number of bytes per scanline of image data.

Definition at line 263 of file tango_3d_reconstruction_api.h.

The timestamp of this image.

Definition at line 265 of file tango_3d_reconstruction_api.h.

The width of the image data.

Definition at line 259 of file tango_3d_reconstruction_api.h.


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


tango_3d_reconstruction
Author(s):
autogenerated on Thu Jun 6 2019 19:49:50