|
VerticalRunLengthSmoothing Constructor (Int32)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic VerticalRunLengthSmoothing(
int maxGapSize
)
Public Sub New (
maxGapSize As Integer
)
Request Example
View SourceParameters
- maxGapSize
- Type: SystemInt32
Maximum gap size to fill (see MaxGapSize).
See Also