Example #1
0
 public GlintDetection(EyeEnum eye)
 {
     this.eye = eye;
     glintData = new GlintData();
     blobDetector = new BlobDetector();
 }
Example #2
0
 private void Init()
 {
     blobDetector = new BlobDetector();
     pupilData = new PupilData();
 }