Initializes a new instance of the BaseFilter2 class.

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

Syntax

C#
protected BaseFilter2(
	UnmanagedImage unmanagedOverlayImage
)

Parameters

unmanagedOverlayImage
Type: AForge.Imaging..::.UnmanagedImage
Unmanaged overlay image.

See Also