forked from codrops/ProductComparison
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheye.html
More file actions
30 lines (30 loc) · 1.69 KB
/
Copy patheye.html
File metadata and controls
30 lines (30 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Mouse cursor control using facial movements </title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div class="view">
<header class="bp-header cf">
<h1>EYE GESTURE</h1>
</header>
<ul style="list-style-type:disc;">
<li><a href="https://www.researchgate.net/publication/325919286_Eye-controlled_mouse_cursor_for_physically_disabled_individual"> Eye-controlled mouse cursor for physically disabled individual - Mohamed Nasor, Mujeeb Rahman K k, Maryam Mohamed Zubair</a></li>
<br>
<li><a href="https://www.researchgate.net/publication/327986681_IMouse_Eyes_Gesture_Control_System"> IMouse: Eyes Gesture Control System - Syed Muhammad Tahir Saleem, Farzana Bibi, Arsalan Khan</a></li>
<br>
<li><a href="https://ieeexplore.ieee.org/document/7754779">A device controlled using eye movement - Prashant Salunkhe; Ashwini R. Patil</a></li>
<br>
<li><a href="https://www.hindawi.com/journals/cin/2017/5739301/"> Eye Tracking Based Control System for Natural Human-Computer Interaction - Xuebai Zhang</a></li>
<br>
</ul>
</div>
</body>
</html>