-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchitecture.html
93 lines (84 loc) · 3.08 KB
/
architecture.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Architecture</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="logo"><a href="https://ntuee-eslab.github.io/"><span>Project of </span>NTUEE-ESLab</a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="architecture.html">Architecture</a></li>
<li><a href="recognition.html">Recognition</a></li>
<li><a href="https://github.com/NTUEE-ESLab/2017Fall-IntelligentSecurityGuard">Code</a></li>
<li><a href="info.html">About Us</a></li>
</ul>
</nav>
<!-- One -->
<section id="One" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>Implementation</p>
<h2>Architecture</h2>
</header>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<header class="align-center">
<p>How It Runs</p>
<h2>Working Flow</h2>
</header>
<h3>1. System Scheme</h3>
<img src="images/system_scheme.png" alt="" />
<img src="images/hardware.jpg" alt="" />
<p> </p>
<h3>2. Program Procedure</h3>
<img src="images/program_procedure.png" alt="" />
<p> </p>
<h3>3. Our GUI</h3>
<img src="images/GUI.png" alt="" />
<h1>a. 設定巡航路線</h1>
<p>按下「Set Up Route」 -> 上下左右控制方向 -> 按下「X」-> 完成。</p>
<h1>b. 執行巡航路線</h1>
<p>按下「GO !」,ISG將開始巡航;按下「STOP」,ISG立刻中止動作。</p>
<p>※若未事先設定路線而執行巡航,程式將出現錯誤!</p>
<h1>c. 系統訊息</h1>
<p>若ISG偵測到人形物體,顯示「WARNING」;若偵測到其他物體,則顯示「OK」。您可藉由觀看回傳照片決定是否忽略,也可按下「KEEP MOVING」讓ISG繼續為您防護!</p>
<h1>d. 開啟即時影像</h1>
<p>按下「Monitor」,您可取得ISG即時監控影像。</p>
<p>※若未關閉監控影像,ISG將無法拍照辨識!</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
© BogiHsu/Silverwolf0218. All rights reserved.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>