IMotionProcessing Interface |
Namespace: Accord.Vision.Motion
The IMotionProcessing type exposes the following members.
Name | Description | |
---|---|---|
ProcessFrame |
Process video and motion frames doing further post processing after
performed motion detection.
| |
Reset |
Reset internal state of motion processing algorithm.
|
The interface specifies methods, which should be implemented by all motion processng algorithms - algorithm which perform further post processing of detected motion, which is done by motion detection algorithms (see IMotionDetector).