GridMapCvProcessing.hpp
Go to the documentation of this file.
1 /*
2  * GridMapCvProcessing.hpp
3  *
4  * Created on: Apr 15, 2016
5  * Author: Péter Fankhauser
6  * Institute: ETH Zurich, ANYbotics
7  */
8 
9 #pragma once
10 
12 
13 // OpenCV
14 #include <cv_bridge/cv_bridge.h>
15 
16 namespace grid_map {
17 
22 {
23  public:
28 
32  virtual ~GridMapCvProcessing();
33 
42  static bool changeResolution(const GridMap& gridMapSource,
43  GridMap& gridMapResult,
44  const double resolution,
45  const int interpolationAlgorithm = cv::INTER_CUBIC);
46 
47 };
48 
49 } /* namespace */
static bool changeResolution(const GridMap &gridMapSource, GridMap &gridMapResult, const double resolution, const int interpolationAlgorithm=cv::INTER_CUBIC)


grid_map_cv
Author(s): Péter Fankhauser
autogenerated on Tue Jun 25 2019 20:02:13