|
Median Constructor (Int32)
|
Initializes a new instance of the
Median class.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public Median(
int size
)
Public Sub New (
size As Integer
)
Request Example
View SourceParameters
- size
- Type: SystemInt32
Processing square size.
See Also