MotionWienerFilterOptions.MotionWienerFilterOptions

MotionWienerFilterOptions constructor

Initializes a new instance of the MotionWienerFilterOptions class.

public MotionWienerFilterOptions(int lenght, double smooth, double angle)
ParameterTypeDescription
lenghtInt32The lenght.
smoothDoubleThe smooth.
angleDoubleThe angle in gradus.

See Also