Permalink
Browse files

Added a link to the Rainbow Group project page

  • Loading branch information...
1 parent 3f49cb8 commit d271ab8c5f2d66b6bd7623f7758394a0b59fb77b @errollw committed Mar 26, 2014
Showing with 3 additions and 0 deletions.
  1. +3 −0 README.md
View
@@ -9,6 +9,8 @@ The code is available in two forms:
* `EyeTab` – A demonstration version which runs on a supplied example video file.
* `EyeTab_SP2` – An interactive version developed for a _Microsoft Surface Pro 2_. This should also work on other devices with small tweaks.
+The project's main webpage can be found [here](http://www.cl.cam.ac.uk/research/rainbow/projects/eyetab/).
+
## System overview
We track gaze by modelling the iris as a 2D ellipse in an image, and _back-projecting_ this to a 3D circle, getting the real-world position and orientation of the iris. We take the normal vector of this to be the gaze direction.
@@ -26,6 +28,7 @@ A rough guide for setting this code up from scratch:
1. Open the solution file `EyeTab.sln` in Visual Studio. I used VS2012.
2. Add dependencies to Visual Studio' _Additional include directories_ field, _Additional library directories_ field, and as _Additional input_ in the linker.
3. Ensure the required `.dll`s can be found on your `PATH` or in Visual Studio's debugging environment.
+4. Build and run the solution.
## Dependencies

0 comments on commit d271ab8

Please sign in to comment.