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 final double getFactor()
Gets or sets the factor.
Value: The factor.public final void setFactor(double value)
Gets or sets the factor.
Value: The factor.public final int getBias()
Gets or sets the bias.
Value: The bias.public final void setBias(int value)
Gets or sets the bias.
Value: The bias.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.