SoClosestBoundaryPointsProcessing3d engine More...
#include <ImageViz/Engines/MathematicalMorphology/DistanceMaps/SoClosestBoundaryPointsProcessing3d.h>
Public Member Functions | |
SoClosestBoundaryPointsProcessing3d () | |
Public Attributes | |
SoSFImageDataAdapter | inBinaryImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outMapImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outGrayImageX |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outGrayImageY |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outGrayImageZ |
The SoClosestBoundaryPointsProcessing3d engine computes the chamfer distance map on object boundary and the closest point.
This engine is like the SoChamferDistanceMapProcessing3d engine applied on the objects boundaries but it also computes the closest point contour onto the binary image for each voxel of the input image, and stores its position X, Y and Z.
SoChamferDistanceMapProcessing3d.
inBinaryImage | NULL |
SoClosestBoundaryPointsProcessing3d::SoClosestBoundaryPointsProcessing3d | ( | ) |
Constructor.
The input binary image.
Default value is NULL. Supported types include: binary color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoClosestBoundaryPointsProcessing3d::outGrayImageX |
The output X distance map image.
Default value is NULL. Supported types include: grayscale binary label image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoClosestBoundaryPointsProcessing3d::outGrayImageY |
The output Y distance map image.
Default value is NULL. Supported types include: grayscale binary label image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoClosestBoundaryPointsProcessing3d::outGrayImageZ |
The output Z distance map image.
Default value is NULL. Supported types include: grayscale binary label image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoClosestBoundaryPointsProcessing3d::outMapImage |
he output background distance map.
Default value is NULL. Supported types include: grayscale binary label color image.