DeconvolutionFilterOptions
Class DeconvolutionFilterOptions
Namespace: Imagise.ImageEffectCreator.FilterOptions
Assembly: Imagise.ImageEffectCreator.dll
Deconvolution Filter Options, abstract class
public class DeconvolutionFilterOptions : FilterOptionsBase
Inheritance
object ← FilterOptionsBase ← DeconvolutionFilterOptions
Derived
GaussianDeconvolutionFilterOptions
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DeconvolutionFilterOptions(double[,])
Initializes a new instance of the
public DeconvolutionFilterOptions(double[,] kernel)
Parameters
kernel
double[,]
The kernel.
Properties
Brightness
Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15
public double Brightness { get; set; }
Property Value
Grayscale
Gets or sets a value indicating whether this
public bool Grayscale { get; set; }
Property Value
Snr
Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007
public double Snr { get; set; }