메소드 | 설명 | |
---|---|---|
GridMotionAreaProcessing ( ) : System |
Initializes a new instance of the GridMotionAreaProcessing class.
|
|
GridMotionAreaProcessing ( int gridWidth, int gridHeight ) : System |
Initializes a new instance of the GridMotionAreaProcessing class.
|
|
GridMotionAreaProcessing ( int gridWidth, int gridHeight, bool highlightMotionGrid ) : System |
Initializes a new instance of the GridMotionAreaProcessing class.
|
|
GridMotionAreaProcessing ( int gridWidth, int gridHeight, bool highlightMotionGrid, float motionAmountToHighlight ) : System |
Initializes a new instance of the GridMotionAreaProcessing class.
|
|
ProcessFrame ( |
Process video and motion frames doing further post processing after performed motion detection. Processes provided motion frame and calculates motion level for each grid's cell. In the case if HighlightMotionGrid property is set to |
|
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 GridMotionAreaProcessing ( int gridWidth, int gridHeight ) : System | ||
gridWidth | int | Width of motion grid (see |
gridHeight | int | Height of motion grid (see |
리턴 | System |
public GridMotionAreaProcessing ( int gridWidth, int gridHeight, bool highlightMotionGrid ) : System | ||
gridWidth | int | Width of motion grid (see |
gridHeight | int | Height of motion grid (see |
highlightMotionGrid | bool | Highlight motion regions or not (see |
리턴 | System |
public GridMotionAreaProcessing ( int gridWidth, int gridHeight, bool highlightMotionGrid, float motionAmountToHighlight ) : System | ||
gridWidth | int | Width of motion grid (see |
gridHeight | int | Height of motion grid (see |
highlightMotionGrid | bool | Highlight motion regions or not (see |
motionAmountToHighlight | float | Motion amount to highlight cell (see |
리턴 | System |
public ProcessFrame ( |
||
videoFrame | Original video frame. | |
motionFrame | Motion frame provided by motion detection
/// algorithm (see |
|
리턴 | void |