示例#1
0
        public DetectionManager()
        {
            //eyestracker = new EyesTracker();
            eyetracker = new Eyetracker();

            pupilDetectionLeft  = new PupilDetection(EyeEnum.Left);
            pupilDetectionRight = new PupilDetection(EyeEnum.Right);

            glintDetectionLeft  = new GlintDetection(EyeEnum.Left);
            glintDetectionRight = new GlintDetection(EyeEnum.Right);
        }
示例#2
0
        public DetectionManager()
        {
            //eyestracker = new EyesTracker();
            eyetracker     = new aSee.ImageProcess.Detection.Eye.Eyetracker();
            blinkDetection = new BlinkDetection();

            pupilDetectionLeft  = new PupilDetection(EyeEnum.Left);
            pupilDetectionRight = new PupilDetection(EyeEnum.Right);

            glintDetectionLeft  = new GlintDetection(EyeEnum.Left);
            glintDetectionRight = new GlintDetection(EyeEnum.Right);
        }