Process the filter on the specified image.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
protected override void ProcessFilter(
	UnmanagedImage image,
	UnmanagedImage overlay
)

Parameters

image
Type: AForge.Imaging..::.UnmanagedImage
Source image data (left image).
overlay
Type: AForge.Imaging..::.UnmanagedImage
Overlay image data (right image).

See Also