public class SoMeasureImageProcessing extends SoImageVizEngine
SoMeasureImageProcessing
engine allows to replace all labels of the input image by the result of an individual measure.
For an introduction, see:
The SoMeasureImageProcessing
engine allows to replace all labels of the input image by the result of an individual measure. SoMeasureImageProcessing
engine supports same individual measurements than any analysis engine (SoLabelAnalysisQuantification
). Arithmetic type of the ouput image depends on the measurement used as parameter. It can be LONG or FLOAT. For example, this engine can affect the surface value of labels at all voxels of the labels.
See also:
SoLabelAnalysisQuantification
.
File format/default:
MeasureImageProcessing {
computeMode | MODE_AUTO |
inLabelImage | NULL |
inIntensityImage | NULL |
measure | NULL |
Library references: measure_image
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 input image Default value is NULL.
|
SoSFImageDataAdapter |
inLabelImage
The input label image Default value is NULL.
|
SoSFDataMeasure |
measure
Select a measure Default value is NULL.
|
SoSFDataMeasureAttributes |
measureAttributes
The measure attributes to customize measurement.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outMeasureImage
The output image Default value is NULL.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoMeasureImageProcessing()
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 SoSFDataMeasure measure
public final SoSFDataMeasureAttributes measureAttributes
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outMeasureImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com