SoInteriorPointsProcessing2d engine More...
#include <ImageViz/Engines/MathematicalMorphology/HitOrMissAndSkeleton/SoInteriorPointsProcessing2d.h>
Public Member Functions | |
SoInteriorPointsProcessing2d () | |
Public Attributes | |
SoSFImageDataAdapter | inBinaryImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outBinaryImage |
The SoEndPointsProcessing2d engine is a point detector that computes interior points of object.
For an introduction to point detectors, see section Point detectors
The SoInteriorPointsProcessing2d engine performs an HMT with one 0 in the neighbourhood, up to a full rotation.
inBinaryImage | NULL |
SoInteriorPointsProcessing2d::SoInteriorPointsProcessing2d | ( | ) |
Constructor.
The input binary image.
Default value is NULL. Supported types include: binary color image.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoInteriorPointsProcessing2d::outBinaryImage |
The output binary image.
Default value is NULL. Supported types include: binary image.