Jafar
|
MosaicTrv inherits from Mosaic . More...
MosaicTrv inherits from Mosaic .
The class is supposed to combine the mosaic produced by the base class with the information contained in the traversability masks. Furthermore, the information contained in the single masks is accumulated in terms of an integration image. Each time a pixel is assessed as traversable, a counter for that pixel is counted up about 1. Likewise, if a pixel falls into a region that has been rated impassable, the counter for that pixel is decreased by 1.
Definition at line 25 of file trv_mosaicTrv.hpp.
#include <trv_mosaicTrv.hpp>
Public Member Functions | |
MosaicTrv (int mosaicWidth, int mosaicHeight, int uShift=0, int vShift=0) | |
void | add (const jafar::image::Image &imgTrvIn, const jafar::image::Image &imgIn, const jafar::image::Image &maskIn) |
Private Attributes | |
jafar::image::Image | mMosaicCnt |
Generated on Wed Oct 15 2014 00:37:51 for Jafar by doxygen 1.7.6.1 |