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.Neighborhood3dsInventor.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, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoMeasureImageProcessing()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluatecopy, getByName, getOutput, getOutputNamecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touchgetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic 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 July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com