-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
27 lines (26 loc) · 892 Bytes
/
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Poisson Image Blending</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="wrapper">
<span class="right">
<a href="http://takuti.me">takuti.me</a>
</span>
<h1>Poisson Image Blending</h1>
<dl>
<dt>- <a href="demo/">Demo</a></dt><dd>Demo of Poisson Image Blending.</dd>
<dt>- <a href="app">App</a></dt><dd>You can blend arbitrary images, and save result.</dd>
</dl>
<div id="footer">
* P. Pérez, M. Gangnet, A. Blake. Poisson image editing. ACM Transactions on Graphics (SIGGRAPH'03), 22(3):313-318, 2003.<br />
</div>
</div><!-- /wrapper -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</body>
</html>