BilateralSmoothingFilterOptions

Class BilateralSmoothingFilterOptions

Namespace: Imagise.ImageEffectCreator.FilterOptions
Assembly: Imagise.ImageEffectCreator.dll

The Bilateral Smoothing Filter Options.

public class BilateralSmoothingFilterOptions : FilterOptionsBase

Inheritance

objectFilterOptionsBaseBilateralSmoothingFilterOptions

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 class.

public BilateralSmoothingFilterOptions(int size)

Parameters

size int

Size of the kernal.

BilateralSmoothingFilterOptions()

Initializes a new instance of the class.

public BilateralSmoothingFilterOptions()

Properties

ColorFactor

Gets or sets the color factor.

public double ColorFactor { get; set; }

Property Value

double

ColorPower

Gets or sets the color power.

public double ColorPower { get; set; }

Property Value

double

Size

Gets or sets the size of the kernel.

public int Size { get; set; }

Property Value

int

SpatialFactor

Gets or sets the spatial factor.

public double SpatialFactor { get; set; }

Property Value

double

SpatialPower

Gets or sets the spatial power.

public double SpatialPower { get; set; }

Property Value

double