public class MotionWienerFilterOptions extends DeconvolutionFilterOptions
Deconvolution filter options deblur motion
Constructor and Description |
---|
MotionWienerFilterOptions(int length,
double smooth,
double angle)
Initializes a new instance of the
MotionWienerFilterOptions class. |
Modifier and Type | Method and Description |
---|---|
double |
getAngle()
Gets or sets the angle in gradus.
|
int |
getLength()
Gets or sets the length.
|
double |
getSmooth()
Gets or sets the smooth.
|
void |
setAngle(double value)
Gets or sets the angle in gradus.
|
void |
setLength(int value)
Gets or sets the length.
|
void |
setSmooth(double value)
Gets or sets the smooth.
|
getBrightness, getGrayscale, getSnr, isPartialLoaded, setBrightness, setGrayscale, setPartialLoaded, setSnr
public MotionWienerFilterOptions(int length, double smooth, double angle)
Initializes a new instance of the MotionWienerFilterOptions
class.
length
- The length.smooth
- The smooth.angle
- The angle in gradus.public int getLength()
Gets or sets the length.
Value: The length.public void setLength(int value)
Gets or sets the length.
Value: The length.public double getSmooth()
Gets or sets the smooth.
Value: The smooth.public void setSmooth(double value)
Gets or sets the smooth.
Value: The smooth.public double getAngle()
Gets or sets the angle in gradus.
Value: The angle.public void setAngle(double value)
Gets or sets the angle in gradus.
Value: The angle.