public class MotionWienerFilterOptions extends DeconvolutionFilterOptions
Deconvolution filter options deblur motion
Constructor and Description |
---|
MotionWienerFilterOptions(int lenght,
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, setBrightness, setGrayscale, setSnr
public MotionWienerFilterOptions(int lenght, double smooth, double angle)
Initializes a new instance of the MotionWienerFilterOptions
class.
lenght
- The lenght.smooth
- The smooth.angle
- The angle in gradus.public int getLength()
Gets or sets the length.
public void setLength(int value)
Gets or sets the length.
value
- The length.public double getSmooth()
Gets or sets 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.
public void setAngle(double value)
Gets or sets the angle in gradus.
value
- The angle.