Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multitouch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
multitouch
Commits
ea6338a3
Commit
ea6338a3
authored
12 years ago
by
Taddeüs Kroes
Browse files
Options
Downloads
Patches
Plain Diff
Fixed some more references in report.
parent
6494df03
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/report.bib
+14
-7
14 additions, 7 deletions
docs/report.bib
docs/report.tex
+11
-13
11 additions, 13 deletions
docs/report.tex
docs/rules.mk
+1
-1
1 addition, 1 deletion
docs/rules.mk
with
26 additions
and
21 deletions
docs/report.bib
+
14
−
7
View file @
ea6338a3
...
...
@@ -7,3 +7,10 @@
year
=
{2005}
,
address
=
{Vannes, France}
,
}
@misc
{
TUIO_specification
,
author
=
{Kaltenbrunner, Martin and Bovermann, Till and Bencina, Ross and
Costanza, Enrico}
,
title
=
{TUIO specification}
,
howpublished
=
{\url{http://tuio.org/?specification}}
}
This diff is collapsed.
Click to expand it.
docs/report.tex
+
11
−
13
View file @
ea6338a3
...
...
@@ -2,10 +2,11 @@
\usepackage
[english]
{
babel
}
\usepackage
[utf8]
{
inputenc
}
\usepackage
[usenames,dvipsnames]
{
xcolor
}
\usepackage
{
amsmath,hyperref,graphicx,booktabs,float
}
% Link colors
\hypersetup
{
colorlinks=true,linkcolor=black,urlcolor=blue
}
\hypersetup
{
colorlinks=true,linkcolor=black,urlcolor=blue
,citecolor=OliveGreen
}
\title
{
Bachelor thesis
\\
Universal multi-touch event mechanism
}
\author
{
\begin{tabular}
{
ll
}
...
...
@@ -112,11 +113,11 @@ To design such a mechanism properly, the following questions are relevant:
\subsubsection
{
The TUIO protocol
}
The TUIO protocol
\footnote
{
\url
{
http://tuio.org/?specification
}}
defines a way to geometrically
describe tangible objects, such as
fingers or fiducials on a
multi-touch table. The table used for this
thesis uses the protocol in
its driver. Object information is sent to
the TUIO UDP port (3333 by
default).
The TUIO protocol
\cite
{
TUIO
_
KBBC05
}
defines a way to geometrically
describe tangible objects, such as
fingers or fiducials on a
multi-touch table. The table used for this
thesis uses the protocol in
its driver. Object information is sent to
the TUIO UDP port (3333 by
default).
For efficiency reasons, the TUIO protocol is encoded using the Open
Sound Control
...
...
@@ -153,18 +154,15 @@ To design such a mechanism properly, the following questions are relevant:
TUIO coordinates range from
$
0
.
0
$
to
$
1
.
0
$
, with
$
(
0
.
0
,
0
.
0
)
$
being the
left top corner of the screen and
$
(
1
.
0
,
1
.
0
)
$
the right bottom corner.
To focus events within a window, a translation to window coordinates is
required in the client application, as stated by the
specification:
\begin{
citation
}
required in the client application, as stated by the
online
specification
\cite
{
TUIO
_
specification
}
:
\begin{
quote
}
In order to compute the X and Y coordinates for the 2D profiles a
TUIO tracker implementation needs to divide these values by the
actual sensor dimension, while a TUIO client implementation
consequently can scale these values back to the actual screen
dimension.
\end{citation}
% TODO: change citation above to page from reference below
test cite:
\cite
{
TUIO
_
KBBC05
}
\end{quote}
\subsection
{
Experiments
}
...
...
This diff is collapsed.
Click to expand it.
docs/rules.mk
+
1
−
1
View file @
ea6338a3
...
...
@@ -12,5 +12,5 @@ $(b)%.pdf: $(d)%.tex
$(b)$(REPORT).bbl
:
$(d)$(REPORT).bib
BIBINPUTS
=
$(
d
)
bibtex8
${
@:.bbl
=
.aux
}
pdf
latex
$(
PDFLATEX_FLAGS
)
$(
d
)$(
REPORT
)
.tex
latex
$(
PDFLATEX_FLAGS
)
$(
d
)$(
REPORT
)
.tex
pdflatex
$(
PDFLATEX_FLAGS
)
$(
d
)$(
REPORT
)
.tex
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment