Syntax
Document.WaveletFilter ( Type, ScaleFactors[], Residual )
Parameters
WaveletFilterType Type - type of wavelet profile applied during filtering
mxMexicanHat (0) : Wavelet profile is Mexican Hat
mxBicubicSpline (1) : Wavelet profile is Bicubic Spline
VARIANT ScaleFactors - Array of float
Provide a SafeArray containing a minimum of 1 to a maximum of 8 factors, each in the interval [0.0, 4.0].
The length of this array will determine how many wavelets are used during filtering,
and its elements dictate the scaling of those wavelets, from highest frequency to lowest.
float Residual - Normally 1.0, a factor in the interval [0.0, 4.0] which determines contribution
to the final image of the original image after wavelet orders are removed.
Returns
Nothing
Remarks
Performs a wavelet filter transformation on the open document.
This method is equivalent to the Wavelet Filters command.
For more background information on this function, please refer the command's documentation.