BilateralSmoothingFilterOptions

BilateralSmoothingFilterOptions constructor (1 of 2)

Initializes a new instance of the BilateralSmoothingFilterOptions class.

public BilateralSmoothingFilterOptions(int size)
ParameterTypeDescription
sizeInt32Size of the kernal.

See Also


BilateralSmoothingFilterOptions constructor (2 of 2)

Initializes a new instance of the BilateralSmoothingFilterOptions class.

public BilateralSmoothingFilterOptions()

See Also