Method | Description | |
---|---|---|
MotionBorderHighlighting ( ) : System |
Initializes a new instance of the MotionBorderHighlighting class.
|
|
MotionBorderHighlighting ( Color highlightColor ) : System |
Initializes a new instance of the MotionBorderHighlighting class.
|
|
ProcessFrame ( |
Process video and motion frames doing further post processing after performed motion detection. Processes provided motion frame and highlights borders of 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 MotionBorderHighlighting ( 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 |