public class SoColorAntialiasingProcessing2d extends SoImageVizEngine
SoColorAntialiasingProcessing2d engine
The SoColorAntialiasingProcessing2d engine reduces the color artifacts.
This engine reduces the color artefacts. These artefacts can occur when an image is captured with a camera equiped with a single sensor array. Each individual sensor is able to capture only a single color because of the arrangement of color films or dyes between the sensor and the lens. A demosaicing algorithm is a method for reconstructing a full three-color representation of color images by estimating the missing pixel components in each color plane.
The algorithm repeats several times the following process:
See also:
SoDecorrelationStretchProcessing2d
File format/default:
ColorAntialiasingProcessing2d {
| inColorImage | NULL |
| kernelSize | 3 |
| iterationNumber | 1 |
Library references: antialiasing
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFImageDataAdapter |
inColorImage
The input color image.
|
SoSFInt32 |
iterationNumber
Enter the number of iterations (strictly positive integer) Default value is 1.
|
SoSFInt32 |
kernelSize
The size of the kernel.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outColorImage
The output color image.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoColorAntialiasingProcessing2d()
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 inColorImage
public final SoSFInt32 kernelSize
public final SoSFInt32 iterationNumber
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outColorImage
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com