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