Skip to content

Commit ee599b9

Browse files
committed
Update
1 parent 525f5c5 commit ee599b9

File tree

8 files changed

+20
-29
lines changed

8 files changed

+20
-29
lines changed

.DS_Store

6 KB
Binary file not shown.

images/ATD Rep.png

1.9 MB
Loading

images/Skeleton.png

844 KB
Loading

images/UI.png

188 KB
Loading

images/gridtrack.png

709 KB
Loading

images/pixeltrack.png

739 KB
Loading

images/pointtrack.png

39.1 KB
Loading

index.html

Lines changed: 20 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,45 +15,36 @@
1515
<body>
1616
<div class="wrapper">
1717
<header>
18-
<h1>Programming Tool Chains</h1>
19-
<p>Intresting programming toolchains</p>
20-
<p>Screen shots of programming and development systems</p>
21-
<p>Programmers workspaces</p>
18+
<h1>POSER</h1>
19+
<h2>Positional Observational Skelton Extraction Review System (POSER)</h2>
20+
<p>Advanced visual analysis extracting ATD movement data from crash test videos</p>
21+
<p>Temporal and Spacial analysis</p>
22+
<p>Crash Test Analysis and Crash Simulation Validation</p>
2223
</header>
2324
<section>
24-
<h1>Python</h1>
25-
<p>ATOM + Hydrogen + platformio term
26-
<img src="./images/python.png" alt="Smiley face" height="100%" width="100%">
25+
<h1>Temporal</h1>
26+
<p>Pixel accurate time tracking
27+
<img src="./images/gridtrack.png" alt="Smiley face" height="100%" width="100%">
2728
</p>
2829

29-
<h1>C64</h1>
30-
<p>Sublime 2 + Dustlayer + VICE
31-
<img src="./images/c64.png" alt="Smiley face" height="100%" width="100%">
30+
<h1>Target Track</h1>
31+
<p>Accurate Pixel by pixel tracking
32+
<img src="./images/pixeltrack.png" alt="Smiley face" height="100%" width="100%">
3233
</p>
3334

34-
<h1>TIC</h1>
35-
<p>Visual Code + Lua + TIC
36-
<img src="./images/tic-10.png" alt="Smiley face" height="100%" width="100%">
35+
<h1>Skeleton</h1>
36+
<p>Full 3D skelton extraction
37+
<img src="./images/Skeleton.png" alt="Smiley face" height="100%" width="100%">
3738
</p>
3839

39-
<h1>zxbasic</h1>
40-
<p>ATOM + bas2tap + ZXSar
41-
<img src="./images/spec.png" alt="Smiley face" height="100%" width="100%">
40+
<h1>ATD representation</h1>
41+
<p>AFull 3 dimeinal ATD representation for post processing
42+
<img src="./images/ATD Rep.png" alt="Smiley face" height="100%" width="100%">
4243
</p>
4344

44-
<h1>emscripten</h1>
45-
<p>Lighttable + Bufferfly Termainal
46-
<img src="./images/emscript1.png" alt="Smiley face" height="100%" width="100%">
47-
</p>
48-
49-
<h1>6502</h1>
50-
<p>compiler-explorer + x86-to-6502
51-
<img src="./images/ce.png" alt="Smiley face" height="100%" width="100%">
52-
</p>
53-
54-
<h1>FORTRAN</h1>
55-
<p>jupyter + fortranmagic
56-
<img src="./images/fortran.png" alt="Smiley face" height="100%" width="100%">
45+
<h1>User Interface </h1>
46+
<p>Canvas interface for extended data exploration
47+
<img src="./images/ui.png" alt="Smiley face" height="100%" width="100%">
5748
</p>
5849

5950
</section>

0 commit comments

Comments
 (0)