Time-of-Flight-SDK
|
Describes the properties of a data that embedded within the frame. More...
#include <frame_definitions.h>
Public Attributes | |
std::string | type |
The type of data that can be found in a frame. For example it could be depth data or IR data, etc. | |
unsigned int | width |
The width of the frame data. | |
unsigned int | height |
The height of the frame data. | |
unsigned int | subelementSize |
The size in bytes of a sub-element. A sub-element is a sub-component of an element. All sub-elements make up an element. For instance a 3D point (which is an element) has X, Y and Z coordinates which are sub-elements of the 3D point. | |
unsigned int | subelementsPerElement |
The number of sub-elements that an element has. An element is the smallest part of the image (a.k.a. captured scene) that together with other elements make up the entire image. | |
unsigned int | bytesCount |
The total number of bytes that the data has. This can be useful when copying data to another location or when saving data to a file or any other usecase where the size in bytes needs to be known. | |
Describes the properties of a data that embedded within the frame.
Definition at line 48 of file frame_definitions.h.