C# Class HandInput.Util.HandInputParams

Show file Open project: ushadow/handinput

Public Properties

Property Type Description
ColorFocalLength float
ColorHeight int
ColorImageFormat ColorImageFormat
ColorWidth int
DepthFocalLength float
DepthHeight int
DepthImageFormat DepthImageFormat
DepthWidth int
FeatureImageWidth int
MaxDepth int
MinDepth int
SmoothWSize int

Public Methods

Method Description
GetKinectParams ( byte bytes ) : byte[]

Method Details

GetKinectParams() public static method

public static GetKinectParams ( byte bytes ) : byte[]
bytes byte
return byte[]

Property Details

ColorFocalLength public static property

public static float ColorFocalLength
return float

ColorHeight public static property

public static int ColorHeight
return int

ColorImageFormat public static property

public static ColorImageFormat ColorImageFormat
return ColorImageFormat

ColorWidth public static property

public static int ColorWidth
return int

DepthFocalLength public static property

public static float DepthFocalLength
return float

DepthHeight public static property

public static int DepthHeight
return int

DepthImageFormat public static property

public static DepthImageFormat DepthImageFormat
return DepthImageFormat

DepthWidth public static property

public static int DepthWidth
return int

FeatureImageWidth public static property

public static int FeatureImageWidth
return int

MaxDepth public static property

public static int MaxDepth
return int

MinDepth public static property

public static int MinDepth
return int

SmoothWSize public static property

public static int SmoothWSize
return int