<GaussianAlgorithms> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » GaussianAlgorithms

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32ComputePixelsForSigmaFor a given sigma ( desired blurriness ), computes the diameter of the kernel filter required for a corresponding sigma value. Due to the requirements of convolution kernel sizes, the number return by this function will always be odd. Note that this value should not be confused with the radius of the kernel. For example: a 9x9 kernel has a kernel radius of 4. This function is concerned with computing the kernel diameter, which is 9. Kernel diameter values must always be odd, and kernel radius values must always be computed as kernel_diameter / 2. For example: when kernel_diameter is 9, the <int32> division produces a kernel radius of 4.
int32Generate1DGenerates a 1D Gaussian convolution kernel.
int32Generate2DGenerates a 2D Gaussian convolution kernel.