 SoRidgeDetectionProcessing engine  
More...
  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 | 
 SoRidgeDetectionProcessing engine
  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} \]](form_78.png) 
where  and
 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 (.
| SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter*> SoRidgeDetectionProcessing::outImage | 
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.