DVS事件的数组,采用HxW图像结构 更多...
#include <DVSEventArray.h>
类 carla::sensor::data::DVSEventArray 继承关系图:
carla::sensor::data::DVSEventArray 的协作图:Public 类型 | |
| using | event_type = DVSEvent |
Public 类型 继承自 carla::sensor::data::Array< DVSEvent > | |
| using | const_iterator = typename std::add_const< value_type >::type * |
| using | const_pointer = typename std::add_const< value_type >::type * |
| using | const_reference = typename std::add_const< value_type >::type & |
| using | const_reverse_iterator = std::reverse_iterator< const_iterator > |
| using | iterator = value_type * |
| using | pointer = value_type * |
| using | reference = value_type & |
| using | reverse_iterator = std::reverse_iterator< iterator > |
| using | size_type = size_t |
| using | value_type = DVSEvent |
Public 成员函数 | |
| auto | GetFOVAngle () const |
| 获取图像的水平视野角度(以度为单位) 更多... | |
| auto | GetHeight () const |
| 获取图像的高度(以像素为单位) 更多... | |
| auto | GetWidth () const |
| 获取图像的宽度(以像素为单位) 更多... | |
| std::vector< std::vector< std::int64_t > > | ToArray () const |
| 获取事件的纯向量格式数组 更多... | |
| std::vector< short > | ToArrayPol () const |
| 获取所有事件的极性,便于使用 更多... | |
| std::vector< std::int64_t > | ToArrayT () const |
| 获取所有事件的时间戳,便于使用 更多... | |
| std::vector< std::uint16_t > | ToArrayX () const |
| 获取所有事件的x坐标,便于使用 更多... | |
| std::vector< std::uint16_t > | ToArrayY () const |
| 获取所有事件的y坐标,便于使用 更多... | |
| std::vector< Color > | ToImage () const |
| 获取事件"帧"图像用于可视化 更多... | |
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 |
| 获取数据生成时的帧计数 更多... | |
| const rpc::Transform & | GetSensorTransform () const |
| 获取数据生成时的传感器变换 更多... | |
| double | GetTimestamp () const |
| 获取数据生成时的仿真时间 更多... | |
| 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 |
DVS事件的数组,采用HxW图像结构
在文件 DVSEventArray.h 第 20 行定义.
在文件 DVSEventArray.h 第 39 行定义.
|
protected |
在文件 DVSEventArray.h 第 24 行定义.
|
private |
在文件 DVSEventArray.h 第 21 行定义.
|
inlineexplicitprotected |
在文件 DVSEventArray.h 第 28 行定义.
|
inline |
|
inlineprivate |
在文件 DVSEventArray.h 第 34 行定义.
引用了 carla::sensor::s11n::DVSEventArraySerializer::DeserializeHeader() , 以及 carla::sensor::data::Array< DVSEvent >::GetRawData().
被这些函数引用 GetFOVAngle(), GetHeight() , 以及 GetWidth().
函数调用图:
这是这个函数的调用关系图:
|
inline |
获取图像的高度(以像素为单位)
在文件 DVSEventArray.h 第 47 行定义.
引用了 GetHeader().
被这些函数引用 ToImage().
函数调用图:
这是这个函数的调用关系图:
|
inline |
获取图像的宽度(以像素为单位)
在文件 DVSEventArray.h 第 42 行定义.
引用了 GetHeader().
被这些函数引用 ToImage().
函数调用图:
这是这个函数的调用关系图:
|
inline |
获取事件的纯向量格式数组
在文件 DVSEventArray.h 第 71 行定义.
|
inline |
获取所有事件的极性,便于使用
在文件 DVSEventArray.h 第 107 行定义.
|
inline |
获取所有事件的时间戳,便于使用
在文件 DVSEventArray.h 第 98 行定义.
|
inline |
获取所有事件的x坐标,便于使用
在文件 DVSEventArray.h 第 80 行定义.
|
inline |
获取所有事件的y坐标,便于使用
在文件 DVSEventArray.h 第 89 行定义.
|
inline |
|
protected |
在文件 DVSEventArray.h 第 26 行定义.