24#ifndef _SO_STATISTICS_IMAGE_FILTER_H_
25#define _SO_STATISTICS_IMAGE_FILTER_H_
108 {
return m_pixelNumber; }
112 {
return m_minimum; }
116 {
return m_maximum; }
120 {
return m_intensityRange; }
128 {
return m_standardDeviation; }
132 {
return m_skewness; }
136 {
return m_kurtosis; }
142 unsigned long m_pixelNumber;
145 float m_intensityRange;
147 float m_standardDeviation;
#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 statistics global measure.
float getMaximum() const
The image maximal value of intensities.
float getStandardDeviation() const
The image mean value of intensities.
float getSkewness() const
The degree of asymmetry of intensities distribution.
unsigned long getPixelNumber() const
The number of pixels in the image.
float getMinimum() const
The image minimal value of intensities.
float getIntensityRange() const
Number of levels for an integer image, maximum minus minimum for a floating image.
float getMean() const
The image mean value of intensities.
float getKurtosis() const
The degree of peakedness of intensities distribution.
SbStatisticsDetail(SoImageAnalysisResult *analysis, int sequenceIndex=0)
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoIntensityStatisticsQ...
SoSFVec2i32 intensityRangeInput
The input intensity range.
SoSFEnum rangeMode
Select the input intensity range mode.
SoSFEnum computeMode
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
SoSFImageDataAdapter inImage
The input image.
SoIntensityStatisticsQuantification()
Constructor.
SoImageVizEngineAnalysisOutput< SbStatisticsDetail > outResult
The output measure result.
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.