Click or drag to resize
Accord.NET (logo)

MotionDetector Constructor (IMotionDetector)

Initializes a new instance of the MotionDetector class.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public MotionDetector(
	IMotionDetector detector
)
Request Example View Source

Parameters

detector
Type: Accord.Vision.MotionIMotionDetector
Motion detection algorithm to apply to each video frame.
See Also