Click or drag to resize
Accord.NET (logo)

Difference Constructor (Bitmap)

Initializes a new instance of the Difference class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Difference(
	Bitmap overlayImage
)
Request Example View Source

Parameters

overlayImage
Type: System.DrawingBitmap
Overlay image.
See Also