An array of DVS Events in an image structure HxW 更多...
#include <DVSEventArray.h>
Public 类型 | |
using | event_type = DVSEvent |
Public 类型 继承自 carla::sensor::data::Array< DVSEvent > | |
using | const_iterator |
using | const_pointer |
using | const_reference |
using | const_reverse_iterator |
using | iterator |
using | pointer |
using | reference |
using | reverse_iterator |
using | size_type |
using | value_type |
Public 成员函数 | |
auto | GetFOVAngle () const |
Get horizontal field of view of the image in degrees. | |
auto | GetHeight () const |
Get image height in pixels. | |
auto | GetWidth () const |
Get image width in pixels. | |
std::vector< std::vector< std::int64_t > > | ToArray () const |
Get the array of events in pure vector format | |
std::vector< short > | ToArrayPol () const |
Get all events' polarity for convenience | |
std::vector< std::int64_t > | ToArrayT () const |
Get all events' timestamp for convenience | |
std::vector< std::uint16_t > | ToArrayX () const |
Get all events' x coordinate for convenience | |
std::vector< std::uint16_t > | ToArrayY () const |
Get all events' y coordinate for convenience | |
std::vector< Color > | ToImage () const |
Get an event "frame" image for visualization | |
Public 成员函数 继承自 carla::sensor::data::Array< DVSEvent > | |
reference | at (size_type pos) |
const_reference | at (size_type pos) const |
iterator | begin () |
const_iterator | begin () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
const_reverse_iterator | crbegin () const |
const_reverse_iterator | crend () const |
value_type * | data () |
const value_type * | data () const |
bool | empty () const |
iterator | end () |
const_iterator | end () const |
reference | operator[] (size_type pos) |
const_reference | operator[] (size_type pos) const |
reverse_iterator | rbegin () |
const_reverse_iterator | rbegin () const |
reverse_iterator | rend () |
const_reverse_iterator | rend () const |
size_type | size () const |
Public 成员函数 继承自 carla::sensor::SensorData | |
size_t | GetFrame () const |
Frame count when the data was generated. | |
const rpc::Transform & | GetSensorTransform () const |
Sensor's transform when the data was generated. | |
double | GetTimestamp () const |
Simulation-time when the data was generated. | |
virtual | ~SensorData ()=default |
Protected 类型 | |
using | Serializer = s11n::DVSEventArraySerializer |
Protected 成员函数 | |
DVSEventArray (RawData &&data) | |
Protected 成员函数 继承自 carla::sensor::data::Array< DVSEvent > | |
Array (RawData &&data, FuncT get_offset) | |
Array (size_t offset, RawData &&data) | |
const RawData & | GetRawData () const |
Protected 成员函数 继承自 carla::sensor::SensorData | |
const auto & | GetEpisode () const |
SensorData (const RawData &data) | |
SensorData (size_t frame, double timestamp, const rpc::Transform &sensor_transform) | |
Protected 属性 | |
friend | Serializer |
Private 类型 | |
using | Super = Array<DVSEvent> |
Private 成员函数 | |
const auto & | GetHeader () const |
An array of DVS Events in an image structure HxW
在文件 DVSEventArray.h 第 20 行定义.
在文件 DVSEventArray.h 第 39 行定义.
|
protected |
在文件 DVSEventArray.h 第 24 行定义.
|
private |
在文件 DVSEventArray.h 第 21 行定义.
|
inlineexplicitprotected |
在文件 DVSEventArray.h 第 28 行定义.
|
inline |
Get horizontal field of view of the image in degrees.
在文件 DVSEventArray.h 第 52 行定义.
引用了 GetHeader().
|
inlineprivate |
在文件 DVSEventArray.h 第 34 行定义.
引用了 carla::sensor::s11n::DVSEventArraySerializer::DeserializeHeader() , 以及 carla::sensor::data::Array< DVSEvent >::GetRawData().
被这些函数引用 GetFOVAngle(), GetHeight() , 以及 GetWidth().
|
inline |
Get image height in pixels.
在文件 DVSEventArray.h 第 47 行定义.
引用了 GetHeader().
被这些函数引用 ToImage().
|
inline |
Get image width in pixels.
在文件 DVSEventArray.h 第 42 行定义.
引用了 GetHeader().
被这些函数引用 ToImage().
|
inline |
Get the array of events in pure vector format
在文件 DVSEventArray.h 第 73 行定义.
|
inline |
Get all events' polarity for convenience
在文件 DVSEventArray.h 第 109 行定义.
|
inline |
Get all events' timestamp for convenience
在文件 DVSEventArray.h 第 100 行定义.
|
inline |
Get all events' x coordinate for convenience
在文件 DVSEventArray.h 第 82 行定义.
|
inline |
Get all events' y coordinate for convenience
在文件 DVSEventArray.h 第 91 行定义.
|
inline |
Get an event "frame" image for visualization
在文件 DVSEventArray.h 第 57 行定义.
引用了 GetHeight() , 以及 GetWidth().
|
protected |
在文件 DVSEventArray.h 第 26 行定义.