|
MotionDetectorProcessFrame Method (Bitmap)
|
Process new video frame.
Namespace:
Accord.Vision.Motion
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public float ProcessFrame(
Bitmap videoFrame
)
Public Function ProcessFrame (
videoFrame As Bitmap
) As Single
Request Example
View SourceParameters
- videoFrame
- Type: System.DrawingBitmap
Video frame to process (detect motion in).
Return Value
Type:
SingleReturns amount of motion, which is provided
MotionLevel
property of the
motion detection algorithm in use.
Remarks See Also