C# Class Kinect.GestureDetection.Models.GestureDetection

Mostrar archivo Open project: atosorigin/Kinect

Public Properties

Property Type Description
ObservationLength int

Public Methods

Method Description
AddTrainingData ( List observations, string name, double treshhold ) : void
GestureDetection ( ) : System
ProcessObservation ( List observations ) : string
TrainHiddenMarkovModel ( ) : void

Method Details

AddTrainingData() public method

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

GestureDetection() public method

public GestureDetection ( ) : System
return System

ProcessObservation() public method

public ProcessObservation ( List observations ) : string
observations List
return string

TrainHiddenMarkovModel() public method

public TrainHiddenMarkovModel ( ) : void
return void

Property Details

ObservationLength public_oe property

public int ObservationLength
return int