Click or drag to resize
Accord.NET (logo)

Add Constructor (UnmanagedImage)

Initializes a new instance of the Add class.

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

Parameters

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