C# 클래스 Detector.Motion.MotionHelper

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

공개 프로퍼티들

프로퍼티 타입 설명
Height int
MinX int
Motion ].byte[
Shape ].byte[

공개 메소드들

메소드 설명
MotionHelper ( byte motion, int width, int height, int seedx, int seedy ) : System

메소드 상세

MotionHelper() 공개 메소드

public MotionHelper ( byte motion, int width, int height, int seedx, int seedy ) : System
motion byte
width int
height int
seedx int
seedy int
리턴 System

프로퍼티 상세

Height 공개적으로 프로퍼티

public int Height
리턴 int

MinX 공개적으로 프로퍼티

public int MinX
리턴 int

Motion 공개적으로 프로퍼티

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

Shape 공개적으로 프로퍼티

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