public class SharpenFilterOptions extends ConvolutionFilterOptions
The Sharpen filter options
Constructor and Description |
---|
SharpenFilterOptions()
Initializes a new instance of the
SharpenFilterOptions class. |
SharpenFilterOptions(int size,
double sigma)
Initializes a new instance of the
SharpenFilterOptions class. |
Modifier and Type | Method and Description |
---|---|
double |
getSigma()
Gets or sets the sigma.
|
int |
getSize()
Gets or sets the size.
|
void |
setSigma(double value)
Gets or sets the sigma.
|
void |
setSize(int value)
Gets or sets the size.
|
getBias, getFactor, setBias, setFactor
public SharpenFilterOptions(int size, double sigma)
Initializes a new instance of the SharpenFilterOptions
class.
size
- Size of the kernel.sigma
- The sigma.public SharpenFilterOptions()
Initializes a new instance of the SharpenFilterOptions
class.
With default settings.
public int getSize()
Gets or sets the size.
Value: The size.public void setSize(int value)
Gets or sets the size.
Value: The size.public double getSigma()
Gets or sets the sigma.
Value: The sigma.public void setSigma(double value)
Gets or sets the sigma.
Value: The sigma.