|
Closing Constructor (Int16)
|
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(
short[,] se
)
Public Sub New (
se As Short(,)
)
Request Example
View SourceParameters
- se
- Type: SystemInt16
Structuring element.
Remarks See documentation to Erosion and Dilation
classes for information about structuring element constraints.
See Also