Click or drag to resize
Accord.NET (logo)

DifferenceOfGaussians Constructor (Int32, Int32)

Initializes a new instance of the DifferenceOfGaussians class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public DifferenceOfGaussians(
	int windowSize1,
	int windowSize2
)
Request Example View Source

Parameters

windowSize1
Type: SystemInt32
The first window size. Default is 3
windowSize2
Type: SystemInt32
The second window size. Default is 4.
See Also