public abstract class GaussianDeconvolutionFilterOptions extends DeconvolutionFilterOptions implements com.aspose.internal.imagefilters.convolution.gaussianblur.IGaussianBlurOptions
The deconvolution filter options using Gaussian blurring.
| Modifier and Type | Method and Description |
|---|---|
int |
getRadius()
Gets the radius of Gausseian
ISquareConvolutionKernel. |
double |
getSigma()
Gets the Gaussian kernel sigma (smoothing).
|
int |
getSize()
Gets the Gaussian kernel size.
|
void |
setRadius(int value)
The radius of Gausseian
ISquareConvolutionKernel. |
void |
setSigma(double value)
The Gaussian kernel sigma (smoothing).
|
void |
setSize(int value)
The Gaussian kernel size.
|
getBrightness, getGrayscale, getKernel, getSnr, isPartialLoaded, setBrightness, setGrayscale, setSnrpublic final int getSize()
Gets the Gaussian kernel size. Must be a positive non-zero odd value.
getSize in interface com.aspose.internal.imagefilters.convolution.ISquareConvolutionKernelpublic final void setSize(int value)
The Gaussian kernel size. Must be a positive non-zero odd value.
value - the Gaussian kernel size.public final double getSigma()
Gets the Gaussian kernel sigma (smoothing). Must be a positive non-zero value.
getSigma in interface com.aspose.internal.imagefilters.convolution.gaussianblur.IGaussianBlurOptionspublic final void setSigma(double value)
The Gaussian kernel sigma (smoothing). Must be a positive non-zero value.
value - the Gaussian kernel sigma (smoothing).public final int getRadius()
Gets the radius of Gausseian ISquareConvolutionKernel.
getRadius in interface com.aspose.internal.imagefilters.convolution.ISquareConvolutionKernelISquareConvolutionKernel.public final void setRadius(int value)
The radius of Gausseian ISquareConvolutionKernel.
value - the radius of Gausseian ISquareConvolutionKernel.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.