DeconvolutionFilterOptions Class

Summary: Deconvolution Filter Options, abstract class

Module: aspose.imaging.imagefilters.filteroptions

Full Name: aspose.imaging.imagefilters.filteroptions.DeconvolutionFilterOptions

Inheritance: FilterOptionsBase

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
DeconvolutionFilterOptions(kernel)Initializes a new instance of the DeconvolutionFilterOptions class.
DeconvolutionFilterOptions(kernel)Initializes a new instance of the DeconvolutionFilterOptions class.

Properties

NameTypeAccessDescription
brightnessdoubler/wGets or sets the brightness.
recommended range 1 - 1.5
default value = 1.15
grayscaleboolr/wGets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale.
Return grayscale mode or RGB mode.
is_partial_loadedboolrGets a value indicating whether this instance is partial loaded.
kernel_dataComplex[]rGets the kernel.
snrdoubler/wGets or sets the SNR(signal-to-noise ratio)
recommended range 0.002 - 0.009, default value = 0.007

Methods

NameDescription
create_with_complex(kernel)Initializes a new instance of the DeconvolutionFilterOptions class.
create_with_double(kernel)Initializes a new instance of the DeconvolutionFilterOptions class.

Constructor: DeconvolutionFilterOptions(kernel)

 DeconvolutionFilterOptions(kernel) 

Initializes a new instance of the DeconvolutionFilterOptions class.

Parameters:

ParameterTypeDescription
kerneldoubleThe kernel.

Constructor: DeconvolutionFilterOptions(kernel)

 DeconvolutionFilterOptions(kernel) 

Initializes a new instance of the DeconvolutionFilterOptions class.

Parameters:

ParameterTypeDescription
kernelComplex[]The kernel.

Method: create_with_complex(kernel) [static]

 create_with_complex(kernel) 

Initializes a new instance of the DeconvolutionFilterOptions class.

Parameters:

ParameterTypeDescription
kernelComplex[]The Complex[] kernel.

Returns

TypeDescription
DeconvolutionFilterOptions

Method: create_with_double(kernel) [static]

 create_with_double(kernel) 

Initializes a new instance of the DeconvolutionFilterOptions class.

Parameters:

ParameterTypeDescription
kerneldoubleThe double[] kernel.

Returns

TypeDescription
DeconvolutionFilterOptions