GaussianDeconvolutionFilterOptions 类

Summary: The deconvolution filter options using Gaussian bluring.

Module: aspose.imaging.imagefilters.filteroptions

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

Inheritance: DeconvolutionFilterOptions

Properties

NameTypeAccess描述
亮度floatr/w获取或设置亮度。
推荐范围 1 - 1.5
默认值 = 1.15
grayscaleboolr/w获取或设置一个值,以指示此 DeconvolutionFilterOptions 是否为灰度。
返回灰度模式或 RGB 模式。
is_partial_loadedboolr获取一个值,指示此实例是否部分加载。
kernel_dataComplex[]r获取核。
radiusintr/w获取高斯 ISquareConvolutionKernel 的半径。
sigmafloatr/w获取高斯核 sigma(平滑)。必须为正的非零值。
sizeintr/w获取高斯核大小。必须为正的非零奇数值。
snrfloatr/w获取或设置 SNR(信噪比)
推荐范围 0.002 - 0.009,默认值 = 0.007

Methods

Name描述
create_with_complex(kernel)初始化一个新的 DeconvolutionFilterOptions 类实例。
create_with_double(kernel)初始化一个新的 DeconvolutionFilterOptions 类实例。

Method: create_with_complex(kernel) [static]

 create_with_complex(kernel) 

初始化一个新的 DeconvolutionFilterOptions 类实例。

Parameters:

参数TypeDescription
kernelComplex[]Complex[] 核。

Returns

TypeDescription
DeconvolutionFilterOptions

Method: create_with_double(kernel) [static]

 create_with_double(kernel) 

初始化一个新的 DeconvolutionFilterOptions 类实例。

Parameters:

参数TypeDescription
float[]double[] 核。

Returns

TypeDescription
DeconvolutionFilterOptions