public class SoIntensityStatisticsQuantification extends SoImageVizEngine
SoIntensityStatisticsQuantification
engine advanced basic statistics of an image.
For an introduction to global measurements, see section Image Analysis Operations.
The SoIntensityStatisticsQuantification
engine gives some of the image characteristics such as: the total number of pixels/voxels, the minimum and maximum gray levels, the mean, the range, the standard deviation, the kurtosis and the skewness.
The SKEWNESS is the degree of asymmetry of a distribution. If the distribution has a tail length smaller than the maximum, the function has negative skewness. Otherwise, it has positive skewness.
The KURTOSIS is the degree of peakedness of a distribution, also called the "excess" or "excess coefficient." Kurtosis is a normalized form of the fourth central moment of a distribution.
File format/default:
IntensityStatisticsQuantification {
computeMode | MODE_AUTO |
inImage | NULL |
rangeMode | MIN_MAX |
intensityRangeInput | 0 255 |
Library references: statistics
Modifier and Type | Class and Description |
---|---|
static class |
SoIntensityStatisticsQuantification.RangeModes |
static class |
SoIntensityStatisticsQuantification.SbStatisticsDetail
Results details of statistics global measure.
|
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFImageDataAdapter |
inImage
The input image.
|
SoSFVec2i32 |
intensityRangeInput
The input intensity range.
|
static int |
MIN_MAX
Deprecated.
|
static int |
OTHER
Deprecated.
Use
SoIntensityStatisticsQuantification.RangeModes.OTHER instead. |
SoImageVizEngineAnalysisOutput<SoIntensityStatisticsQuantification.SbStatisticsDetail> |
outResult
The output measure result.
|
SoSFEnum<SoIntensityStatisticsQuantification.RangeModes> |
rangeMode
Select the input intensity range mode.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoIntensityStatisticsQuantification()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int MIN_MAX
SoIntensityStatisticsQuantification.RangeModes.MIN_MAX
instead.@Deprecated public static final int OTHER
SoIntensityStatisticsQuantification.RangeModes.OTHER
instead.public final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inImage
public final SoSFEnum<SoIntensityStatisticsQuantification.RangeModes> rangeMode
public final SoSFVec2i32 intensityRangeInput
SbVec2i32(0,255)
.public final SoImageVizEngineAnalysisOutput<SoIntensityStatisticsQuantification.SbStatisticsDetail> outResult
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com