Class BilateralSmoothingFilterOptions
- Namespace
- Aspose.Imaging.ImageFilters.FilterOptions
- Assembly
- Aspose.Imaging.dll
The Bilateral Smoothing Filter Options.
public class BilateralSmoothingFilterOptions : FilterOptionsBase
- Inheritance
-
BilateralSmoothingFilterOptions
- Inherited Members
Constructors
BilateralSmoothingFilterOptions()
Initializes a new instance of the BilateralSmoothingFilterOptions class.
public BilateralSmoothingFilterOptions()
BilateralSmoothingFilterOptions(int)
Initializes a new instance of the BilateralSmoothingFilterOptions class.
public BilateralSmoothingFilterOptions(int size)
Parameters
size
intSize of the kernal.
Properties
ColorFactor
Gets or sets the color factor.
public double ColorFactor { get; set; }
Property Value
- double
The color factor.
ColorPower
Gets or sets the color power.
public double ColorPower { get; set; }
Property Value
- double
The color power.
Size
Gets or sets the size of the kernel.
public int Size { get; set; }
Property Value
- int
The size of the kernel.
SpatialFactor
Gets or sets the spatial factor.
public double SpatialFactor { get; set; }
Property Value
- double
The spatial factor.
SpatialPower
Gets or sets the spatial power.
public double SpatialPower { get; set; }
Property Value
- double
The spatial power.