C# 클래스 Detector.Motion.Target

Data of a target
파일 보기 프로젝트 열기: AshleighAdams/Detector 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Shape ].byte[

공개 메소드들

메소드 설명
ShapeDetection ( ) : void
Target ( int x, int y, int size_x, int size_y ) : System

Set the infomation for the target

메소드 상세

ShapeDetection() 공개 메소드

public ShapeDetection ( ) : void
리턴 void

Target() 공개 메소드

Set the infomation for the target
public Target ( int x, int y, int size_x, int size_y ) : System
x int Postion X the target starts
y int Postion Y the target starts
size_x int The width of the target
size_y int The length of the target
리턴 System

프로퍼티 상세

Shape 공개적으로 프로퍼티

public byte[,] Shape
리턴 ].byte[