C# Class ZForge.Motion.Controls.ObjectMotionDetector

ObjectMotionDetector
Inheritance: IMotionDetector, ICountingMotionDetector
Mostrar archivo Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
ObjectMotionDetector ( ) : System
ObjectMotionDetector ( bool highlight ) : System
ProcessFrame ( Bitmap image ) : void
Reset ( ) : void

Method Details

ObjectMotionDetector() public method

public ObjectMotionDetector ( ) : System
return System

ObjectMotionDetector() public method

public ObjectMotionDetector ( bool highlight ) : System
highlight bool
return System

ProcessFrame() public method

public ProcessFrame ( Bitmap image ) : void
image System.Drawing.Bitmap
return void

Reset() public method

public Reset ( ) : void
return void