forked from codrops/ProductComparison
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhand.html
30 lines (30 loc) · 1.67 KB
/
hand.html
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>HAND GESTURE</h1>
</header>
<ul style="list-style-type:disc;">
<li><a href="https://www.sciencedirect.com/science/article/pii/S2212017316001389">Mouse Cursor Control System Based on Hand Gesture - Horatiu-Stefan Grif, Cornel Cristian Farcas</a></li>
<br>
<li><a href="https://www.researchgate.net/publication/280112512_Hand_Gesture_Recognition_and_Cursor_Control">Hand Gesture Recognition and Cursor Control - Shashank Salian</a></li>
<br>
<li><a href="https://www.researchgate.net/publication/336304431_Design_and_Development_of_Hand_Gesture_Based_Virtual_Mouse"> Design and Development of Hand Gesture Based Virtual Mouse - Kabid Hassan Shibly</a></li>
<br>
<li><a href="https://research.ijcaonline.org/volume113/number5/pxc3901652.pdf"> Controlling Mouse using Hand Gesture Recognition - Shivanku Mahna, Ketan Sethi</a></li>
<br>
</ul>
</div>
</body>
</html>