-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsenproject.html
More file actions
30 lines (28 loc) · 1.59 KB
/
Copy pathsenproject.html
File metadata and controls
30 lines (28 loc) · 1.59 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>
<head>
<meta charset="utf-8">
<title>Pathwerk's Page</title>
</head>
<body>
<header class="header">
<h1>Pathwerk's Page but its the senior project</h1>
</header>
<h1>Hello World</h1>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" crossorigin="anonymous">
<link rel="stylesheet" href="style.css" media="screen">
<nav class="navbar">
<ul class="navlist">
<li class="item"><a href="/">Home</a></li>
<li class="item"><a href="/projects">Projects</a></li>
<li class="item"><a href="/about">About</a></li>
<li class="item"><a href="/senproject">Senior Project</a></li>
</ul>
</nav>
<h2>What this project is</h2>
<p class = content>Draw and Play is an IOS targetted App designed to allow the user to turn their drawings into games. It uses OpenCV image processing to convert images into a 2d game scene that can be played with inside a simple
engine. For more information please contact the team members directly</p>
<h2>What I have done</h2>
<p class = content>I suppouse the best name for my role in this project would be researcher. I was the one that had originally researched how to use OpenCV. I also helped
link toghter the game engine and the image processor. I also created a matrix conversion that turned the image into usable binary so that information could be more easily transferrred between the two segments of the app</p>