메소드 | 설명 | |
---|---|---|
ProcessFrame ( |
Process new video frame. Processes new frame from video source and detects motion in it. Check MotionLevel property to get information about amount of motion (changes) in the processed frame. |
|
Reset ( ) : void |
Reset motion detector to initial state. Resets internal state and variables of motion detection algorithm. Usually this is required to be done before processing new video source, but may be also done at any time to restart motion detection algorithm. |
|
TwoFramesDifferenceDetector ( ) : System |
Initializes a new instance of the TwoFramesDifferenceDetector class.
|
|
TwoFramesDifferenceDetector ( bool suppressNoise ) : System |
Initializes a new instance of the TwoFramesDifferenceDetector class.
|
public ProcessFrame ( |
||
videoFrame | Video frame to process (detect motion in). | |
리턴 | void |
public TwoFramesDifferenceDetector ( bool suppressNoise ) : System | ||
suppressNoise | bool | Suppress noise in video frames or not (see |
리턴 | System |