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.Neighborhood3dsInventor.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, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoDirectionalBlendProcessing2d()
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, 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 July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com