eye
Here are 68 public repositories matching this topic...
This is a Project Page of 'Towards a complete 3D morphable model of the human head'
-
Updated
Mar 4, 2022
Real-time pupillometry in the web browser using a 4K webcam video feed processed by this WebGL/Javascript library. 2 demo experiments are included.
-
Updated
May 19, 2021 - JavaScript
Easy to use Python command line based tool to generate a gaze point heatmap from a csv file.
-
Updated
Dec 7, 2021 - Python
Detects pupil of the eye from the images/video and create a circle around it.
-
Updated
May 29, 2020 - Python
Deep learning applied to Kaggle's Diabetic retinopathy dataset.
-
Updated
Jun 13, 2021 - Python
The EYELib: A matlab-python library for Single View Metrology and auto-calibration algorithms and methods
-
Updated
Jun 10, 2020 - MATLAB
This is the official implement of GazeFlow.
-
Updated
Feb 12, 2022 - Python
Glaucoma detection automation project. Trained a binary image classifier using CNNs and deployed as a streamlit web app. It takes eye (retinal scan) image as input and outputs whether the person is affected by glaucoma or not.
-
Updated
Oct 6, 2021 - Python
Realtime iris tracking demo for iOS using MediaPipe
-
Updated
Jun 13, 2021 - Swift
-
Updated
Jun 17, 2021 - JavaScript
Do you want to improve your vision? Regular eye exercises may help you to improve eyesight and prevent eye diseases such as nearsightedness and farsightedness. This application contains eye exercises which might become a part of your vision therapy.
-
Updated
May 4, 2021 - JavaScript
watch for full tutorial : https://youtu.be/hOnWIsLztyk
-
Updated
Aug 11, 2021 - Java
This project aims to do virtual makeup on the face of a person using dib and keras libraries.
-
Updated
May 7, 2021 - Python
Contains all the haarcascades collected for feature detection in human face or body or also for not a human too.
-
Updated
Nov 27, 2019 - Python
auto zoom the webpage for more readability and less eye stress
-
Updated
May 20, 2014 - JavaScript
Source code of the prototype software used for the paper "Evaluating Visual Cues for Future Airborne Surveillance Using Simulated Augmented Reality Displays".
-
Updated
Mar 14, 2022 - C#
This ROS package maps user's gaze data from a Pupil Labs eye tracker, onto a different video feed, using markers, homography, and feature matching. This package is made by T.A.B. De Boer, J. Hoogmoed, N.M. Looye , J.R.P. van der Toorn, and R.P. de Vos as bachelor design project. Delf University of Technology, Mechanical Engineering, department of BioMechanical Engineering.
-
Updated
Jun 2, 2017 - Python
A GUI enabled toolbox for analysis of pupil data supporting SMI and Tobii eye tracking data
-
Updated
Sep 26, 2018 - MATLAB
Pupil Data Epoch Extraction Library
-
Updated
Mar 16, 2018 - MATLAB
Viseye is a tool that visualizes eye movement data. The tool has been created for a DBL project by TU/e students.
-
Updated
Feb 27, 2022 - Vue
Short project using eye tracking library. Developed at the first hacksociety hackaton at Colombia
-
Updated
Sep 1, 2017 - JavaScript
Improve this page
Add a description, image, and links to the eye topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eye topic, visit your repo's landing page and select "manage topics."


By not allowing literals and blank nodes in predicate position we get the problem that the we can write rules and triples which in "traditional n3" get a result while in this implementation they don't.
Consider the triples:
:a :b "c". :a :b _:x.and the rule
{:a ?b ?c}=>{?:a ?c ?b}.This is all valid N3. But applying this rule to the triples would lead to
:a "c" :b. :a _:x :b.