Click or drag to resize
Accord.NET (logo)

MotionDetector Constructor (IMotionDetector, IMotionProcessing)

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

Parameters

detector
Type: Accord.Vision.MotionIMotionDetector
Motion detection algorithm to apply to each video frame.
processor
Type: Accord.Vision.MotionIMotionProcessing
Motion processing algorithm to apply to each video frame after motion detection is done.
See Also