|
HorizontalRunLengthSmoothingProcessFilter Method
|
Process the filter on the specified image.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax protected override void ProcessFilter(
UnmanagedImage image,
Rectangle rect
)
Protected Overrides Sub ProcessFilter (
image As UnmanagedImage,
rect As Rectangle
)
Request Example
View SourceParameters
- image
- Type: Accord.ImagingUnmanagedImage
Source image data. - rect
- Type: System.DrawingRectangle
Image rectangle for processing by the filter.
See Also