24#ifndef _SO_AUTO_SEGMENT_IMAGE_FILTER_H_
25#define _SO_AUTO_SEGMENT_IMAGE_FILTER_H_
97 return m_threshold_low;
103 return m_threshold_high;
110 float m_threshold_low;
111 float m_threshold_high;
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
Results details of threshold by automatic segmentation.
float getThresholdHigh() const
The high threshold computed by the algorithm.
SbAutoSegmentation3PhasesDetail(SoImageAnalysisResult *analysis, int sequenceIndex=0)
float getThresholdLow() const
The low threshold computed by the algorithm.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoAutoSegmentation3Pha...
ThresholdCriterion
The criterion to detect thresholds on histogram.
SoAutoSegmentation3PhasesProcessing()
Constructor.
SoSFImageDataAdapter inGrayImage
The input grayscale image.
SoSFVec2i32 intensityRangeInput
The input intensity range.
SoSFEnum thresholdCriterion
The criterion to detect thresholds on histogram.
SoSFEnum computeMode
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
SoImageVizEngineOutput< SoSFImageDataAdapter, SoImageDataAdapter * > outLabelImage
The output image.
SoImageVizEngineAnalysisOutput< SbAutoSegmentation3PhasesDetail > outResult
The thresholding results.
<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.