Sei sulla pagina 1di 19

Campus NavigatAR

Bachelor of Engineering

College of Engineering ,Malegaon(Bk),


Tal. Baramati .
 Dist. Pune Pin-413115

07/15/2020 SVPM COE 1


CAMPUS NAVIGATAR
A Navigation Utility for Campus Premises

Guided By : Prof. Nimbalkar S.

Presented By:
Mobile Application Development
 Purushottam Pawar (B8194251)
 Amrut Purandare (B8194253)
 Manoj Tore (B8194264)
 Jayashree Kharate (B8194238)

07/15/2020 SVPM COE 2


Outline

Jaya Manoj

• Application • Existing Systems • UI-Story Board • GPS


Overview • Proposed System • Augmented • Speech Direction
Reality • Our Approach
Amrut Puru

• Preferred Platform • Conclusion


• Terminologies • References

Amrut Puru

07/15/2020 SVPM COE 3


Application Overview
s
Campu
le ge
Co l

God, how I am
gonna find the
College Building?

New Comer

07/15/2020 SVPM COE 4


Application Overview

• Where is the Hostel ?


What place
is this ? • What’s the procedure for the Admission ?

• Where is my friend Nikhil ?

• How far is medical from here ?

And such many more problems…

And an easiest way to solve them…

07/15/2020 SVPM COE 5


Existing Systems

 World’s best AR Browser

Navigation and Speech Direction is Missing

 retrieves info about anything in


the field of view.

data retrieval is slow at times.

07/15/2020 SVPM COE 6


Proposed Systems
Campus NavigatAR
Need

 A personal Guide for a new Student


 Finds your mates inside the Campus

 Reveals the details about Campus intuitively

 Assists in Student’s yearly scheduled activities

Advancements Wow, it's so


easy to navigate
now !
 Speech Direction
 Customizable POIs

 Mate Finder

 Navigation and POI Browsing in Single Package

07/15/2020 SVPM COE 7


UI-Story Board
tion
informa
College t for PO
I
Suppor Search
Help n

Campus NavigatAR POI Browser


Campus NavigatAR
College

SVPM COE
Malegaon Bk

Skip

11 Splash Screen 21 Intro [Skip] 31 Home Screen 41 POI Browser [Sliding]

n
rr en t locatio
c u
User’s

* Snapshots created using Adobe Photoshop CS4


* Exception n failure cases not considered for simplicity

07/15/2020 SVPM COE 8


UI-Story Board

te Me
Naviga

inder
Mate F
NavigatAR
Mate Finder
Generated route

Cafeteria

Navigate Me

5 Mate Finder 6 Navigate Me 7 Route Display

* Snapshots created using Adobe Photoshop CS4


* Exception n failure cases not considered for simplicity

07/15/2020 SVPM COE 9


Technologies we Deal with..
Virtual Camera

Augmented matter

1. Augmented Reality [AR]

Combining real and virtual objects in


a real environment

Real Camera

07/15/2020 SVPM COE 10


Technologies we Deal with..
Virtual Camera
Augmented building

 Augmenting the Buildings to show


information about them..

 Placing the interactive markers


over POIs..

Real Camera

07/15/2020 SVPM COE 11


Technologies we Deal with..

2. GPS Navigation [GPS] 3. Speech Direction

Provides user’s current Location over


the map Speech to Text Match Text
Conversion with POIs

GPS Satellite (Transmitter) Speak Destination

Display Route

07/15/2020 SVPM COE 12


Our Approach

Modularization & Action Plan Status Report Cards for each Sub-Module

07/15/2020 SVPM COE 13


Preferred Platform

Rivals : Why Android ?

.
 Open Source

.  Linux Based

 Open Handset Alliance

. The Android Mascot  Easy App. Development

 Development Environment Comp.


We prefer..

Android OS

07/15/2020 SVPM COE 14


Terminologies

The shortest path problem : Given a network, find the shortest distances (least
costs) from a source node to all other nodes or to
a subset of nodes on the network

Forward Star Data Structure: consists of two sets of arrays as following.


 
Node Array:

Node[ ]= {Latitude, Longitude, Name, Status}


 
Edge Array

Edge[ ]= {Starting Node, Ending Node, Cost}

Labeling Method:
Generates an out-tree iteratively from a source node, s, to a set of
nodes.

07/15/2020 SVPM COE 15


Terminologies
Node Scanning Algorithm :
Needed Information : Distance label, d(i), Parent node, p(i) & Node status, S(i).

Procedure ScanningOperation(i)

begin
for all successor nodes of i do
if d(i) + l(i,j) < d(j) then
begin
d(j) = d(i) + l(i,j);
p(j) = i;

Store min distance of each node S(j) = labeled;


from source end
S(i) = permanently labeled;
End

07/15/2020 SVPM COE 16


Conclusion

 A complete suite of state-of-the-art technologies.

 Provides a convenient yet intuitive experience of learning about


your Campus and navigation at ease.

 A platform for youngsters to find their friends on the Map and


navigate to them.

 Enhancing user’s life inside Campus.

07/15/2020 SVPM COE 17


References

Android Operating System : Augmented Reality (AR) :

1. www.developer.android.com/about.php 1. www.augmentedplanet.com
2. www.anddev.org 2. Augmented Reality for Smart phones
   Author: Ben Butchart
Global Positioning System (GPS) : March, 2011
3. www.augmentedrealityevent.com
3. www.gpsinformation.org/index.php
4. Planning a Mobile GPS Project Shortest Path Algorithm :
  Author: Michael Forbes
http://www.electriccompass.com 1. Three Fastest Shortest Path Algorithms on Real Road
Networks
Existing Systems : Author: F. Benjamin Zhan

5. www.wikitude.com 2. Single-Source Shortest Paths Algorithms


6. www.mixar.com Author: Dr. John McDonough
3. www.layar.com May 28, 2009

The Rivals Comparison :

1. CHIP Insider - The Android Invasion,


March 2011

07/15/2020 SVPM COE 18


End of Seminar

Thank You !

07/15/2020 SVPM COE 19

Potrebbero piacerti anche