public class SoDirectionalBlendProcessing2d extends SoImageVizEngine
SoDirectionalBlendProcessing2d
engine
The SoDirectionalBlendProcessing2d
engine combines two images following a direction axis. Both input images must have the same size.
This engine may be very useful in stitching operations in order to manage the overlapping areas.
See also: SoBlendWithImageProcessing
.
File format/default:
DirectionalBlendProcessing2d {
inImage1 | NULL |
inImage2 | NULL |
symmetryMode | X_AXIS |
Library references: combdirimg
Modifier and Type | Class and Description |
---|---|
static class |
SoDirectionalBlendProcessing2d.SymmetryModes |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFImageDataAdapter |
inImage1
The 1st input image.
|
SoSFImageDataAdapter |
inImage2
The 2nd input image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
SoSFEnum<SoDirectionalBlendProcessing2d.SymmetryModes> |
symmetryMode
Select the symmetry type.
|
static int |
X_AXIS
Deprecated.
Use
SoDirectionalBlendProcessing2d.SymmetryModes.X_AXIS instead. |
static int |
Y_AXIS
Deprecated.
Use
SoDirectionalBlendProcessing2d.SymmetryModes.Y_AXIS instead. |
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoDirectionalBlendProcessing2d()
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 X_AXIS
SoDirectionalBlendProcessing2d.SymmetryModes.X_AXIS
instead.@Deprecated public static final int Y_AXIS
SoDirectionalBlendProcessing2d.SymmetryModes.Y_AXIS
instead.public final SoSFImageDataAdapter inImage1
public final SoSFImageDataAdapter inImage2
public final SoSFEnum<SoDirectionalBlendProcessing2d.SymmetryModes> symmetryMode
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com