Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
h1k0n committed Jun 13, 2016
1 parent 2bc54df commit 5a2061f
Show file tree
Hide file tree
Showing 61 changed files with 1,643 additions and 0 deletions.
84 changes: 84 additions & 0 deletions ImageProcessing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<!DOCTYPE HTML>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="description" content="图像处理应用" />

<title>图像去模糊</title>
<link media="all" rel="stylesheet" href="style/main1_pro.css" type="text/css" />
<link media="all" rel="stylesheet" href="style/main_jianyi.css" type="text/css" />
<link media="all" rel="stylesheet" href="style/bar.style.css" type="text/css" />
<link media="all" rel="stylesheet" href="style/flash.css" type="text/css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/combined/alloyimage.js"></script>
</head>

<body>
<div class="header">图像去模糊</div>
<div class="wrapper">
<div class="panel">
<div class="modifyItem subItem" id="modi_b">模糊方向调节</div>
<div class="modifyItem subItem" id="modi_HSI">sigma调节</div>
<div class="modifyItem subItem" id="processing">开始处理</div>
<div class="ljItem subItem">反色</div>
<div class="ljItem subItem">灰度处理</div>
<div class="ljItem subItem">灰度阈值</div>
<div class="ljItem subItem">高斯模糊</div>
<div class="ljItem subItem">锐化</div>

<img src="style/image/back.png" alt="<-" class="back">
</div>


<div class="left">
<h3>菜单</h3>
<ul id="effects" class="effects">

<li class="e_item" id="open1">
<div class="imgWrapper">
<img src="style/image/open.jpg" alt="">打开图片
</div>
</li>
<li class="e_item" id="new">
<div class="imgWrapper">
<img src="style/image/new.jpg" alt="">模糊核
</div>
</li>
<li class="e_item" id="modify">
<div class="imgWrapper">
<img src="style/image/wipe.jpg" alt="">去模糊
</div>
</li>
<li class="e_item" id="lj">
<div class="imgWrapper">
<img src="style/image/filter.jpg" alt="">滤镜
</div>
</li>
<li class="e_item" id="saveFile">
<div class="imgWrapper">
<img src="style/image/save.png" alt="">保存
</div>
</li>
</ul>
</div>

<div class="right">
<div class="openFile"></div>
<div class="painting"></div>
<!--<div id="picWrapper" class="picWrapper">
<img src="img/girl.png" class="pic" id="pic" alt="" draggable="false" />
<div id="infoMsg">
处理中
</div>
</div>-->
<canvas id="imgRect" width="214" height="91"></canvas>
</div>
<div class="layer">
</div>

</div>
<script type="text/javascript" src="js/main_pr.js"></script>
</body>
</html>
Binary file added icon/filter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/new.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/open.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/wipe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/big.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/bulding.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/girl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/girl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/inner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/scen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/stop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions js/combined/alloyimage.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions js/jquery.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5a2061f

Please sign in to comment.