#
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'
universal
regression
registration
face
pca
head
gaussian-processes
uhm
eye
3dmm
morphable
universal-head-model
complete-head-model
head-shapes
eye-model
ear-model
ear-shape
-
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.
javascript
tracking
webgl
real-time
video
computer-vision
camera
cctv
detection
radius
face
size
webcam
measurement
iris
eyelink
eye
pupillometry
pupil
-
Updated
May 19, 2021 - JavaScript
Easy to use Python command line based tool to generate a gaze point heatmap from a csv file. 👁️
visualization
python
map
csv
analytics
graph
heatmap
plot
render
visualizer
eye-tracking
attention
eyes
plotting
hci
human-computer-interaction
heat
eye
gaze
fixation
-
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.
computer-vision
deep-learning
cnn-keras
eye
retinopathy
keras-tensorflow
retinal-images
ophthalmologist
expert-ophthalmologist
eye-checkup
-
Updated
Jun 13, 2021 - Python
The EYELib: A matlab-python library for Single View Metrology and auto-calibration algorithms and methods
computer-vision
multi-view-geometry
computervision
eye
vanishing-points
pinhole
computer-vision-algorithms
homography
self-calibration
single-view-metrology
intrinsic-parameters
extrinsic-parameters
bird-view-image
auto-calibration
python-computer-vision
singleviewmetrology
eyelib
image-of-the-absolute-conic
-
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.
python
machine-learning
computer-vision
tensorflow
keras
neural-networks
image-classification
deeplearning
convolutional-neural-networks
binary-classification
eye
cnn-architecture
cnns
glaucoma
streamlit
fundus-images
glaucoma-detector
-
Updated
Oct 6, 2021 - Python
Realtime iris tracking demo for iOS using MediaPipe
-
Updated
Jun 13, 2021 - Swift
eye-tracking
biometrics
eye
biomarker-discovery
alzheimers-disease
alzheimer-disease-diagnostics
eye-detection
eyetracking
alzheimer-disease
alzheimer
alzheimers
alzheimer-dementia
eyegazer
-
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.
javascript
jquery
exercise
fitness
health
eye-strain
eyes
workouts
exercises
nutrition
workout
natural
eye
nutrition-information
eyestrain
eye-workouts
eye-fitness
-
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.
opencv
machine-learning
computer-vision
deep-learning
feature-detection
body
smile
computer
face
cascades
eye
palm
fist
combined
haarcascades
licence-plates
frontal-face
haarcascades-collected
upperbody
profile-face
-
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
academic
eye-tracking
trial
multi-modal
pupil-labs
lsl
data-synchronization
eye
labstreaminglayer
epoching
-
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.