20#include "opencv2/opencv.hpp"
25namespace localization {
27namespace pyramid_map {
The options of the reflectance map.
The data structure of the map cells in a map node.
virtual void Reset()=0
Reset map cells data.
virtual void Init(const BaseMapConfig &config)=0
Initialize the map matrix.
BaseMapMatrix()
The default constructor.
virtual bool GetAltitudeImg(cv::Mat *altitude_img) const
get altitude image of node.
virtual bool GetIntensityImg(cv::Mat *intensity_img) const
get intensity image of node.
virtual ~BaseMapMatrix()
The deconstructor.