Added image of Unity ouput.

This commit is contained in:
Jason 2018-08-31 16:04:14 +09:00 committed by GitHub
parent 653b89cce3
commit 74fe415a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,9 +62,9 @@ Once the program started, it initializes a 3D eye model from 2D pupil observatio
In this initialization step, a user needs to smoothly rotate his/her eye to capture various 2D shapes of the eye.
After the step, we get 3D eye tracking. The current version updates the eye model over time (drift correction), represented by the white circle.
After the step, we get 3D eye tracking (first image). The current version updates the eye model over time (drift correction), represented by the white circle (second image). When these outputs are fed into Unity and calibrated, you will see the output in the third image.
<img src="https://raw.githubusercontent.com/YutaItoh/3D-Eye-Tracker/master/docs/runtime-3.png" width="200px" /><img src="https://github.com/YutaItoh/3D-Eye-Tracker/blob/pupil_stereo_support/docs/drift_correction.PNG" width="200px" />
<img src="https://raw.githubusercontent.com/YutaItoh/3D-Eye-Tracker/master/docs/runtime-3.png" width="200px" /><img src="https://github.com/YutaItoh/3D-Eye-Tracker/blob/pupil_stereo_support/docs/drift_correction.PNG" width="200px" /><img src="https://github.com/YutaItoh/3D-Eye-Tracker/blob/pupil_stereo_support/docs/unity_output.PNG" width="200px" />
### Tips: