public class BilateralSmoothingFilterOptions extends FilterOptionsBase
The Bilateral Smoothing Filter Options.
Constructor and Description |
---|
BilateralSmoothingFilterOptions()
Initializes a new instance of the
BilateralSmoothingFilterOptions class. |
BilateralSmoothingFilterOptions(int size)
Initializes a new instance of the
BilateralSmoothingFilterOptions class. |
Modifier and Type | Method and Description |
---|---|
double |
getColorFactor()
Gets or sets the color factor.
|
double |
getColorPower()
Gets or sets the color power.
|
int |
getSize()
Gets or sets the size of the kernel.
|
double |
getSpatialFactor()
Gets or sets the spatial factor.
|
double |
getSpatialPower()
Gets or sets the spatial power.
|
void |
setColorFactor(double value)
Gets or sets the color factor.
|
void |
setColorPower(double value)
Gets or sets the color power.
|
void |
setSize(int value)
Gets or sets the size of the kernel.
|
void |
setSpatialFactor(double value)
Gets or sets the spatial factor.
|
void |
setSpatialPower(double value)
Gets or sets the spatial power.
|
public BilateralSmoothingFilterOptions(int size)
Initializes a new instance of the BilateralSmoothingFilterOptions
class.
size
- Size of the kernal.public BilateralSmoothingFilterOptions()
Initializes a new instance of the BilateralSmoothingFilterOptions
class.
public final int getSize()
Gets or sets the size of the kernel.
Value: The size of the kernel.public final void setSize(int value)
Gets or sets the size of the kernel.
Value: The size of the kernel.public final double getSpatialFactor()
Gets or sets the spatial factor.
Value: The spatial factor.public final void setSpatialFactor(double value)
Gets or sets the spatial factor.
Value: The spatial factor.public final double getSpatialPower()
Gets or sets the spatial power.
Value: The spatial power.public final void setSpatialPower(double value)
Gets or sets the spatial power.
Value: The spatial power.public final double getColorFactor()
Gets or sets the color factor.
Value: The color factor.public final void setColorFactor(double value)
Gets or sets the color factor.
Value: The color factor.public final double getColorPower()
Gets or sets the color power.
Value: The color power.public final void setColorPower(double value)
Gets or sets the color power.
Value: The color power.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.