Click or drag to resize
Accord.NET (logo)

Closing Constructor (Int16)

Initializes a new instance of the Closing class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Closing(
	short[,] se
)
Request Example View Source

Parameters

se
Type: SystemInt16
Structuring element.
Remarks

See documentation to Erosion and Dilation classes for information about structuring element constraints.

See Also