Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
multitouch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
multitouch
Commits
a70b530b
Commit
a70b530b
authored
Apr 10, 2012
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finished presentation.
parent
323f1643
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
19 deletions
+26
-19
docs/data/graph.png
docs/data/graph.png
+0
-0
docs/data/keyboard-mouse.jpg
docs/data/keyboard-mouse.jpg
+0
-0
docs/data/monitor.jpg
docs/data/monitor.jpg
+0
-0
docs/presentation.tex
docs/presentation.tex
+26
-19
No files found.
docs/data/graph.png
View replaced file @
323f1643
View file @
a70b530b
77.1 KB
|
W:
|
H:
145 KB
|
W:
|
H:
2-up
Swipe
Onion skin
docs/data/keyboard-mouse.jpg
0 → 100644
View file @
a70b530b
14.2 KB
docs/data/monitor.jpg
0 → 100644
View file @
a70b530b
7.51 KB
docs/presentation.tex
View file @
a70b530b
...
...
@@ -4,13 +4,12 @@
\usepackage
{
beamerthemesplit,graphics,subfigure,url,listings
}
\definecolor
{
kugreen
}{
RGB
}{
130,151,183
}
\setbeamercovered
{
transparent
}
\lstset
{
%
\lstset
{
language=Python,
basicstyle=
\footnotesize
,
backgroundcolor=
\color
{
white
}
,
% choose the background color. You must add \usepackage{color}
frame=single,
% adds a frame around the code
backgroundcolor=
\color
{
white
}
,
frame=single,
tabsize=4
}
...
...
@@ -19,7 +18,6 @@
\usecolortheme
[named=kugreen]
{
structure
}
\useinnertheme
{
circles
}
\usefonttheme
[onlymath]
{
serif
}
\setbeamercovered
{
transparent
}
\setbeamertemplate
{
blocks
}
[rounded][shadow=false]
}
...
...
@@ -46,30 +44,38 @@
\frametitle
{
Alleen meten is nog niet weten
}
\begin{itemize}
\item
Wel data, maar geen visualisatie
\item
Data is overal
\item
Visualisatie-expert nodig voor het kunnen doen van observaties
\pause
\begin{figure}
[ht]
\centering
\subfigure
{
\includegraphics
[scale=.3095]
{
data/cubeobj.png
}
}
\subfigure
{
\includegraphics
[scale=.3]
{
data/cubevtk.png
}
}
\end{figure}
\item
Zelfde visualisatiemethode voor gelijksoortige datasets
\end{itemize}
\begin{figure}
[ht]
\centering
\subfigure
{
\includegraphics
[scale=.413]
{
data/cubeobj.png
}
}
\subfigure
{
\includegraphics
[scale=.4]
{
data/cubevtk.png
}
}
\end{figure}
}
\section
{
Oplossing
}
\frame
{
\frametitle
{
Visie
}
\begin{itemize}
\item
Universeel visualisatie
programma
\item
Universeel visualisatieprogramma
\item
Makkelijk in gebruik
\item
Programma herkent datatype en kiest een beschikbare visualisatiemethode
\item
``Intelligente'' herkenning, bijv. clusterdetectie
\end{itemize}
}
\frame
{
\frametitle
{
Visie (2)
}
\begin{figure}
[ht]
\centering
\includegraphics
[scale=.35]
{
data/graph.png
}
...
...
@@ -107,7 +113,7 @@
\item
Objectgeoriënteerd
\item
Geschreven in C++, ``wrappers'' voor Python
\item
Veel mogelijkheden voor visualisaties, maar programmeerkennis nodig
\item
Het idee: koppel
visualisatie e
n multi-touch interactie in een nieuw programma
\item
Het idee: koppel
deze visualisatie aa
n multi-touch interactie in een nieuw programma
\end{itemize}
}
...
...
@@ -124,6 +130,7 @@
\frametitle
{
Kivy
}
\begin{itemize}
\item
Multi-touch framework
\item
Ondersteunt o.a. TUIO protocol, net als het PQLabs scherm
\item
Geschreven in Python, gebruikt Cython voor snelheid
\item
Goed gedocumenteerd
...
...
@@ -160,7 +167,7 @@
\begin{itemize}
\item
Opstartproblemen met installaties op Windows
\item
Combinatie VTK-Kivy
\item
VTK renderen in Kivy-venster
\end{itemize}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment