MotionWienerFilterOptions

MotionWienerFilterOptions constructor

Initializes a new instance of the MotionWienerFilterOptions class.

public MotionWienerFilterOptions(int size, double sigma, double angle)
ParameterTypeDescription
sizeInt32The Gaussian kernel size.
sigmaDoubleThe Gaussian kernel sigma.
angleDoubleThe angle in degrees.

See Also