Method | Description | |
---|---|---|
MotionDetector ( IMotionDetector detector ) : System |
Initializes a new instance of the MotionDetector class.
|
|
MotionDetector ( IMotionDetector detector, IMotionProcessing processor ) : System |
Initializes a new instance of the MotionDetector class.
|
|
ProcessFrame ( |
Process new video frame. See ProcessFrame(UnmanagedImage) for additional details. |
|
ProcessFrame ( |
Process new video frame. See ProcessFrame(UnmanagedImage) for additional details. |
|
ProcessFrame ( |
Process new video frame. The method first of all applies motion detection algorithm to the specified video frame to calculate |
|
Reset ( ) : void |
Reset motion detector to initial state. The method resets motion detection and motion processing algotithms by calling their IMotionDetector.Reset and IMotionProcessing.Reset methods. |
Method | Description | |
---|---|---|
CreateMotionZonesFrame ( ) : void |
public MotionDetector ( IMotionDetector detector ) : System | ||
detector | IMotionDetector | Motion detection algorithm to apply to each video frame. |
return | System |
public MotionDetector ( IMotionDetector detector, IMotionProcessing processor ) : System | ||
detector | IMotionDetector | Motion detection algorithm to apply to each video frame. |
processor | IMotionProcessing | Motion processing algorithm to apply to each video frame after /// motion detection is done. |
return | System |
public ProcessFrame ( |
||
videoFrame | Video frame to process (detect motion in). | |
return | float |
public ProcessFrame ( |
||
videoFrame | Video frame to process (detect motion in). | |
return | float |
public ProcessFrame ( |
||
videoFrame | Video frame to process (detect motion in). | |
return | float |