24#ifndef _SO_HISTOGRAM_IMAGE_FILTER_H_
25#define _SO_HISTOGRAM_IMAGE_FILTER_H_
86 {
return m_intensityValue; }
96 long m_intensityValue;
97 unsigned long m_count;
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
<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...
Results details of SoIntensityHistogramQuantification.
long getIntensityValue() const
The analyzed intensity value.
unsigned long getCount() const
The number of pixels containing the analyzed intensity value.
SbIntensityHistogramDetail(SoImageAnalysisResult *analysis, int sequenceIndex=0)
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoIntensityHistogramQu...
SoIntensityHistogramQuantification()
Constructor.
SoSFEnum rangeMode
This parameter defines if the histogram has to be computed between the minimum and maximum input inte...
SoSFImageDataAdapter inImage
The input gray scale image.
SoImageVizEngineAnalysisOutput< SbIntensityHistogramDetail > outResult
The output histogram.
SoSFVec2i32 intensityRangeInput
The minimal and maximal value of the histogram when the rangeMode field is set to OTHER.
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.