随笔分类 -  Kinect

windows sdk development for kinect
XAML绑定
摘要:public class Follower { private List<Skill> skillList; Dictionary<string, Item> itemList = new Dictionary<string, Item>(); public List<Skill> SkillList { get { return this.skillList; } } public Dictionary<string, Item> ItemList { get { return this.itemList; } }如上是追随者的结构 阅读全文

posted @ 2013-04-13 14:47 鞠强 阅读(977) 评论(0) 推荐(0) 编辑

Kinect 1
摘要:如果用定时器,在AllFramesReady里面生成图片时,System.Windows.Forms.Timer不好用,应该用System.Timers.Timer。区别在这里:http://msdn.microsoft.com/en-us/magazine/cc164015.aspxSkeletion追踪时,使之Smooth的方法如下:TransformSmoothParameters tsp = new TransformSmoothParameters(); tsp.Smoothing = 0.5f; tsp.Correct... 阅读全文

posted @ 2013-04-02 11:43 鞠强 阅读(711) 评论(0) 推荐(0) 编辑

hello

world

点击右上角即可分享
微信分享提示