SoObjectBoundariesProcessing engine More...
#include <ImageViz/Engines/ImageSegmentation/FeatureSelection/SoObjectBoundariesProcessing.h>
Public Member Functions | |
SoObjectBoundariesProcessing () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inObjectImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outObjectImage |
The SoObjectBoundariesProcessing engine computes the boundary points of an image.
For an introduction, see section Morphology.
This engine keeps the pixels of an image which separate objects from each other or from background. It removes all the other pixels.
SoBorderKillProcessing, SoReconstructionFromMarkersProcessing.
computeMode | MODE_AUTO |
inObjectImage | NULL |
SoObjectBoundariesProcessing::SoObjectBoundariesProcessing | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input binary or label image.
Default value is NULL. Supported types include: binary label color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoObjectBoundariesProcessing::outObjectImage |
The output binary or label image.
Default value is NULL. Supported types include: grayscale binary label color image.