Class BilateralSmoothingFilterOptions

BilateralSmoothingFilterOptions class

The Bilateral Smoothing Filter Options.

public class BilateralSmoothingFilterOptions : FilterOptionsBase

Constructors

NameDescription
BilateralSmoothingFilterOptions()Initializes a new instance of the BilateralSmoothingFilterOptions class.
BilateralSmoothingFilterOptions(int)Initializes a new instance of the BilateralSmoothingFilterOptions class.

Properties

NameDescription
ColorFactor { get; set; }Gets or sets the color factor.
ColorPower { get; set; }Gets or sets the color power.
Size { get; set; }Gets or sets the size of the kernel.
SpatialFactor { get; set; }Gets or sets the spatial factor.
SpatialPower { get; set; }Gets or sets the spatial power.

See Also