C# 클래스 Kinect.GestureDetection.Models.GestureDetection

파일 보기 프로젝트 열기: atosorigin/Kinect

공개 프로퍼티들

프로퍼티 타입 설명
ObservationLength int

공개 메소드들

메소드 설명
AddTrainingData ( List observations, string name, double treshhold ) : void
GestureDetection ( ) : System
ProcessObservation ( List observations ) : string
TrainHiddenMarkovModel ( ) : void

메소드 상세

AddTrainingData() 공개 메소드

public AddTrainingData ( List observations, string name, double treshhold ) : void
observations List
name string
treshhold double
리턴 void

GestureDetection() 공개 메소드

public GestureDetection ( ) : System
리턴 System

ProcessObservation() 공개 메소드

public ProcessObservation ( List observations ) : string
observations List
리턴 string

TrainHiddenMarkovModel() 공개 메소드

public TrainHiddenMarkovModel ( ) : void
리턴 void

프로퍼티 상세

ObservationLength 공개적으로 프로퍼티

public int ObservationLength
리턴 int