Serializes image buffers generated by camera sensors. More...
#include <GBufferUint8Serializer.h>
Collaboration diagram for carla::sensor::s11n::GBufferUint8Serializer:Classes | |
| struct | ImageHeader |
Static Public Member Functions | |
| static SharedPtr< SensorData > | Deserialize (RawData &&data) |
| static const ImageHeader & | DeserializeHeader (const RawData &data) |
| template<typename Sensor > | |
| static Buffer | Serialize (const Sensor &sensor, Buffer &&bitmap, uint32_t ImageWidth, uint32_t ImageHeight, float FovAngle) |
Static Public Attributes | |
| static constexpr auto | header_offset = sizeof(ImageHeader) |
Serializes image buffers generated by camera sensors.
Definition at line 23 of file GBufferUint8Serializer.h.
|
static |
Definition at line 15 of file GBufferUint8Serializer.cpp.
Referenced by DeserializeHeader().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 36 of file GBufferUint8Serializer.h.
References carla::sensor::RawData::begin(), Deserialize(), and Serialize().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 48 of file GBufferUint8Serializer.h.
References DEBUG_ASSERT.
Referenced by DeserializeHeader().
Here is the caller graph for this function:
|
static |
Definition at line 34 of file GBufferUint8Serializer.h.
1.8.13