Click or drag to resize
Accord.NET (logo)

HighBoost Constructor (Int32, Int32)

Initializes a new instance of the HighBoost class.

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

Parameters

boost
Type: SystemInt32
The boost value. Default is 8.
size
Type: SystemInt32
The kernel size. Default is 3.
See Also