public class SoConvolutionWithImageProcessing2d extends SoImageVizEngine
SoConvolutionWithImageProcessing2d engine
Wherever the formulae below refer to
, it is the normalization or automatic scaling coefficient. Set
to 1 if you do not wish to normalize the result.
The SoConvolutionWithImageProcessing2d filter produces a convolution of image
with another image
. This image
will be converted into a 1D-array and convolution by this general kernel will be performed. It is only implemented for square images.
If image
is of size
, it is in fact a 2D-array with
columns and
lines. It will be converted in a 1D-array of
elements by placing side by side the
lines of the
array.
File format/default:
ConvolutionWithImageProcessing2d {
| inImage | NULL |
| inKernelImage | NULL |
| autoScale | true |
Library references: image_kernel
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFBool |
autoScale
Select the automatic intensity scaling mode.
|
SoSFImageDataAdapter |
inImage
The input image.
|
SoSFImageDataAdapter |
inKernelImage
The kernel image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoConvolutionWithImageProcessing2d()
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 SoSFImageDataAdapter inImage
public final SoSFImageDataAdapter inKernelImage
public final SoSFBool autoScale
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com