SoRidgeDetectionProcessing engine More...
#include <ImageViz/Engines/EdgeDetection/EdgeMarking/SoRidgeDetectionProcessing.h>
Public Member Functions | |
SoRidgeDetectionProcessing () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFEnum | neighborhood3d |
SoSFImageDataAdapter | inImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
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 :
where and .
SoGradientLocalMaximaProcessing2d
computeMode | MODE_AUTO |
neighborhood3d | CONNECTIVITY_26 |
inImage | NULL |
SoRidgeDetectionProcessing::SoRidgeDetectionProcessing | ( | ) |
Constructor.
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.
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoRidgeDetectionProcessing::outImage |
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.