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 UnmanagedImage Apply(
	UnmanagedImage image
)

Parameters

image
Type: AForge.Imaging..::.UnmanagedImage
Image in unmanaged memory.

Return Value

Returns filter's result obtained by applying the filter to the source image.

Implements

IFilter..::.Apply(UnmanagedImage)

Exceptions

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

See Also