Click or drag to resize
Accord.NET (logo)

Erosion Constructor

Initializes a new instance of the Erosion class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Erosion()
Request Example View Source
Remarks

Initializes new instance of the Erosion class using default structuring element - 3x3 structuring element with all elements equal to 1.

See Also