Click or drag to resize
SoGaussianBlurFilterProcessing Properties

The SoGaussianBlurFilterProcessing type exposes the following members.

Properties
  NameDescription
Public propertycomputeMode

Select the compute Mode (2D or 3D or AUTO) .

Public propertyfilterMode

Define the algorithm used to compute the gaussian filter.

Public propertyinImage

Input image.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertykernelSizeFactor

This parameter is used to compute the size of the kernel applied in the SEPARABLE mode.

Public propertyoutImage

Output image.

Public propertyoutputType

Define the output type.

Public propertystandardDeviation

The standard deviation value for each direction (X, Y, Z).

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also