public class SoArithmeticImageProcessing extends SoImageVizEngine
SoArithmeticImageProcessing
engine performs an arithmetic operation between two images.
SoArithmeticImageFiltering performs an arithmetic operation between an image and another image.
See also:
SoArithmeticValueProcessing
, SoLogicalImageProcessing
, SoAbsoluteValueProcessing
.
File format/default:
ArithmeticImageProcessing {
arithmeticOperator | ADD |
inImage1 | NULL |
inImage2 | NULL |
Library references: addimage divideimage maximumimage minimumimage multiplyimage subtractimage
Modifier and Type | Class and Description |
---|---|
static class |
SoArithmeticImageProcessing.ArithmeticOperators |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
ADD
Deprecated.
Use
SoArithmeticImageProcessing.ArithmeticOperators.ADD instead. |
SoSFEnum<SoArithmeticImageProcessing.ArithmeticOperators> |
arithmeticOperator
Select operator to apply.
|
static int |
DIVIDE
Deprecated.
|
SoSFImageDataAdapter |
inImage1
The 1st input image.
|
SoSFImageDataAdapter |
inImage2
The 2nd input image.
|
static int |
MAXIMUM
Deprecated.
|
static int |
MINIMUM
Deprecated.
|
static int |
MULTIPLY
Deprecated.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
static int |
SUBTRACT
Deprecated.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoArithmeticImageProcessing()
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
@Deprecated public static final int ADD
SoArithmeticImageProcessing.ArithmeticOperators.ADD
instead.@Deprecated public static final int SUBTRACT
SoArithmeticImageProcessing.ArithmeticOperators.SUBTRACT
instead.@Deprecated public static final int MULTIPLY
SoArithmeticImageProcessing.ArithmeticOperators.MULTIPLY
instead.@Deprecated public static final int DIVIDE
SoArithmeticImageProcessing.ArithmeticOperators.DIVIDE
instead.@Deprecated public static final int MINIMUM
SoArithmeticImageProcessing.ArithmeticOperators.MINIMUM
instead.@Deprecated public static final int MAXIMUM
SoArithmeticImageProcessing.ArithmeticOperators.MAXIMUM
instead.public final SoSFEnum<SoArithmeticImageProcessing.ArithmeticOperators> arithmeticOperator
public final SoSFImageDataAdapter inImage1
public final SoSFImageDataAdapter inImage2
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com