public class SoLabelFilteringProcessing extends SoImageVizEngine
SoLabelFilteringProcessing engine filters objects from a label image according to a given formula.
For an introduction, see:
The SoLabelFilteringProcessing applies the selected filter with its criteria to the input image, outputs the filtered results and generates a new filtered image. Measurements needed are extracted from the filter. This engine is similar to SoLabelFilteringAnalysisQuantification except that the results of measurements are not provided as output.
See also:
SoLabelFilteringAnalysisQuantification.
File format/default:
LabelFilteringProcessing {
| computeMode | MODE_AUTO |
| inLabelImage | NULL |
| inIntensityImage | NULL |
| inFilter | "" |
Library references: filter_label
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) .
|
SoSFString |
inFilter
The input filter name See Custom formula syntax for how to use a formula.
|
SoSFImageDataAdapter |
inIntensityImage
The intensity image Default value is NULL.
|
SoSFImageDataAdapter |
inLabelImage
The input label image Default value is NULL.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outLabelImage
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 |
|---|
SoLabelFilteringProcessing()
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 SoSFString inFilter
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outLabelImage
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com