This function performs a Gaussian smoothing filter operation of the specified size on the image, placing the output in the specified center location.
Visual Basic |
---|
Public Sub ApplyFilterGaussian( _ ByVal options As FilterGaussianOptions _ ) |
- options
Note: Use this function if you wish to modify the parameters controlling the enhancement.
This filter has internal optimization for faster operation when the filter window is set to 3x3 or 5x5 size and output at the center of the window.