-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
192 lines (174 loc) · 6.1 KB
/
docs.html
File metadata and controls
192 lines (174 loc) · 6.1 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ParallelME: Parallel Mobile Engine</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css"/>
</head>
<body>
<div id="container">
<div id="header">
<a href="">ParallelME: Parallel Mobile Engine</a>
</div>
<div id="menu">
<a href="index.html">HOME</a>
<a href="source.html">SOURCE CODE</a>
<a href="docs.html">DOCUMENTATION</a>
<a href="people.html">TEAM</a>
</div>
<div id="sidebar">
<h1>Documents</h1>
</div>
<div id="main">
<h2>Tecnical References</h2>
<p>
<table cellpadding="10pt">
<tr>
<td>
<a href="https://github.com/ParallelME" target="blank">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
</td>
</tr>
<tr>
<table cellpadding="10pt">
<tr>
<td>
<a href="docs/ParallelME_Reference_Manual.pdf" target="blank">
<img
align= "center"
src ="icon/pdf.jpg"
alt="Download it"
width=45
>
</a>
</td>
<td>
<b>ParallelME Reference Manual</b>
<p>
<b>Description</b>: This document is a reference manual created to guide developers on understanding how ParallelME was designed and how the framework's components relate to each other. Detailed information on how user-library, compiler and run-time were designed can be found in this document. It should be used by all those developers that wants to contribute to the project. Also, ParallelME users will find useful information in the <i>How to use</i> section.
</p>
</td>
</tr>
<tr>
<td>
<a href="docs/ParallelME_Runtime_Technical_Report.pdf" target="blank">
<img
align= "center"
src ="icon/pdf.jpg"
ALT="Download it"
width=45
>
</a>
</td>
<td>
<b>ParallelME Run-time: Technical Report</b>
<p>
<b>Description:</b> This document contains an overview of the ParallelME framework’s low-level run-time system. The
execution mechanism behind the run-time, details of the technology used and relevant features are presented in this document.
</p>
</td>
</tr>
<tr>
<td>
<a href="docs/ParallelME_Runtime_User_Manual.pdf" target="blank">
<img
align= "center"
src ="icon/pdf.jpg"
alt="Download it"
width=45
>
</a>
</td>
<td>
<b>ParallelME Run-time: User Manual</b>
<p>
<b>Description:</b> This document presents practical information to instruct programmers on how to implement a particular application using directly the ParallelME low-level run-time. The document includes information for environment set up, a step-by-step guide on how to implement an application using the run-time and also some important general information. It should be used by advanced developers that have no problem working at NDK level.
</p>
</td>
</tr>
<tr>
<td>
<a href="docs/faceDetectionReport.pdf" target="blank">
<img
align= "center"
src ="icon/pdf.jpg"
alt="Download it"
width=45
>
</a>
</td>
<td>
<b>Facial Detection, Tracking and Recognition in Android Devices</b>
<p>
<b>Description</b>: this document describes an example application developed to demonstrate ParallelME framework.
It is an augmented reality application that is being developed to, in a live video fed by
the smartphone’s camera, detect, track, recognize and display information about the faces shown.
Several opportunities to paralellize data processing appear in this context of visual computing and
machine learning.
</p>
</td>
</tr>
</table>
</p>
<h2>Documentations</h2>
<p>
<table cellpadding="10pt">
<tr>
<td>
<a href="docs/runtime/index.html" target="blank">
<img
align= "center"
src ="icon/www.png"
ALT="ParallelME Run-time documentation"
width=45
>
</a>
</td>
<td>
<b>Run-time DoxyGen</b>
<p>
<b>Description</b>: Run-time API documentation generated from annotated source files.
</p>
</td>
</tr>
<tr>
<td>
<a href="" target="blank">
<img
align= "center"
src ="icon/www.png"
alt="Download it"
width=45
>
</a>
</td>
<td>
<b>Compiler Javadoc</b>
<p>
<b>Description</b>: Compiler API documentation (HTML).
</p>
</td>
</tr>
</table>
</p>
<h2>Journal Articles</h2>
<p>
<table cellpadding="10pt">
<tr>
<td>
<img
align= "center"
src ="icon/cs.png"
alt="Download it"
width=100
>
</td>
</tr>
</table>
</tr>
</table>
</p>
</div>
<div id="footer"> ©2016 ParallelME Framework <span class="separator">|</span> <a href="people.html">ParallelME Team</a> </div>
</div>
</html>