Click or drag to resize
Accord.NET (logo)

SaturationCorrectionProcessFilter 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
)
Request Example View Source

Parameters

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