eyeDrops  v2.3
A new approach to detecting eye blinks.
Classes | Typedefs | Enumerations
CalibrationWindowController.h File Reference

Header file containing the calibration window controller class. More...

#import <Cocoa/Cocoa.h>
#import "BlinkPredictionViewController.h"
#import "SensorDataViewController.h"
#import "AnimationViewController.h"
#import "UserProfileManager.h"
#import "AnimationView.h"
#import "UserProfile.h"

Go to the source code of this file.

Classes

class  CalibrationWindowController
 The calibration window (controller). More...
 

Typedefs

typedef enum CALIBRATION_STATE CALIBRATION_STATE
 

Enumerations

enum  CALIBRATION_STATE : NSInteger {
  CALIBRATION_STATE_INIT,
  CALIBRATION_STATE_PARAMETERS_SET
}
 

Detailed Description

Header file containing the calibration window controller class.

Author
Benjamin Thiemann
Date
2017/02/07

Enumeration Type Documentation

◆ CALIBRATION_STATE

enum CALIBRATION_STATE : NSInteger
Enumerator
CALIBRATION_STATE_INIT 

Boot up. Device freshly connected.

CALIBRATION_STATE_PARAMETERS_SET 

Normal mode. Waiting for user to blink.