public class SoScaleImageToSizeProcessing extends SoImageVizEngine
SoScaleImageToSizeProcessing
engine
The SoScaleImageToSizeProcessing
engine generates an image with a new size using the interpolation mode selected by the user.
File format/default:
ScaleImageToSizeProcessing {
computeMode | MODE_AUTO |
imageSize | 1024 1024 256 |
inImage | NULL |
precisionMode | NEARBY_PIXEL |
Library references: zoom zoom3d
Modifier and Type | Class and Description |
---|---|
static class |
SoScaleImageToSizeProcessing.PrecisionModes
Method used to calculate the intensity of each result pixel.
|
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFVec3i32 |
imageSize
Size of the new image.
|
SoSFImageDataAdapter |
inImage
The input grayscale image.
|
static int |
INTERPOLATION
Deprecated.
|
static int |
NEARBY_PIXEL
Deprecated.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
SoSFEnum<SoScaleImageToSizeProcessing.PrecisionModes> |
precisionMode
Select the interpolation mode.
|
static int |
SPLINE_INTERPOLATION
Deprecated.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoScaleImageToSizeProcessing()
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 NEARBY_PIXEL
SoScaleImageToSizeProcessing.PrecisionModes.NEARBY_PIXEL
instead.@Deprecated public static final int INTERPOLATION
SoScaleImageToSizeProcessing.PrecisionModes.INTERPOLATION
instead.@Deprecated public static final int SPLINE_INTERPOLATION
SoScaleImageToSizeProcessing.PrecisionModes.SPLINE_INTERPOLATION
instead.public final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFVec3i32 imageSize
SbVec3i32(1024,1024,256)
public final SoSFImageDataAdapter inImage
public final SoSFEnum<SoScaleImageToSizeProcessing.PrecisionModes> precisionMode
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com