Method | Description | |
---|---|---|
MotionAreaHighlighting ( ) : System |
Initializes a new instance of the MotionAreaHighlighting class.
|
|
MotionAreaHighlighting ( Color highlightColor ) : System |
Initializes a new instance of the MotionAreaHighlighting class.
|
|
ProcessFrame ( |
Process video and motion frames doing further post processing after performed motion detection. Processes provided motion frame and highlights motion areas on the original video frame with |
|
Reset ( ) : void |
Reset internal state of motion processing algorithm. The method allows to reset internal state of motion processing algorithm and prepare it for processing of next video stream or to restart the algorithm. |
public MotionAreaHighlighting ( Color highlightColor ) : System | ||
highlightColor | Color | Color used to highlight motion regions. |
return | System |
public ProcessFrame ( |
||
videoFrame | Original video frame. | |
motionFrame | Motion frame provided by motion detection
/// algorithm (see |
|
return | void |