C# Class HandInput.Util.HandInputParams

Mostrar archivo 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_oe static_oe property

public static float ColorFocalLength
return float

ColorHeight public_oe static_oe property

public static int ColorHeight
return int

ColorImageFormat public_oe static_oe property

public static ColorImageFormat ColorImageFormat
return ColorImageFormat

ColorWidth public_oe static_oe property

public static int ColorWidth
return int

DepthFocalLength public_oe static_oe property

public static float DepthFocalLength
return float

DepthHeight public_oe static_oe property

public static int DepthHeight
return int

DepthImageFormat public_oe static_oe property

public static DepthImageFormat DepthImageFormat
return DepthImageFormat

DepthWidth public_oe static_oe property

public static int DepthWidth
return int

FeatureImageWidth public_oe static_oe property

public static int FeatureImageWidth
return int

MaxDepth public_oe static_oe property

public static int MaxDepth
return int

MinDepth public_oe static_oe property

public static int MinDepth
return int

SmoothWSize public_oe static_oe property

public static int SmoothWSize
return int