Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageGaussianSmooth, simply invoke its constructor as follows
obj = vtkImageGaussianSmooth
obj
is an instance of the vtkImageGaussianSmooth class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageGaussianSmooth = obj.NewInstance ()
vtkImageGaussianSmooth = obj.SafeDownCast (vtkObject o)
obj.SetStandardDeviations (double , double , double )
- Sets/Gets the Standard deviation of the gaussian in pixel units.
obj.SetStandardDeviations (double a[3])
- Sets/Gets the Standard deviation of the gaussian in pixel units.
obj.SetStandardDeviation (double std)
- Sets/Gets the Standard deviation of the gaussian in pixel units.
obj.SetStandardDeviations (double a, double b)
- Sets/Gets the Standard deviation of the gaussian in pixel units.
double = obj. GetStandardDeviations ()
- Sets/Gets the Standard deviation of the gaussian in pixel units.
obj.SetStandardDeviation (double a, double b)
- Sets/Gets the Standard deviation of the gaussian in pixel units.
These methods are provided for compatibility with old scripts
obj.SetStandardDeviation (double a, double b, double c)
- Sets/Gets the Radius Factors of the gaussian (no unit).
The radius factors determine how far out the gaussian kernel will
go before being clamped to zero.
obj.SetRadiusFactors (double , double , double )
- Sets/Gets the Radius Factors of the gaussian (no unit).
The radius factors determine how far out the gaussian kernel will
go before being clamped to zero.
obj.SetRadiusFactors (double a[3])
- Sets/Gets the Radius Factors of the gaussian (no unit).
The radius factors determine how far out the gaussian kernel will
go before being clamped to zero.
obj.SetRadiusFactors (double f, double f2)
- Sets/Gets the Radius Factors of the gaussian (no unit).
The radius factors determine how far out the gaussian kernel will
go before being clamped to zero.
obj.SetRadiusFactor (double f)
- Sets/Gets the Radius Factors of the gaussian (no unit).
The radius factors determine how far out the gaussian kernel will
go before being clamped to zero.
double = obj. GetRadiusFactors ()
- Sets/Gets the Radius Factors of the gaussian (no unit).
The radius factors determine how far out the gaussian kernel will
go before being clamped to zero.
obj.SetDimensionality (int )
- Set/Get the dimensionality of this filter. This determines whether
a one, two, or three dimensional gaussian is performed.
int = obj.GetDimensionality ()
- Set/Get the dimensionality of this filter. This determines whether
a one, two, or three dimensional gaussian is performed.