C# 클래스 CURELab.SignLanguage.DataModule.DataModel

add summary here
파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect

공개 프로퍼티들

프로퍼티 타입 설명
a_left double
a_right double
angle_left double
angle_right double
isSegByAcc bool
isSegByAngle bool
position_2D_left Point
position_2D_right Point
position_left System.Windows.Media.Media3D.Vector3D
position_right System.Windows.Media.Media3D.Vector3D
timeStamp int
v_left double
v_right double

공개 메소드들

메소드 설명
DataModel ( ) : System

메소드 상세

DataModel() 공개 메소드

public DataModel ( ) : System
리턴 System

프로퍼티 상세

a_left 공개적으로 프로퍼티

public double a_left
리턴 double

a_right 공개적으로 프로퍼티

public double a_right
리턴 double

angle_left 공개적으로 프로퍼티

public double angle_left
리턴 double

angle_right 공개적으로 프로퍼티

public double angle_right
리턴 double

isSegByAcc 공개적으로 프로퍼티

public bool isSegByAcc
리턴 bool

isSegByAngle 공개적으로 프로퍼티

public bool isSegByAngle
리턴 bool

position_2D_left 공개적으로 프로퍼티

public Point position_2D_left
리턴 Point

position_2D_right 공개적으로 프로퍼티

public Point position_2D_right
리턴 Point

position_left 공개적으로 프로퍼티

public Vector3D,System.Windows.Media.Media3D position_left
리턴 System.Windows.Media.Media3D.Vector3D

position_right 공개적으로 프로퍼티

public Vector3D,System.Windows.Media.Media3D position_right
리턴 System.Windows.Media.Media3D.Vector3D

timeStamp 공개적으로 프로퍼티

public int timeStamp
리턴 int

v_left 공개적으로 프로퍼티

public double v_left
리턴 double

v_right 공개적으로 프로퍼티

public double v_right
리턴 double