#include <GridMapCvProcessing.hpp>
Public Member Functions | |
GridMapCvProcessing () | |
virtual | ~GridMapCvProcessing () |
Static Public Member Functions | |
static bool | changeResolution (const GridMap &gridMapSource, GridMap &gridMapResult, const double resolution, const int interpolationAlgorithm=cv::INTER_CUBIC) |
Processing of grid maps with OpenCV methods.
Definition at line 21 of file GridMapCvProcessing.hpp.
grid_map::GridMapCvProcessing::GridMapCvProcessing | ( | ) |
Default constructor.
Definition at line 14 of file GridMapCvProcessing.cpp.
|
virtual |
Destructor.
Definition at line 18 of file GridMapCvProcessing.cpp.
|
static |
Changes the resolution of a grid map with help of OpenCV's interpolation algorithms.
[in] | gridMapSource | the source grid map. |
[out] | gridMapResult | the resulting grid map with the desired resolution. |
[in] | resolution | the desired resolution. |
[in] |
Definition at line 22 of file GridMapCvProcessing.cpp.