24#ifndef _SO_GREYSEPARATE_IMAGE_FILTER_H_
25#define _SO_GREYSEPARATE_IMAGE_FILTER_H_
133 SEPARATED_OBJECTS = 0,
137 WATERSHED_RIDGES = 1,
141 SEPARATED_BASINS = 2,
145 CONTIGUOUS_BASINS = 3
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoHExtremaWatershedPro...
SoSFEnum separationMode
Select the output image type: separation lines, split objects or separated basins.
SoImageVizEngineOutput< SoSFImageDataAdapter, SoImageDataAdapter * > outSeparationImage
The output separation (binary or label) image.
SoSFImageDataAdapter inGrayImage
The input grayscale image.
SoSFEnum algorithmMode
Select the algorithm mode for fastwatershed.
SoSFEnum computeMode
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
SoHExtremaWatershedProcessing()
Constructor.
SoSFEnum objectLightness
Select the lightness mode for object to separate.
SoSFInt32 contrastValue
The depth of valley.
SoSFEnum neighborhood3d
In 3D configuration (see computeMode), the neighborhood connectivity defines the connectivity conside...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Abstract base class fo...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Image Processing outpu...
Field containing an enumerated value.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Field containing an So...
Field containing a int32_t integer.