Tour Guide Project Page

From CSSEMediaWiki
Revision as of 10:03, 5 October 2009 by Erikaveiga (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

I decided to do my AR project as my study design for OO. It's a UMPC tour guide with a GPS, so the idea is to do guide tour around the campus.

I am using a Map to display the user's location and the hot spots, which are the areas that would be interesting to visit around the campus and where we are displaying nice AR features.

My first Design


The Map is observing the GPS to update the user’s location on the Map.

The Map also observes the “Video processing”, which is part of recognizing the markers on the site.

Certain locations will have markers and it’s own icon(represented on the Map), and the 3D image/animation/textural information.

The first idea I had in mind to instance the images in the real world without having to use the markers was to use a compass, which would tell me what direction the user was looking, but as I don’t have the compass in the UMPC I will remove that on my next design.

OOCaseSudy.jpeg


The Final Implementation


The final implementation uses the Observer and Singleton Patterns.


OOCaseSudy2.jpeg

Personal tools