BilateralSmoothingFilterOptions
Class BilateralSmoothingFilterOptions
Namespace: Imagise.ImageEffectCreator.FilterOptions
Assembly: Imagise.ImageEffectCreator.dll
The Bilateral Smoothing Filter Options.
public class BilateralSmoothingFilterOptions : FilterOptionsBase
Inheritance
object ← FilterOptionsBase ← BilateralSmoothingFilterOptions
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
BilateralSmoothingFilterOptions(int)
Initializes a new instance of the
public BilateralSmoothingFilterOptions(int size)
Parameters
size
int
Size of the kernal.
BilateralSmoothingFilterOptions()
Initializes a new instance of the
public BilateralSmoothingFilterOptions()
Properties
ColorFactor
Gets or sets the color factor.
public double ColorFactor { get; set; }
Property Value
ColorPower
Gets or sets the color power.
public double ColorPower { get; set; }
Property Value
Size
Gets or sets the size of the kernel.
public int Size { get; set; }
Property Value
SpatialFactor
Gets or sets the spatial factor.
public double SpatialFactor { get; set; }
Property Value
SpatialPower
Gets or sets the spatial power.
public double SpatialPower { get; set; }