-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdejpeg.html
41 lines (38 loc) · 1.07 KB
/
dejpeg.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
<html lang="en">
<link href="style.css" rel="stylesheet" type="text/css"></link>
<head>
<meta charset="UTF-8" />
<title>DeJpeg</title>
</head>
<body>
<div class="conteiner">
<div class="header">
<div class="photo">
<img src="images/mainparts/computervisionlogo.jpg" />
</div>
<div class="author">
<div class="info_box">
<h2>Computer Vision Projects</h2>
<p>
<span>Individual or professional finalized projects with image processing.</span>
<br>
<a href="computer_vision.html">Back</a>
</p>
</div>
</div>
</div>
<hr>
<div class="projects">
<h3>DeJpeg</h3>
<hr>
<p>
<span>Artifacts removement and color restoration from compressed images by JPEG algorithm.</span>
<br><br>
<img class="intextalign" src="images/dejpeg/HardDejpeg.jpg" />
<br><br>
<img class="intextalign" src="images/dejpeg/MediumDejpeg.jpg" />
<br>
</p>
</div>
</div>
</body>