|
Apollo 10.0
自动驾驶开放平台
|
The data structure of the map cells in a map node. 更多...
#include <base_map_matrix.h>
Public 成员函数 | |
| BaseMapMatrix () | |
| The default constructor. | |
| virtual | ~BaseMapMatrix () |
| The deconstructor. | |
| BaseMapMatrix (const BaseMapMatrix &map_matrix) | |
| The copy constructor. | |
| virtual void | Init (const BaseMapConfig &config)=0 |
| Initialize the map matrix. | |
| virtual void | Reset ()=0 |
| Reset map cells data. | |
| virtual bool | GetIntensityImg (cv::Mat *intensity_img) const |
| get intensity image of node. | |
| virtual bool | GetAltitudeImg (cv::Mat *altitude_img) const |
| get altitude image of node. | |
The data structure of the map cells in a map node.
在文件 base_map_matrix.h 第 30 行定义.
| apollo::localization::msf::pyramid_map::BaseMapMatrix::BaseMapMatrix | ( | ) |
|
virtual |
|
explicit |
|
virtual |
get altitude image of node.
被 apollo::localization::msf::pyramid_map::PyramidMapMatrix 重载.
在文件 base_map_matrix.cc 第 34 行定义.
|
virtual |
get intensity image of node.
被 apollo::localization::msf::pyramid_map::NdtMapMatrix , 以及 apollo::localization::msf::pyramid_map::PyramidMapMatrix 重载.
在文件 base_map_matrix.cc 第 30 行定义.
|
pure virtual |
Initialize the map matrix.
在 apollo::localization::msf::pyramid_map::NdtMapMatrix , 以及 apollo::localization::msf::pyramid_map::PyramidMapMatrix 内被实现.
|
pure virtual |
Reset map cells data.
在 apollo::localization::msf::pyramid_map::NdtMapMatrix , 以及 apollo::localization::msf::pyramid_map::PyramidMapMatrix 内被实现.