C#kinect应用程序开发 [英] C# kinect application Development

查看:229
本文介绍了C#kinect应用程序开发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 


请解释以下代码:


#region私人状态

        private readonly KinectSensorItems sensorItems;

        #endregion私人州



        #region ctor&窗口活动

        public MainWindow()

        {

            InitializeComponent();

            this.sensorItems = new KinectSensorItems();

            this.kinectSensors.ItemsSource = this.sensorItems;



        }


谢谢!


            

解决方案

您能否提供有关您的目标的更多信息。文档清楚地说明了这类代码的作用:


http ://msdn.microsoft.com/en-us/library/hh973072.aspx


 

Please explain the below code:

#region Private state
        private readonly KinectSensorItems sensorItems;
        #endregion Private state

        #region ctor & Window events
        public MainWindow()
        {
            InitializeComponent();
            this.sensorItems = new KinectSensorItems();
            this.kinectSensors.ItemsSource = this.sensorItems;

        }

Thank you !

            

解决方案

Can you provide more information on what you are looking to do. The documentation is clear on what this type of code does:

http://msdn.microsoft.com/en-us/library/hh973072.aspx


这篇关于C#kinect应用程序开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆