Click or drag to resize
Accord.NET (logo)

Closing Constructor

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()
Request Example View Source
Remarks

Initializes new instance of the Closing class using default structuring element for both Erosion and Dilation classes - 3x3 structuring element with all elements equal to 1.

See Also