Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

videoFrame
Type: System.Drawing.ImagingBitmapData
Video frame to process (detect motion in).

Return Value

Type: Single
Returns amount of motion, which is provided MotionLevel property of the motion detection algorithm in use.
Remarks

See ProcessFrame(UnmanagedImage) for additional details.

See Also