SoIntensityExtremaQuantification engine computes basic statistics of an image. More...
#include <ImageViz/Engines/ImageAnalysis/Statistics/SoIntensityExtremaQuantification.h>
Classes | |
class | SbExtremaDetail |
Results details of extrema global measure. More... | |
Public Member Functions | |
SoIntensityExtremaQuantification () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inImage |
SoImageVizEngineAnalysisOutput < SbExtremaDetail > | outResult |
The SoIntensityExtremaQuantification engine computes the minimum, the maximum and the mean value of the intensities of an image.
SoIntensityStatisticsQuantification.
computeMode | MODE_AUTO |
inImage | NULL |
SoIntensityExtremaQuantification::SoIntensityExtremaQuantification | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
The output measure result.
Default value is NULL.