summaryrefslogtreecommitdiffstats
path: root/report/chapter1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'report/chapter1.tex')
-rw-r--r--report/chapter1.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/report/chapter1.tex b/report/chapter1.tex
new file mode 100644
index 0000000..2cad507
--- /dev/null
+++ b/report/chapter1.tex
@@ -0,0 +1,11 @@
+\section{Introduction}
+
+For the master course Interactive Virtual Environments (2IV55), group 7 decided to create an application that can be used in an experimental setup. The application uses different techniques from computer graphics to create some kind of virtual environment. The goal of this program was to draw some conclusions whether or not these techniques contribute to the accuracy of the user when utilizing a "3D mouse" with 3DOF\footnote{Degrees of freedom: The amount of motion supported in a robotics or virtual reality system. 3DOF provides X, Y and Z (horizontal, vertical and depth) while 6DOF provides X, Y and Z and pitch, yaw and roll}. \\
+
+And thus, the "MatchBlox" project was born. It would challenge the user to take a wooden block in 3D and put it in the correct position. These small experiments could then be repeated with the assistance of head tracking or stereo vision. The exact goals of the project and the problems encountered are discussed in chapter 2 of this report. \\
+
+Head tracking is a relatively old technique in the field of virtual environments. It basically keeps track of the head's position and/or rotation. Using the information about the head's position, the virtual world can be rendered according to these values. This turns an ordinary computer screen into a virtual window which the user can look trough from different angles. \\
+
+Stereo vision is another well-known technique mainly because it's very easy to apply. By rendering the virtual world twice and merging the two images one can accomplish the illusion of depth. The stereo vision and the head tracking techniques are explained in more detail in chapter 3. \\
+
+Finally, in chapter 4, a conclusion is drawn from the execution of the project. \ No newline at end of file