public class SoLabelAnalysisQuantification extends SoImageVizEngine
SoLabelAnalysisQuantification
engine performs measurements on objects from a label image.
For an introduction, see:
The SoLabelAnalysisQuantification
engine computes measurements of measure list on each cell or connected component of the input image, and generates an output object SoLabelAnalysisResult
containing the result values. If input images provides a coordinates unit, result values are expressed according to that coordinates unit. More details about each label measurement can be found in the list of available measures contained in SoDataMeasurePredefined
.
See also:
SoLabelFilteringAnalysisQuantification
, SoGlobalAnalysisQuantification
.
File format/default:
LabelAnalysisQuantification {
computeMode | MODE_AUTO |
inLabelImage | NULL |
inIntensityImage | NULL |
measureList | 0 |
Library references: analyze_label
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 |
inIntensityImage
The intensity image Default value is NULL.
|
SoSFImageDataAdapter |
inLabelImage
The input label image Default value is NULL.
|
SoSFDataMeasureAttributes |
measureAttributes
The measure attributes to customize measurement.
|
SoMFDataMeasure |
measureList
The list of measures to compute.
|
SoImageVizEngineOutput<SoSFLabelAnalysisResult,SoLabelAnalysisResult> |
outAnalysis
The output analysis.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoLabelAnalysisQuantification()
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
public final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inLabelImage
public final SoSFImageDataAdapter inIntensityImage
public final SoMFDataMeasure measureList
public final SoSFDataMeasureAttributes measureAttributes
public final SoImageVizEngineOutput<SoSFLabelAnalysisResult,SoLabelAnalysisResult> outAnalysis
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com