Méthode | Description | |
---|---|---|
BlobCountingObjectsProcessing ( ) : System |
Initializes a new instance of the BlobCountingObjectsProcessing class.
|
|
BlobCountingObjectsProcessing ( bool highlightMotionRegions ) : System |
Initializes a new instance of the BlobCountingObjectsProcessing class.
|
|
BlobCountingObjectsProcessing ( int minWidth, int minHeight ) : System |
Initializes a new instance of the BlobCountingObjectsProcessing class.
|
|
BlobCountingObjectsProcessing ( int minWidth, int minHeight, Color highlightColor ) : System |
Initializes a new instance of the BlobCountingObjectsProcessing class.
|
|
BlobCountingObjectsProcessing ( int minWidth, int minHeight, bool highlightMotionRegions ) : System |
Initializes a new instance of the BlobCountingObjectsProcessing class.
|
|
ProcessFrame ( |
Process video and motion frames doing further post processing after performed motion detection. Processes provided motion frame and counts number of separate objects, which size satisfies MinObjectsWidth and MinObjectsHeight properties. In the case if HighlightMotionRegions 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 BlobCountingObjectsProcessing ( ) : System | ||
Résultat | System |
public BlobCountingObjectsProcessing ( bool highlightMotionRegions ) : System | ||
highlightMotionRegions | bool | Highlight motion regions or not (see |
Résultat | System |
public BlobCountingObjectsProcessing ( int minWidth, int minHeight ) : System | ||
minWidth | int | Minimum width of acceptable object (see |
minHeight | int | Minimum height of acceptable object (see |
Résultat | System |
public BlobCountingObjectsProcessing ( int minWidth, int minHeight, Color highlightColor ) : System | ||
minWidth | int | Minimum width of acceptable object (see |
minHeight | int | Minimum height of acceptable object (see |
highlightColor | Color | Color used to highlight motion regions. |
Résultat | System |
public BlobCountingObjectsProcessing ( int minWidth, int minHeight, bool highlightMotionRegions ) : System | ||
minWidth | int | Minimum width of acceptable object (see |
minHeight | int | Minimum height of acceptable object (see |
highlightMotionRegions | bool | Highlight motion regions or not (see |
Résultat | System |
public ProcessFrame ( |
||
videoFrame | Original video frame. | |
motionFrame | Motion frame provided by motion detection
/// algorithm (see |
|
Résultat | void |