Close

Ransac Homography Correction Success!

A project log for Low Cost Open Source Eye Tracking

A system designed to be easy to build and setup. Uses two $20 webcams and open source software to provide accurate eye tracking

john-evansJohn Evans 10/22/2018 at 02:330 Comments

Today we were successful in correcting for head movement relative to the screen. This was accomplished by using Accord CV's ransac implementation.

Homography is a powerful tool because it is relatively light on the CPU but can be used to do incredible things like estimating movement and perspective. And in this case, remapping points after the camera has moved.

This technique is what is powering the ability to map the computer mouse to the user's eyes. 

All of this new functionality is available on the MachineControl branch: https://github.com/J-east/JevonsCameraViewer/tree/machineControl

Discussions