Apply filter to an image (not implemented).

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

Syntax

C#
public void Apply(
	UnmanagedImage sourceImage,
	UnmanagedImage destinationImage
)

Parameters

sourceImage
Type: AForge.Imaging..::.UnmanagedImage
Source image to be processed.
destinationImage
Type: AForge.Imaging..::.UnmanagedImage
Destination image to store filter's result.

Implements

IFilter..::.Apply(UnmanagedImage, UnmanagedImage)

Exceptions

ExceptionCondition
System..::.NotImplementedExceptionThe method is not implemented.

See Also