24#ifndef _SO_SOAUTOTHRESHOLDINGPROCESSING_IMAGE_FILTER_H_
25#define _SO_SOAUTOTHRESHOLDINGPROCESSING_IMAGE_FILTER_H_
203 {
return m_threshold; }
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
Results details of threshold by automatic segmentation.
float getThreshold() const
The threshold computed by the algorithm.
SbAutoThresholdingDetail(SoImageAnalysisResult *analysis, int sequenceIndex=0)
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoAutoThresholdingProc...
SoSFEnum computeMode
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
SoAutoThresholdingProcessing()
Constructor.
SoImageVizEngineOutput< SoSFImageDataAdapter, SoImageDataAdapter * > outBinaryImage
The output binary image.
SoSFEnum thresholdCriterion
The criterion to detect thresholds on histogram.
SoSFEnum rangeMode
Select the input intensity range mode.
SoImageVizEngineAnalysisOutput< SbAutoThresholdingDetail > outResult
The thresholding results.
SoSFImageDataAdapter inGrayImage
The input grayscale image.
SoSFVec2f intensityRangeInput
The input intensity range.
SoSFEnum objectLightness
Select the lightness mode for object to detect.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> class to handle image ...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Image Processing outpu...
<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 two-dimensional vector.