Click or drag to resize
Accord.NET (logo)

CustomFrameDifferenceDetectorSetBackgroundFrame Method (BitmapData)

Set background frame.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public void SetBackgroundFrame(
	BitmapData backgroundFrame
)
Request Example View Source

Parameters

backgroundFrame
Type: System.Drawing.ImagingBitmapData
Background frame to set.
Remarks

The method sets background frame, which will be used to calculate difference with.

See Also