-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (61 loc) · 2.3 KB
/
index.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
---
layout: index
section-type: index
---
{% include section_start.html %}
<section id="main" class="container content-section ">
<div class="row">
<div class="col-md-2 ">
</div>
<div class="col-md-8 ">
<p> <b>RealityTech</b> is a company dedicated to Augmented Reality solutions. We build our own software and hardware and share most of our work through <b>open source software</b>, <b>open hardware</b>
and contributions to existing projects.
</p>
</div>
<div class="col-md-2 ">
</div>
</div>
<div class="row">
<div class="col-md-4 ">
<img src="../img/papart.png" class="img-rounded" alt="Touch in papart.">
<h3 style="text-align:center;">PapARt</h3>
<p> <b style="text-align:center;">
(Paper Augmented Reality Toolkit)</b></p>
<p>
PapARt enable the creation of interactive projection applications. It
is the framework we develop, use and maintain.
The main features are the tracking of markers (via ARToolkitPlus), natural
features (via JavaCV), augmented reality rendering (using Processing),
and multi-touch tracking.
</p>
</div>
<div class="col-md-4 ">
<img src="../img/processing.png" class="img-rounded" alt="Processing logo.">
<p>
<h3 style="text-align:center;">Highlight: Processing</h3>
<p>
<a href="http//processing.org">Processing</a> is an open source programming environment dedicated to create
interactive applications. Processing enables fast prototyping of applications
and brings an easy integration of java libraries like PapARt and JavaCV.
It is also a large community of artists and engineers both amateurs and
profesionnals.
</p>
</div>
<div class="col-md-4 ">
<img src="../img/javacv.png" class="img-rounded" alt="Processing logo.">
<p>
<h3 style="text-align:center;" >Highlight: JavaCV</h3>
<p>
<a href="https://github.com/bytedeco/javacv" > JavaCV</a> is an open source project that ease the use of native OpenCV in Java.
It is a user layer on top on JavaCPP-presets for OpenCV. JavaCV, and other
Java bindings are used in PapARt to use fast native code to handle image
processing and camera drivers.
</p>
</div>
</div>
</section>
{% capture readme %}
{% include_relative README.md %}
{% endcapture %}
{{ readme | markdownify }}
{% include section_end.html %}