C# 클래스 ZForge.Motion.Controls.ObjectMotionDetector

ObjectMotionDetector
상속: IMotionDetector, ICountingMotionDetector
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
ObjectMotionDetector ( ) : System
ObjectMotionDetector ( bool highlight ) : System
ProcessFrame ( Bitmap image ) : void
Reset ( ) : void

메소드 상세

ObjectMotionDetector() 공개 메소드

public ObjectMotionDetector ( ) : System
리턴 System

ObjectMotionDetector() 공개 메소드

public ObjectMotionDetector ( bool highlight ) : System
highlight bool
리턴 System

ProcessFrame() 공개 메소드

public ProcessFrame ( Bitmap image ) : void
image System.Drawing.Bitmap
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void