Click or drag to resize
Accord.NET (logo)

BaseFilter2 Constructor (UnmanagedImage)

Initializes a new instance of the BaseFilter2 class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
protected BaseFilter2(
	UnmanagedImage unmanagedOverlayImage
)
Request Example View Source

Parameters

unmanagedOverlayImage
Type: Accord.ImagingUnmanagedImage
Unmanaged overlay image.
See Also