|
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
)
Public Sub SetBackgroundFrame (
backgroundFrame As BitmapData
)
Request Example
View SourceParameters
- 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