Click or drag to resize
Accord.NET (logo)

FastBoxBlur Constructor (Byte, Byte)

Initializes a new instance of the FastBoxBlur class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public FastBoxBlur(
	byte horizontalKernelSize,
	byte verticalKernelSize
)
Request Example View Source

Parameters

horizontalKernelSize
Type: SystemByte
Horizontal kernel size.
verticalKernelSize
Type: SystemByte
Vertical kernel size.
See Also