Click or drag to resize
Accord.NET (logo)

Opening Constructor (Int16)

Initializes a new instance of the Opening class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Opening(
	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