public abstract class ConvolutionFilterOptions extends FilterOptionsBase
The convolution filter.
Constructor and Description |
---|
ConvolutionFilterOptions()
Initializes a new instance of the
ConvolutionFilterOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getBias()
Gets or sets the bias.
|
double |
getFactor()
Gets or sets the factor.
|
void |
setBias(int value)
Gets or sets the bias.
|
void |
setFactor(double value)
Gets or sets the factor.
|
public ConvolutionFilterOptions()
Initializes a new instance of the ConvolutionFilterOptions
class.
public double getFactor()
Gets or sets the factor.
Value: The factor.public void setFactor(double value)
Gets or sets the factor.
Value: The factor.public int getBias()
Gets or sets the bias.
Value: The bias.public void setBias(int value)
Gets or sets the bias.
Value: The bias.