Commit ea6338a3 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Fixed some more references in report.

parent 6494df03
@inproceedings{TUIO_KBBC05, @inproceedings{TUIO_KBBC05,
author = {Kaltenbrunner, Martin and Bovermann, Till and Bencina, Ross and author = {Kaltenbrunner, Martin and Bovermann, Till and Bencina, Ross and
Costanza, Enrico}, Costanza, Enrico},
title = {TUIO - A Protocol for Table Based Tangible User Interfaces}, title = {TUIO - A Protocol for Table Based Tangible User Interfaces},
booktitle = {Proceedings of the 6th International Workshop on Gesture in booktitle = {Proceedings of the 6th International Workshop on Gesture in
Human-Computer Interaction and Simulation (GW 2005)}, Human-Computer Interaction and Simulation (GW 2005)},
year = {2005}, year = {2005},
address = {Vannes, France}, 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}}
} }
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
\usepackage[english]{babel} \usepackage[english]{babel}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{amsmath,hyperref,graphicx,booktabs,float} \usepackage{amsmath,hyperref,graphicx,booktabs,float}
% Link colors % 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} \title{Bachelor thesis\\Universal multi-touch event mechanism}
\author{\begin{tabular}{ll} \author{\begin{tabular}{ll}
...@@ -112,11 +113,11 @@ To design such a mechanism properly, the following questions are relevant: ...@@ -112,11 +113,11 @@ To design such a mechanism properly, the following questions are relevant:
\subsubsection{The TUIO protocol} \subsubsection{The TUIO protocol}
The TUIO protocol\footnote{\url{http://tuio.org/?specification}} The TUIO protocol \cite{TUIO_KBBC05} defines a way to geometrically
defines a way to geometrically describe tangible objects, such as describe tangible objects, such as fingers or fiducials on a
fingers or fiducials on a multi-touch table. The table used for this multi-touch table. The table used for this thesis uses the protocol in
thesis uses the protocol in its driver. Object information is sent to its driver. Object information is sent to the TUIO UDP port (3333 by
the TUIO UDP port (3333 by default). default).
For efficiency reasons, the TUIO protocol is encoded using the Open For efficiency reasons, the TUIO protocol is encoded using the Open
Sound Control Sound Control
...@@ -153,18 +154,15 @@ To design such a mechanism properly, the following questions are relevant: ...@@ -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 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. 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 To focus events within a window, a translation to window coordinates is
required in the client application, as stated by the required in the client application, as stated by the online
specification: specification \cite{TUIO_specification}:
\begin{citation} \begin{quote}
In order to compute the X and Y coordinates for the 2D profiles a In order to compute the X and Y coordinates for the 2D profiles a
TUIO tracker implementation needs to divide these values by the TUIO tracker implementation needs to divide these values by the
actual sensor dimension, while a TUIO client implementation actual sensor dimension, while a TUIO client implementation
consequently can scale these values back to the actual screen consequently can scale these values back to the actual screen
dimension. dimension.
\end{citation} \end{quote}
% TODO: change citation above to page from reference below
test cite: \cite{TUIO_KBBC05}
\subsection{Experiments} \subsection{Experiments}
......
...@@ -12,5 +12,5 @@ $(b)%.pdf: $(d)%.tex ...@@ -12,5 +12,5 @@ $(b)%.pdf: $(d)%.tex
$(b)$(REPORT).bbl: $(d)$(REPORT).bib $(b)$(REPORT).bbl: $(d)$(REPORT).bib
BIBINPUTS=$(d) bibtex8 ${@:.bbl=.aux} BIBINPUTS=$(d) bibtex8 ${@:.bbl=.aux}
pdflatex $(PDFLATEX_FLAGS) $(d)$(REPORT).tex latex $(PDFLATEX_FLAGS) $(d)$(REPORT).tex
pdflatex $(PDFLATEX_FLAGS) $(d)$(REPORT).tex pdflatex $(PDFLATEX_FLAGS) $(d)$(REPORT).tex
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment