SoIsolatedPointsProcessing2d engine More...
#include <ImageViz/Engines/MathematicalMorphology/HitOrMissAndSkeleton/SoIsolatedPointsProcessing2d.h>
Public Member Functions | |
SoIsolatedPointsProcessing2d () | |
Public Attributes | |
SoSFImageDataAdapter | inBinaryImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outBinaryImage |
The SoIsolatedPointsProcessing2d engine is a point detector that selects object made up of a single point.
For an introduction to point detectors, see section Point detectors
The isolated points of a binary image are found by performing a HMT transformation with the following configuration :
inBinaryImage | NULL |
SoIsolatedPointsProcessing2d::SoIsolatedPointsProcessing2d | ( | ) |
Constructor.
The input binary image.
Default value is NULL. Supported types include: binary color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoIsolatedPointsProcessing2d::outBinaryImage |
The output binary image.
Default value is NULL. Supported types include: binary image.