24#ifndef _SO_SOTOPHATPROCESSING_IMAGE_FILTER_H_
25#define _SO_SOTOPHATPROCESSING_IMAGE_FILTER_H_
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
<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.
Field containing a two-dimensional vector.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoTopHatProcessing ima...
SoSFVec2f thresholdLevel
The low and high threshold levels.
SoSFEnum computeMode
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
SoTopHatProcessing()
Constructor.
SoSFEnum elementShape
Select the type of structuring element shape.
SoSFInt32 elementSize
The half size of the structuring element.
SoSFImageDataAdapter inGrayImage
Input grey level image.
SoSFEnum objectLightness
Select the lightness mode for object to detect.
SoImageVizEngineOutput< SoSFImageDataAdapter, SoImageDataAdapter * > outBinaryImage
The output binary image.