24#ifndef _SO_STATMASK_IMAGE_FILTER_H_
25#define _SO_STATMASK_IMAGE_FILTER_H_
88 {
return m_pixelNumber; }
100 {
return m_intensityRange; }
108 {
return m_standardDeviation; }
112 {
return m_skewness; }
116 {
return m_kurtosis; }
122 unsigned long m_pixelNumber;
125 float m_intensityRange;
127 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 getMean() const
The image mean value of intensities.
SbStatisticsDetail(SoImageAnalysisResult *analysis, int sequenceIndex=0)
float getKurtosis() const
The degree of peakedness of intensities distribution.
unsigned long getPixelNumber() const
The number of pixels in the image.
float getIntensityRange() const
Number of levels for an integer image, maximum minus minimum for a floating image.
float getStandardDeviation() const
The image mean value of intensities.
float getMinimum() const
The image minimal value of intensities.
float getSkewness() const
The degree of asymmetry of intensities distribution.
float getMaximum() const
The image maximal value of intensities.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> SoMaskedStatisticsQuan...
SoSFImageDataAdapter inImage
The input image.
SoSFEnum computeMode
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
SoSFImageDataAdapter inMaskImage
The input binary mask image.
SoMaskedStatisticsQuantification()
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...