Initializes a new instance of the Closing class.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Closing(
	short[,] se
)

Parameters

se
Type: array< System..::.Int16 ,2>[,](,)[,]
Structuring element.

Remarks

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

See Also