Click or drag to resize
Accord.NET (logo)

Dilation Constructor (Int16)

Initializes a new instance of the Dilation class.

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

Parameters

se
Type: SystemInt16
Structuring element.
Exceptions
ExceptionCondition
ArgumentExceptionInvalid size of structuring element.
Remarks

Structuring elemement for the dilation morphological operator must be square matrix with odd size in the range of [3, 99].

See Also