CARLA
Namespaces | Typedefs
sensor/data/Image.h File Reference
#include "carla/sensor/data/Color.h"
#include "carla/sensor/data/ImageTmpl.h"
+ Include dependency graph for sensor/data/Image.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 carla
 This file contains definitions of common data structures used in traffic manager.
 
 carla::sensor
 
 carla::sensor::data
 

Typedefs

using carla::sensor::data::FloatImage = ImageTmpl< rpc::FloatColor >
 An image of float BGRA colors (32-bit channels) More...
 
using carla::sensor::data::Image = ImageTmpl< Color >
 An image of 32-bit BGRA colors (8-bit channels, 4 bytes) More...
 
using carla::sensor::data::NormalsImage = ImageTmpl< Color >
 An image of 32-bit BGRA colors (8-bit channels, 4 bytes) More...
 
using carla::sensor::data::OpticalFlowImage = ImageTmpl< OpticalFlowPixel >
 An image of 64-bit BGRA colors (16-bit channels, 2 floats) More...