SoRidgeDetectionProcessing Class Reference
[Edge Marking]

ImageViz SoRidgeDetectionProcessing engine More...

#include <ImageViz/Engines/EdgeDetection/EdgeMarking/SoRidgeDetectionProcessing.h>

Inheritance diagram for SoRidgeDetectionProcessing:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoRidgeDetectionProcessing ()

Public Attributes

SoSFEnum computeMode
SoSFEnum neighborhood3d
SoSFImageDataAdapter inImage
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outImage

Detailed Description

ImageViz SoRidgeDetectionProcessing engine

The SoRidgeDetectionProcessing engine provides the local maxima of an image.

For an introduction, see:

This engine provides the local maxima using an edge tracking process. It keeps the configuration of those kind of neighborhoods :

\[ \begin{array}{ccc} x & b & x\\ x & a & x\\ x & c & x\end{array} ~~~~ \begin{array}{ccc} x & x & x\\ b & a & c\\ x & x & x\end{array} ~~~~ \begin{array}{ccc} b & x & x\\ x & a & x\\ x & x & c\end{array} ~~~~ \begin{array}{ccc} x & x & b\\ x & a & x\\ c & x & x\end{array} \]

where $b < a$ and $c < a$.

SEE ALSO

SoGradientLocalMaximaProcessing2d

FILE FORMAT/DEFAULT


Library references: crete


Constructor & Destructor Documentation

SoRidgeDetectionProcessing::SoRidgeDetectionProcessing (  ) 

Constructor.


Member Data Documentation

Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.

Default is MODE_AUTO

The input image.

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

In 3D configuration (see computeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.

Use enum Neighborhood3d. Default is CONNECTIVITY_26.

The output image.

Default value is NULL. Supported types include: grayscale binary label color 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/