Ejemplo n.º 1
0
        public FingerDetection(KinectSensor sensor)
        {
            if (null != sensor)
                this.sensor = sensor;

            smoother = new FingerTipsSmooth();
        }
Ejemplo n.º 2
0
        public FingerDetection(KinectSensor sensor)
        {
            if (null != sensor)
            {
                this.sensor = sensor;
            }

            smoother = new FingerTipsSmooth();
        }