|
MotionDetectorProcessFrame Method (BitmapData)
|
Process new video frame.
Namespace:
Accord.Vision.Motion
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public float ProcessFrame(
BitmapData videoFrame
)
Public Function ProcessFrame (
videoFrame As BitmapData
) As Single
Request Example
View SourceParameters
- videoFrame
- Type: System.Drawing.ImagingBitmapData
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