image_crop.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="医学影像智能解译系统" http-equiv="keywords">
  6. <meta name="description" content="医学影像智能解译系统">
  7. <meta name="applicable-device" content="pc,mobile">
  8. <meta http-equiv="Cache-Control" content="no-siteapp">
  9. <meta http-equiv="Cache-Control" content="no-transform">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  11. <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
  12. <title>医学影像智能解译系统</title>
  13. <link rel="stylesheet" href="css/index.css" type="text/css">
  14. <link rel="stylesheet" type="text/css" href="css/children.css">
  15. <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
  16. <script type="text/javascript" src="js/jquery.min.js"></script>
  17. <script type="text/javascript" src="js/jquery.SuperSlide.2.1.1.js"></script>
  18. <script type="text/javascript" src="js/jquery.imgbox.pack.js"></script>
  19. <script type="text/javascript" src="js/public.js"></script>
  20. <!-- 菜单js等-->
  21. <script type="text/javascript" src="js/qrcode.min.js"></script>
  22. <!-- 时间选择js -->
  23. <script type="text/javascript" src="js/laydate.js"></script>
  24. <script type="text/javascript" src="js/image_crop.js"></script>
  25. <link rel="stylesheet" href="css/imgbox.css">
  26. <script language="javascript" type="text/javascript">
  27. if(sessionStorage!=undefined)
  28. {
  29. if(sessionStorage.getItem("username")!=null)
  30. {
  31. $("#needlogin").remove();
  32. var $span= $("<span>用户名:"+sessionStorage.getItem("username")+"</span>");
  33. $("#needloginparent").append($span);
  34. }
  35. else
  36. window.location.href="login.html";
  37. }
  38. </script>
  39. <script>
  40. function changepic() {
  41. //alert(document.getElementById('file').value);
  42. if(document.getElementById('file').value!="")
  43. {
  44. var reads= new FileReader();
  45. f=document.getElementById('file').files[0];
  46. reads.readAsDataURL(f);
  47. reads.onload=function (e) {
  48. document.getElementById('img').src=this.result;
  49. //document.getElementById('img_a').href=this.result;
  50. };
  51. document.getElementById('showimg').style.display="block";
  52. document.getElementById('img').style.display="block";
  53. }
  54. else
  55. {
  56. document.getElementById('showimg').style.display="none";
  57. document.getElementById('img').style.display="none";
  58. }
  59. $("tbody").empty();
  60. }
  61. </script>
  62. </head>
  63. <body>
  64. <!--加载框-->
  65. <div id="loadingDiv">
  66. <img src="images/loading.gif" style="margin-top:400px;margin-left:700px;">
  67. </div>
  68. <!--nav-->
  69. <div class="nav">
  70. <div class="nav-container">
  71. <div class="nav-top">
  72. <div class="body-container">
  73. <span class="tip">您好,欢迎来到智能医学影像理解研究中心</span>
  74. <div id="needloginparent" class="l">
  75. <a id="needlogin" href="login.html" target="_self">登录</a>
  76. </div>
  77. <div id="logoutparent" class="l" style="padding-left: 10px;">
  78. <a id="needlogout" href="loginout.html" target="_self">退出</a>
  79. </div>
  80. </div>
  81. </div>
  82. <div class="nav-bottom">
  83. <div class="body-container">
  84. <div class="logo-container">
  85. <img class="logo" src="images/ipiu.jpg">
  86. <div class="word">
  87. <div class="name">智能医学影像理解研究中心</div>
  88. <div class="name-es">Intelligent Medical Image Understand Research Center(IMIU)</div>
  89. </div>
  90. </div>
  91. <div class="side-container">
  92. <ul>
  93. <li> <a href="index.html">首 页</a> </li>
  94. <li> <a href="Laboratory_members.html">研究中心成员</a> </li>
  95. <li > <a href="research_findings1.html">研究成果</a> </li>
  96. <li> <a id="a_datamanage" href="data_manage.html">医学数据管理</a> </li>
  97. <li class="active"> <a id="a_show" href="show_search_text.html">医学影像智能解译系统</a> </li>
  98. </ul>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. </div>
  104. <div class="researchFinding">
  105. <div class="banner common-banner">
  106. <div class="title wid_main">
  107. <h3>医学影像智能解译系统</h3>
  108. <p>Intelligent medical image interpretation system</p>
  109. </div>
  110. </div>
  111. <div class="researchFinding-container">
  112. <div class="researchFinding-content">
  113. <div class="researchFinding-handle">
  114. <div class="title">展示列表</div>
  115. <ul>
  116. <li class="active"><a href="image_crop.html">图像切分</a></li>
  117. <li><a href="show_search_text.html">文字检索系统</a></li>
  118. <li><a href="show_search_pic.html">图像检索系统</a></li>
  119. <li><a href="Image_binary_segmentation.html">二维医学图像分割</a></li>
  120. <li><a href="image_3D_segmentation.html">三维医学图像分割</a></li>
  121. </ul>
  122. <!-- 联系信息 -->
  123. <div class="contact">
  124. <div id="qrcode"></div>
  125. <p class="tip">扫码即可上传手机图像进行智能切分!</p>
  126. <script type="text/javascript">
  127. var qrcode = new QRCode(document.getElementById("qrcode"), {
  128. width : 320,
  129. height : 320
  130. });
  131. function makeCode () {
  132. qrcode.makeCode("https://imiu.xidian.edu.cn/image_crop.html");
  133. }
  134. makeCode();
  135. </script>
  136. </div>
  137. </div>
  138. <div class="info">
  139. <div class="info-head-conatiner">
  140. <span>图像切分</span>
  141. </div>
  142. <div class="zy_public_box">
  143. <div class="zy_public_list">
  144. <form class="link_more">
  145. <label>
  146. <span class="uploadFile-container">请选择文件</span>
  147. <input type="file" name="file" id="file" onchange="changepic(this)" accept="image/png, image/jpeg, image/gif, image/jpg" style="display:none">
  148. </label>
  149. <button id="findByOrgan" type="button">开始切分</button>
  150. </form>
  151. <div class="upload-tip">使用说明:首先选择文件上传,其次在上传的图片中点击您想切分的最小影像的左上角与右下角,设置两个点完成之后点击开始切分, 最后您可以选择您需要的影像进行保存</div>
  152. <form class="zy_content" id="showimg" style="display:none">
  153. <div class="zy_left_con_hh ">
  154. <div class="wrap">
  155. <img src="images/mytest.JPG" id="img" width="auto" height="auto">
  156. <div class="container"></div>
  157. </div>
  158. </div>
  159. </form>
  160. <!-- 行政许可列表 -->
  161. <table class="zy_table_list1">
  162. <thead>
  163. <tr>
  164. <th width="300px"></th>
  165. <th width="300px">切分影像</th>
  166. <th width="300px"></th>
  167. </tr>
  168. </thead>
  169. <tbody id="mytbody">
  170. </tbody>
  171. </table>
  172. <!-- 通用分页 -->
  173. <div class="fanye">
  174. <span id="datanum">共0条</span>
  175. <span id="pagenum">共0页</span>
  176. <button id="gotofirst">首页</button>
  177. <button id="gotopre">上一页</button>
  178. <button id="gotonext">下一页</button>
  179. <button id="gotolast">尾页</button>
  180. <p> <span>转到第<input type="text" id="selectnumber" value="0">页</span> <input type="button" id="gopage_number" value="确定"> </p>
  181. </div>
  182. <!-- 通用分页end -->
  183. </div>
  184. </div>
  185. </div>
  186. </div>
  187. <!-- 底部 -->
  188. <div class="footerbox bg">
  189. <div class="wid_main fix">
  190. <div class="l">
  191. <a href="index.html" target="blank" class="dib vm"><img src="images/ipiu.jpg" width="85" height="85"></a>
  192. </div>
  193. <div class="l txt">
  194. <p>版权所有:西安电子科技大学智能医学影像理解研究中心&nbsp;&nbsp;&nbsp;地址:西安电子科技大学人工智能学院</p>
  195. <p>西安电子科技大学智能医学影像理解研究中心建设和维护 </p>
  196. </div>
  197. </div>
  198. </div>
  199. </div>
  200. <!-- 重要新闻展示不滚动 -->
  201. <style>
  202. .banner{
  203. width: 100%;
  204. height: 248px;
  205. background-color: #005389;
  206. background-image: url(./images/version2/medicalImage/bg.png);
  207. background-repeat: no-repeat;
  208. background-size: 100% 100%;
  209. }
  210. .researchFinding{
  211. width: 100%;
  212. position: relative;
  213. }
  214. .researchFinding-container{
  215. width: 100%;
  216. position: absolute;
  217. top: 248px;
  218. z-index: 999;
  219. background-image: url(./images/version2/Laboratory_members/bg.png);
  220. background-size: 100% 100%;
  221. background-repeat: no-repeat;
  222. }
  223. .researchFinding-content{
  224. width: 1200px;
  225. min-height: 500px;
  226. background-color: #fff;
  227. margin: -100px auto 0;
  228. box-shadow: 0 0 2px rgba(0,0,0,0.1);
  229. border-radius: 4px;
  230. display: flex;
  231. justify-content: flex-start;
  232. padding: 40px 20px 100px 40px;
  233. box-sizing: border-box;
  234. }
  235. .researchFinding-content .researchFinding-handle{
  236. width: 240px;
  237. height: 700px;
  238. background-color: #005389;
  239. color: #fff;
  240. padding-left: 20px;
  241. margin-right: 57px;
  242. }
  243. .researchFinding-content .researchFinding-handle .title{
  244. font-size: 28px;
  245. line-height: 26px;
  246. color: #fff;
  247. font-weight: bold;
  248. padding: 32px 0;
  249. text-indent: 20px;
  250. }
  251. .researchFinding-content .researchFinding-handle ul>li{
  252. width: 221px;
  253. height: 64px;
  254. line-height: 64px;
  255. background-color: #fff;
  256. padding-left: 20px;
  257. position: relative;
  258. }
  259. .researchFinding-content .researchFinding-handle ul li::after{
  260. content: "";
  261. display: none;
  262. width: 15px;
  263. height: 100%;
  264. position: absolute;
  265. left: -8px;
  266. top: 0;
  267. background-image: url(./images/version2/Laboratory_members/rectangle.png);
  268. background-size: 100% 100%;
  269. background-repeat: no-repeat;
  270. }
  271. .researchFinding-content .researchFinding-handle ul>li a{
  272. color: #333;
  273. font-size: 18px;
  274. }
  275. .researchFinding-content .researchFinding-handle ul>li.active{
  276. background-color: #E0620D;
  277. }
  278. .researchFinding-content .researchFinding-handle ul>li.active a{
  279. color: #fff;
  280. }
  281. .researchFinding-content .researchFinding-handle ul>li.active::after{
  282. display: block;
  283. }
  284. .researchFinding-content .researchFinding-handle .contact .title{
  285. padding: 48px 0 30px 0;
  286. line-height: 1;
  287. font-size: 26px;
  288. }
  289. .researchFinding-content .researchFinding-handle .contact #qrcode{
  290. display: block;
  291. width: 142px;
  292. height: 142px;
  293. padding: 10px;
  294. background-color: #fff;
  295. margin: 30px auto 10px;
  296. }
  297. .researchFinding-content .researchFinding-handle .contact #qrcode img{
  298. display: block;
  299. width: 142px;
  300. height: 142px;
  301. }
  302. .researchFinding-content .researchFinding-handle .contact .tip{
  303. display: block;
  304. width: 160px;
  305. color: #E0620D;
  306. font-size: 16px;
  307. line-height: 24px;
  308. padding: 12px 0 24px 0;
  309. text-align: center;
  310. margin: 0 auto;
  311. }
  312. .researchFinding-content .info{
  313. /* max-height: 970px;
  314. overflow-y: auto; */
  315. overflow-x: hidden;
  316. }
  317. .upload-tip{
  318. color: #E0620D;
  319. font-size: 12px;
  320. line-height: 21px;
  321. padding-bottom:24px;
  322. text-align: justify;
  323. }
  324. .zy_left_con_hh,.zy_left_con_hh .wrap{
  325. width: 100%;
  326. min-height: 600px;
  327. height: auto;
  328. background-color: unset;
  329. border: 1px solid #dddddd;
  330. box-sizing: border-box;
  331. }
  332. .zy_left_con_hh .wrap{
  333. border: 0;
  334. }
  335. .zy_left_con_hh .wrap img{
  336. margin:10px 10px;
  337. width: 300px;
  338. height: 300px;
  339. border: 1px solid #eaeaea;
  340. float: left;
  341. }
  342. .zy_left_con_hh .wrap::after{
  343. display: block;
  344. content: "";
  345. clear: both;
  346. }
  347. </style>
  348. </body>
  349. </html>