C# Class CURELab.SignLanguage.HandDetector.HandShapeModel

hand shape model
Show file Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Public Properties

Property Type Description
center Point
direction float
frame long
handPosLeft MCvBox2D
handPosRight MCvBox2D
hogLeft float[]
hogLeftSide float[]
hogRight float[]
hogRightSide float[]
size int
skeletonData string
type HandEnum

Public Methods

Method Description
HandShapeModel ( ) : System
HandShapeModel ( int hogSize, HandEnum type ) : System
SetSkeletonData ( Microsoft.Kinect.Skeleton skeleton ) : void

Private Methods

Method Description
GetFrameDataArgString ( Microsoft.Kinect.Skeleton skeleton ) : string

Method Details

HandShapeModel() public method

public HandShapeModel ( ) : System
return System

HandShapeModel() public method

public HandShapeModel ( int hogSize, HandEnum type ) : System
hogSize int
type HandEnum
return System

SetSkeletonData() public method

public SetSkeletonData ( Microsoft.Kinect.Skeleton skeleton ) : void
skeleton Microsoft.Kinect.Skeleton
return void

Property Details

center public property

public Point center
return Point

direction public property

public float direction
return float

frame public property

public long frame
return long

handPosLeft public property

public MCvBox2D handPosLeft
return MCvBox2D

handPosRight public property

public MCvBox2D handPosRight
return MCvBox2D

hogLeft public property

public float[] hogLeft
return float[]

hogLeftSide public property

public float[] hogLeftSide
return float[]

hogRight public property

public float[] hogRight
return float[]

hogRightSide public property

public float[] hogRightSide
return float[]

size public property

public int size
return int

skeletonData public property

public string skeletonData
return string

type public property

public HandEnum type
return HandEnum