Table of Contents

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 int

The Gaussian kernel size.

sigma double

The Gaussian kernel sigma.

angle double

The 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[,]