C# Class ZForge.Motion.Controls.ObjectMotionDetector

ObjectMotionDetector
Inheritance: IMotionDetector, ICountingMotionDetector
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
ObjectMotionDetector ( ) : System
ObjectMotionDetector ( bool highlight ) : System
ProcessFrame ( Bitmap image ) : void
Reset ( ) : void

Method Details

ObjectMotionDetector() public méthode

public ObjectMotionDetector ( ) : System
Résultat System

ObjectMotionDetector() public méthode

public ObjectMotionDetector ( bool highlight ) : System
highlight bool
Résultat System

ProcessFrame() public méthode

public ProcessFrame ( Bitmap image ) : void
image System.Drawing.Bitmap
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void