SharpenFilterOptions

SharpenFilterOptions constructor (1 of 2)

Initializes a new instance of the SharpenFilterOptions class.

public SharpenFilterOptions(int size, double sigma)
ParameterTypeDescription
sizeInt32The size of the kernel.
sigmaDoubleThe sigma.

See Also


SharpenFilterOptions constructor (2 of 2)

Initializes a new instance of the SharpenFilterOptions class.

public SharpenFilterOptions()

See Also