Class MotionWienerFilterOptions
- Namespace
- Aspose.Imaging.ImageFilters.FilterOptions
- Assembly
- Aspose.Imaging.dll
The motion debluring filter options.
public class MotionWienerFilterOptions : GaussianDeconvolutionFilterOptions
- Inheritance
-
MotionWienerFilterOptions
- Inherited Members
Constructors
MotionWienerFilterOptions(int, double, double)
Initializes a new instance of the MotionWienerFilterOptions class.
public MotionWienerFilterOptions(int size, double sigma, double angle)
Parameters
size
intThe Gaussian kernel size.
sigma
doubleThe Gaussian kernel sigma.
angle
doubleThe angle in degrees.
Properties
Angle
Gets or sets the angle in degrees.
public double Angle { get; set; }
Property Value
- double
The angle.
Kernel
Gets the kernel.
public override Complex[,] Kernel { get; }
Property Value
- Complex[,]