MotionWienerFilterOptions.MotionWienerFilterOptions

MotionWienerFilterOptions constructor

Initializes a new instance of the MotionWienerFilterOptions class.

public MotionWienerFilterOptions(int length, double smooth, double angle)
ParameterTypeDescription
lengthInt32The length.
smoothDoubleThe smooth.
angleDoubleThe angle in gradus.

See Also