public class SoGlobalAnalysisQuantification extends SoImageVizEngine
SoGlobalAnalysisQuantification
computes all the measurements of a measure list.
SoGlobalAnalysisQuantification
computes all the measurements of a measure list considering all voxels of the binary image as blonging to the same object.
For an introduction, see:
This engine computes all the measurements of a measure list and generates an output object LabelAnalysisResult containing the result values. It gives a global result on the overall image, considering the non zero pixels/voxels in the image. More details about each measure can be found in SoDataMeasurePredefined
.
See also:
SoLabelAnalysisQuantification
.
File format/default:
GlobalAnalysisQuantification {
computeMode | MODE_AUTO |
inBinaryImage | NULL |
inIntensityImage | NULL |
measureList | NULL |
Library references: global_analyze
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 |
inBinaryImage
The input binary image.
|
SoSFImageDataAdapter |
inIntensityImage
The intensity image.
|
SoSFDataMeasureAttributes |
measureAttributes
The measure attributes to customize measurement.
|
SoMFDataMeasure |
measureList
The list of measures to compute.
|
SoImageVizEngineOutput<SoSFLabelAnalysisResult,SoLabelAnalysisResult> |
outAnalysis
The output analysis.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoGlobalAnalysisQuantification()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getNativeResourceHandle
public final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inBinaryImage
public final SoSFImageDataAdapter inIntensityImage
public final SoMFDataMeasure measureList
public final SoSFDataMeasureAttributes measureAttributes
public final SoImageVizEngineOutput<SoSFLabelAnalysisResult,SoLabelAnalysisResult> outAnalysis
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com