Defined in File InpaintFilter.hpp
public filters::FilterBase< T >
Uses OpenCV function to inpaint/fill holes in the input layer.
Public Functions
Constructor
Destructor.
Configures the filter from parameters on the Parameter Server
Adds a new output layer to the map. Uses the OpenCV function inpaint holes in the input layer. Saves to filled map in the outputlayer.
mapIn – grid map containing input layer
mapOut – grid map containing mapIn and inpainted input layer.