-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·58 lines (52 loc) · 2.07 KB
/
index.html
File metadata and controls
executable file
·58 lines (52 loc) · 2.07 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>POSER by Mark Hacker</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>POSER</h1>
<h2>Positional Observational Skelton Extraction Review System (POSER)</h2>
<p>Advanced visual analysis extracting ATD movement data from crash test videos</p>
<p>Temporal and Spacial analysis</p>
<p>Crash Test Analysis and Crash Simulation Validation</p>
</header>
<section>
<h1>Temporal</h1>
<p>Pixel accurate time tracking
<img src="./images/gridtrack.png" alt="Smiley face" height="100%" width="100%">
</p>
<h1>Target Track</h1>
<p>Accurate pixel by pixel tracking
<img src="./images/pixeltrack.png" alt="Smiley face" height="100%" width="100%">
</p>
<h1>Skeleton</h1>
<p>Full 3D skelton extraction
<img src="./images/Skeleton.png" alt="Smiley face" height="100%" width="100%">
</p>
<h1>ATD representation</h1>
<p>Full 3 dimensional ATD representation for post processing
<img src="./images/ATD Rep.png" alt="Smiley face" height="100%" width="100%">
</p>
<h1>User Interface </h1>
<p>Canvas interface for extended data exploration
<img src="./images/UI.png" alt="Smiley face" height="100%" width="100%">
</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/markrhacker">Mark Hacker</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>