#
eye
Here are 45 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
May 12, 2020
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 25, 2020 - 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
Mar 28, 2018 - Python
Detects pupil of the eye from the images/video and create a circle around it.
-
Updated
May 29, 2020 - 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
auto zoom the webpage for more readability and less eye stress
-
Updated
May 20, 2014 - JavaScript
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
Viseye is a tool that visualizes eye movement data. The tool has been created for a DBL project by TU/e students.
-
Updated
Jul 1, 2020 - Vue
Pupil Data Epoch Extraction Library
academic
eye-tracking
trial
multi-modal
pupil-labs
lsl
data-synchronization
eye
labstreaminglayer
epoching
-
Updated
Mar 16, 2018 - MATLAB
Short project using eye tracking library. Developed at the first hacksociety hackaton at Colombia
-
Updated
Sep 1, 2017 - JavaScript
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
A GUI enabled toolbox for analysis of pupil data supporting SMI and Tobii eye tracking data
-
Updated
Sep 26, 2018 - MATLAB
It is build upon this knowledge and develop a computer vision application that is capable of detecting blinks in video streams using facial landmarks and OpenCV.
opencv
detection
jupyter-notebook
python3
artificial-intelligence
ann
keras-models
eye
keras-tensorflow
blink-detection-algorithm
eye-blink
training-project
haar-cascade-classifier
haarcascade-frontalface
eye-detection-using-opencv
eye-blink-sensor
blink-eye
-
Updated
Jun 5, 2020 - Jupyter Notebook
OpenCV detection based security cam using node.js Detects intruders from the webcam video and saves images of them.
nodejs
classifier
opencv
security
machine-learning
video
face-detection
webcam
security-camera
haar-cascade
eye
webcam-capture
eye-detection
haar-classifiers
-
Updated
Aug 27, 2019 - JavaScript
Saliency system to model the behaviour of human eye gaze using deep learning. The model uses pre-trained VGG like backbone network and upsamples the high level features extracted from various intermediate layers using bilinear interpolation.
-
Updated
Aug 22, 2020 - Jupyter Notebook
Doctors Eye es un script que hice en Python 3. Con esta herramienta, puedes encontrar fácilmente vulnerabilidades web. Doctors Eye recopila páginas web y aplicaciones potencialmente vulnerables en Internet u otra información asombrosa que es recogida por los robots de búsqueda de Google.
-
Updated
Sep 2, 2020 - Python
Eye tracking Speller with word completion/prediction in sentence
python
word
prediction
eye-tracking
sentence
blink
ngrams
opensesame
speller
eye
pupil
pylink
pygaze
-
Updated
Nov 10, 2018
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
Oct 13, 2019 - JavaScript
-
Updated
Jun 11, 2020 - AutoHotkey
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.