24#ifndef _SO_HISTCLASS_IMAGE_FILTER_H_
25#define _SO_HISTCLASS_IMAGE_FILTER_H_
83 {
return m_minValueBin; }
87 {
return m_maxValueBin; }
99 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 SoIntensityBinHistogramQuantification.
float getMinValueBin() const
The min grey value of the current bin.
unsigned long getCount() const
The number of pixel lying in the bin.
float getMaxValueBin() const
The max grey value of the current bin.
SbIntensityBinHistogramDetail(SoImageAnalysisResult *analysis, int sequenceIndex=0)
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoIntensityBinHistogra...
SoIntensityBinHistogramQuantification()
Constructor.
SoImageVizEngineAnalysisOutput< SbIntensityBinHistogramDetail > outResult
The output histogram.
SoSFImageDataAdapter inImage
The input gray scale image.
SoSFFloat binSize
The size of a class of the histogram.
SoSFVec2f intensityRangeInput
The minimal and maximal value of the histogram Default value is SbVec2f(0.0f,255.0f).
Field containing a floating-point value.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Field containing an So...
Field containing a two-dimensional vector.