|
CustomFrameDifferenceDetectorSetBackgroundFrame Method (BitmapData)
|
Set background frame.
Namespace:
Accord.Vision.Motion
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntaxpublic void SetBackgroundFrame(
BitmapData backgroundFrame
)
Public Sub SetBackgroundFrame (
backgroundFrame As BitmapData
)
Request Example
View SourceParameters
- backgroundFrame
- Type: System.Drawing.ImagingBitmapData
Background frame to set.
RemarksThe method sets background frame, which will be used to calculate
difference with.
See Also