Click or drag to resize
Accord.NET (logo)

GaussianBlur Constructor (Double, Int32)

Initializes a new instance of the GaussianBlur class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public GaussianBlur(
	double sigma,
	int size
)
Request Example View Source

Parameters

sigma
Type: SystemDouble
Gaussian sigma value.
size
Type: SystemInt32
Kernel size.
See Also