-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (59 loc) · 2.23 KB
/
index.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
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
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<body class="view" >
<div class="page">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Tiger Giraffe's Project Page">
<meta name="author" content="Tiger Giraffe">
<link rel="icon" href="icon.ico">
<!-- Bootstrap core CSS -->
<link href="Core/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="Core/style.css" rel="stylesheet">
</head>
<body>
<header class="header-bar">
<a name="top"></a>
<p></p>
</header>
<!-- Title Splash -->
<!--<div class="container">-->
<div class="title">
<h1 class="title">Spatial Antialiasing</h1>
<h6>Presented by Tiger Giraffe</h6>
</div>
<!--</div>-->
<!-- Fun quick links to stuff -->
<ul class="nav nav-justified nav-pills navbar">
<li role="presentation" class="active"><a href="#">Home</a></li>
<li role="presentation"><a href="presentation.html">Presentation</a></li>
<li role="presentation"><a href="reference.html">References</a></li>
<li role="presentation"><a href="team.html">Team Tiger Giraffe</a></li>
</ul>
<!-- Body text -->
<center>
<div class="content">
<h2>The Problem of Aliasing</h2>
<p>Aliasing is the phenomenon that occurs when signals are sampled and become interrupted and/or indistinguishable in its intended representation.
The study of aliasing permeates throughout different areas of signal science in the digital world.
Certain anti aliasing techniques have been implemented to mitigate the effect of this occurring.
Spatial Anti Aliasing specifically deals with minimizing misrepresentation or visual distortion when viewing high resolution images at a lower resolution.
This is mainly achieved through particular removal of signals which exceed the recordable bound of the sampling device.</p>
<img src="Home/visual1.jpg">
</div>
</center>
<!-- Provide a link back to the top of the page -->
<footer class="footer">
<p>Dakota Funchess, Joey Schiavi, Kayla Pozo, Michael Elliott</p>
<p>tigergiraffe@cats.com</p>
<p>
<a href="#top">Back to top</a>
</p>
</footer>
</body>
</div>
</body>
</html>