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