コード例 #1
0
ファイル: GlintDetection.cs プロジェクト: DeSciL/Ogama
 public GlintDetection(EyeEnum eye)
 {
     this.eye = eye;
     glintData = new GlintData();
     blobDetector = new BlobDetector();
 }
コード例 #2
0
ファイル: PupilDetection.cs プロジェクト: DeSciL/Ogama
 private void Init()
 {
     blobDetector = new BlobDetector();
     pupilData = new PupilData();
 }