24#ifndef _SO_AUTO_THRESHOLD_VALUE_IMAGE_FILTER_H_
25#define _SO_AUTO_THRESHOLD_VALUE_IMAGE_FILTER_H_
201 {
return m_threshold; }
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
Results details of threshold by automatic segmentation.
SbAutoThresholdingDetail(SoImageAnalysisResult *analysis, int sequenceIndex=0)
float getThreshold() const
The threshold computed by the algorithm.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoAutoThresholdingQuan...
SoSFEnum thresholdCriterion
The criterion to detect thresholds on histogram.
SoSFEnum computeMode
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
SoSFVec2f intensityRangeInput
The input intensity range used when rangeMode = OTHER.
SoSFImageDataAdapter inGrayImage
The input grayscale image Default value is NULL.
SoSFEnum rangeMode
The input intensity range.
SoImageVizEngineAnalysisOutput< SbAutoThresholdingDetail > outResult
The thresholding results.
SoAutoThresholdingQuantification()
Constructor.
<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...
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.