GaussWienerFilterOptions constructor

init

Initializes a new instance of the GaussWienerFilterOptions class.

def __init__(self, radius, smooth):
    ...
ParameterTypeDescription
radiusintThe radius.
smoothfloatThe smooth.

See Also