MotionWienerFilterOptions Class

Summary: Deconvolution filter options
deblur motion

Module: aspose.psd.imagefilters.filteroptions

Full Name: aspose.psd.imagefilters.filteroptions.MotionWienerFilterOptions

Inheritance: DeconvolutionFilterOptions

Aspose.PSD Version: 24.9.0

Constructors

NameDescription
MotionWienerFilterOptions(length, smooth, angle)Initializes a new instance of the MotionWienerFilterOptions class.

Properties

NameTypeAccessDescription
angledoubler/wGets or sets the angle in gradus.
brightnessdoubler/wGets or sets the brightness.
recommended range 1 - 1.5
default value = 1.15
grayscaleboolr/wGets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale.
Return grayscale mode or RGB mode.
is_partial_loadedboolrGets a value indicating whether this instance is partial loaded.
lengthintr/wGets or sets the length.
smoothdoubler/wGets or sets the smooth.
snrdoubler/wGets or sets the SNR(signal-to-noise ratio)
recommended range 0.002 - 0.009, default value = 0.007

Constructor: MotionWienerFilterOptions(length, smooth, angle)

 MotionWienerFilterOptions(length, smooth, angle) 

Initializes a new instance of the MotionWienerFilterOptions class.

Parameters:

ParameterTypeDescription
lengthintThe length.
smoothdoubleThe smooth.
angledoubleThe angle in gradus.