|
boost::posix_time::ptime | timestamp |
| The timestamp.
|
|
short | width |
| The width of the image in pixels.
|
|
short | height |
| The height of the image in pixels.
|
|
short | channels |
| The number of channels. e.g. 3 for RGB data, 4 for RGBD.
|
|
float | pitch |
| The pitch of the player at render time.
|
|
float | yaw |
| The yaw of the player at render time.
|
|
float | xPos |
| The x pos of the player at render time.
|
|
float | yPos |
| The y pos of the player at render time.
|
|
float | zPos |
| The z pos of the player at render time.
|
|
std::vector< unsigned char > | pixels |
| The pixels, stored as channels then columns then rows. Length should be width*height*channels.
|
|
An image with an attached timestamp saying when it was collected.