SoIsolatedPointsProcessing2d Class Reference
[Hit-Or-Miss And Skeleton]

ImageViz SoIsolatedPointsProcessing2d engine More...

#include <ImageViz/Engines/MathematicalMorphology/HitOrMissAndSkeleton/SoIsolatedPointsProcessing2d.h>

Inheritance diagram for SoIsolatedPointsProcessing2d:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoIsolatedPointsProcessing2d ()

Public Attributes

SoSFImageDataAdapter inBinaryImage
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outBinaryImage

Detailed Description

ImageViz SoIsolatedPointsProcessing2d engine

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 :

\[ \begin{array}{ccc} 0 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 0 \end{array} \]

FILE FORMAT/DEFAULT


Library references: isolated_points


Constructor & Destructor Documentation

SoIsolatedPointsProcessing2d::SoIsolatedPointsProcessing2d (  ) 

Constructor.


Member Data Documentation

The input binary image.

Default value is NULL. Supported types include: binary color image.

The output binary image.

Default value is NULL. Supported types include: binary image.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/