Click or drag to resize
Accord.NET (logo)

SimpleBackgroundModelingDetectorProcessFrame Method

Process new video frame.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public void ProcessFrame(
	UnmanagedImage videoFrame
)
Request Example View Source

Parameters

videoFrame
Type: Accord.ImagingUnmanagedImage
Video frame to process (detect motion in).

Implements

IMotionDetectorProcessFrame(UnmanagedImage)
Remarks

Processes new frame from video source and detects motion in it.

Check MotionLevel property to get information about amount of motion (changes) in the processed frame.

See Also