public class SoThresholdingByCriterionProcessing extends SoImageVizEngine
SoThresholdingByCriterionProcessing
engine.
The SoThresholdingByCriterionProcessing
engine performs a criterion based thresholding on an image. For each voxel, if the input value meets the specified criterion, then the output is set to 1, otherwise it is set to 0.
See also:
File format/default:
ThresholdingByCriterionProcessing {
inGrayImage | NULL |
comparisonCriterion | LESS_THAN |
comparisonValue | 0.0f |
Library references: threshold_criterion
Modifier and Type | Class and Description |
---|---|
static class |
SoThresholdingByCriterionProcessing.ComparisonCriterions |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFEnum<SoThresholdingByCriterionProcessing.ComparisonCriterions> |
comparisonCriterion
Criterion of comparison.
|
SoSFFloat |
comparisonValue
Threshold level.
|
SoSFImageDataAdapter |
inGrayImage
Input grey level image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outBinaryImage
The output binary image.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoThresholdingByCriterionProcessing()
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 SoSFImageDataAdapter inGrayImage
public final SoSFEnum<SoThresholdingByCriterionProcessing.ComparisonCriterions> comparisonCriterion
public final SoSFFloat comparisonValue
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outBinaryImage
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com