SoChamferDistanceMapProcessing2d engine More...
#include <ImageViz/Engines/MathematicalMorphology/DistanceMaps/SoChamferDistanceMapProcessing2d.h>
Public Member Functions | |
SoChamferDistanceMapProcessing2d () | |
Public Attributes | |
SoSFImageDataAdapter | inBinaryImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outMapImage |
The SoChamferDistanceMapProcessing2d engine computes the chamfer distance transformation.
This engine is like the SoChessboardDistanceMapProcessing engine but it considers the diagonal direction.
SoChessboardDistanceMapProcessing.
inBinaryImage | NULL |
SoChamferDistanceMapProcessing2d::SoChamferDistanceMapProcessing2d | ( | ) |
Constructor.
The input binary image.
Default value is NULL. Supported types include: binary color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoChamferDistanceMapProcessing2d::outMapImage |
The output distance map image.
Default value is NULL. Supported types include: grayscale binary label color image.