IMotionDetector Interface |
Namespace: Accord.Vision.Motion
The IMotionDetector type exposes the following members.
Name | Description | |
---|---|---|
MotionFrame |
Motion frame containing detected areas of motion.
| |
MotionLevel |
Motion level value, [0, 1].
|
Name | Description | |
---|---|---|
ProcessFrame |
Process new video frame.
| |
Reset |
Reset motion detector to initial state.
|
The interface specifies methods, which should be implemented by all motion detection algorithms - algorithms which perform processing of video frames in order to detect motion. Amount of detected motion may be checked using MotionLevel property. Also MotionFrame property may be used in order to see all the detected motion areas. For example, the MotionFrame property is used by motion processing algorithms for further motion post processing, like highlighting motion areas, counting number of detected moving object, etc.