DeconvolutionFilterOptions

DeconvolutionFilterOptions class

Deconvolution Filter Options, abstract class

public class DeconvolutionFilterOptions : FilterOptionsBase

Constructors

NameDescription
DeconvolutionFilterOptions(Complex[])
DeconvolutionFilterOptions(double[])

Properties

NameDescription
Brightness { get; set; }Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15
Grayscale { get; set; }Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. Return grayscale mode or RGB mode.
IsPartialLoaded { get; }Gets a value indicating whether this instance is partial loaded.
virtual Kernel { get; }Gets the kernel.
Snr { get; set; }Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007

See Also