SoConvexHullProcessing2d engine fills the concavities of particles in an image. More...
#include <ImageViz/Engines/ImageSegmentation/SeparatingAndFilling/SoConvexHullProcessing2d.h>
Public Member Functions | |
SoConvexHullProcessing2d () | |
Public Attributes | |
SoSFImageDataAdapter | inBinaryImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outBinaryImage |
For an introduction, see sections Morphology and Hit-Or-Miss And Skeleton..
This engine fills the concavities of particles in an image without connecting the particles. It is found by rotating the configurations below to perform successive thickening until convergence.
inBinaryImage | NULL |
SoConvexHullProcessing2d::SoConvexHullProcessing2d | ( | ) |
Constructor.
The input binary image.
Default value is NULL. Supported types include: binary color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoConvexHullProcessing2d::outBinaryImage |
The output binary image.
Default value is NULL. Supported types include: grayscale binary label color image.