MotionWienerFilterOptions constructor
init
Initializes a new instance of the MotionWienerFilterOptions class.
def __init__(self, lenght, smooth, angle):
...
| Parameter | Type | Description |
|---|---|---|
| lenght | int | The lenght. |
| smooth | float | The smooth. |
| angle | float | The angle in gradus. |