Click or drag to resize
Accord.NET (logo)

ZhangSuenSkeletonizationProcessFilter 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 source,
	UnmanagedImage destination,
	Rectangle rect
)
Request Example View Source

Parameters

source
Type: Accord.ImagingUnmanagedImage
Source image data.
destination
Type: Accord.ImagingUnmanagedImage
Destination image data.
rect
Type: System.DrawingRectangle
Image rectangle for processing by the filter.
See Also