- Added face recognition examples - Added face landmarks reorientation - Renamed some functions for consistancy (be careful)
1.8.0
- Enhanced eye tracking - Added multiple examples - Reorganized code and changed some method structures - Added pygame examples - Separated image drawing from computing
1.7.0
- Added canonical face and linked vertices to that face which enhances the face tracking accuracy greatly - Enhanced reference frame drawing
1.6.0
- Reorganized code : All geometry functions are now in Helpers - Added new helpers to manage images overlaying - Added new chacing game with the eyes
1.5.0
- Added kalman filter helper and some drawing primitives. - Updated the face pointing position tracker to use kalman filter
1.2.0
- Working face and eye tracking - Added working example for displaying realtime values of eye and face posture information in form of plots using sqtui (PyQt5 or Pyside2) and pyqtrgraph