Final Black Book Index

download Final Black Book Index

of 6

Transcript of Final Black Book Index

  • 7/27/2019 Final Black Book Index

    1/6

    A PROJECT REPORT

    ON

    GPS BASED HUMAN POSITION TRACKING ON

    GOOGLE MAP IN REAL TIME

    SUBMITTED BY

    SIBIN BHASKARAN

    NIKHIL GHAG

    SOMNATH GUPTA

    UNDER THE GUIDANCE OF

    Prof. DEEPA KRISHNAN

    DEPARTMENT OF COMPUTER ENGINEERING,

    PILLAIS INSTITUTE OF INFORMATION TECHNOLOGY,

    ENGINEERING, MEDIA STUDIES & RESEARCH,

    NEW PANVEL410206.

    UNIVERSITY OF MUMBAI

    Academic Year 2012-13

  • 7/27/2019 Final Black Book Index

    2/6

    Department of Computer EngineeringPillai Institute of Information Technology,

    Engineering, Media Studies & Research

    New Panvel410206

    CERTIFICATE

    This is to certify that the requirements for the project entitled Real Time Hand Gesture

    Recognition have been successfully completed by the following students:Name Roll No.

    Sibin Bhaskaran A16

    Nikhil Ghag A06

    Somnath Gupta A07

    in partial fulfillment of the Degree of B. E. in Information Technology, Pillais Institute of

    Information Technology, Engineering, Media Studies & Research New Panvel-410206,

    affiliated to the UNIVERSITY OF MUMBAI for the academic year 2012-13.

    -----------------------------------

    (Prof. Deepa Krishnan)Project Guide

    ------------------------------- ---------------------------------Internal Examiner External Examiner

    ------------------------------------ --------------------------------

    (Prof. Sharvari Govilkar) (Prof. Dr. R.I.K. Moorthy)

    H.O.D. (Computer Engineering) Principal

  • 7/27/2019 Final Black Book Index

    3/6

    ACKNOWLEDGEMENT

    We feel privileged to express our deepest sense of gratitude and sincere thanks to our

    Project guide Prof.Deepa Krishnan for her excellent guidance throughout our project work.

    Her prompt and kind help led to the completion of the dissertation work. We are immensely

    thankful to ourProject Co-ordinator Prof. Varunakshi Bhojane. We would also like to thank

    ourH.O.D Prof. Sharvari Govilkar, for approving our project and giving us ideas regarding the

    project. We would like to express sincere regards to our Principal Dr. R.I.K. Moorthy. We

    would also like to thank them for their patience and co-operation, which proved beneficial for us.

    We own a substantial share of our success to the whole faculty and staff members who provided

    us the requisite facilities required to complete the project work. Finally, we wish to express our

    sincere appreciation and thanks to our college library and all those who have guided and helped

    us directly or indirectly for accomplishing our goal.

    Sibin Bhaskaran

    Nikhil Ghag

    Somnath Gupta

  • 7/27/2019 Final Black Book Index

    4/6

    TABLE OF CONTENTS

    i List of Figures

    ii Abstract

    1. Introduction & Motivation.....11.1 Project Overview

    1.2 Motivation of the Project

    1.3 Problem Definition

    1.4 Outline of the report

    2. Review of Literature............32.1 History

    2.2 Comparison with existing implementations

    2.3 Proposed System

    3. Requirement Analysis......73.1 Feasibility Analysis

    3.2 Requirement Analysis

    3.3 System Analysis

    3.4 Risk Analysis

    3.5 Technology to be used(Hardware &Software)

    4. Project Design............................................214.1 Description Of The Overall System Architecture

    4.2 Design detail

    5. Implementation Details......................315.1Algorithms5.2Flow Chart5.3Output Screenshots

    6.

    Testing.................................356.1 White box testing

    6.2 Black box testing

    6.3 Test Cases

    7. Project Planning and Scheduling..397.1TimeLine Chart

  • 7/27/2019 Final Black Book Index

    5/6

    7.2 The Work Distribution Chart

    8. Conclusion and Future work..448.1Summary8.2Future scope of project8.3Application of the projectReferences.... 46

    Appendix

    LIST OF FIGURES:

    Title Page no.

    Figure 1: Proposed System Block Diagram 6

    Figure 2: The overall requirement of the system 10

    Figure 3: Spiral Model 12

    Figure 4: System Architecture 21

    Figure 5: Class Diagram 25

    Figure 6: Sequence Diagram 26

    Figure 7: Activity Diagram 27

    Figure 8: Level 0 Data Flow Diagram 28

    Figure 9: Level 1 Data Flow Diagram 29

    Figure 10: Level 2 Data Flow Diagram 30

    Figure 11: Flow Chart 32

    Figure 12(a)/(b):Output Screen 33

    Figure 13: Gantt Chart 39

    LIST OF TABLES:

    Title Page No.

    Table 1: Risk Analysis 14

    Table 2: Test Case for Geofence 37

    Table 3: Test Case for Acquiring Coordinates 37

    Table 4: Test Case for Map 38

    Table 5: Work Distribution Char 43

  • 7/27/2019 Final Black Book Index

    6/6

    ABSTRACT

    There are such systems in industry which are used to monitor the real time location of

    person in Google maps. They all use Global positioning system. These systems are generally

    called as GPS tracking system.

    Tracking the human position is always been a tedious job. Basically there is no system

    that can be used to monitor the exact location of human using their mobile. As GPS inbuilt

    mobiles are costly therefore we introduce human tracking through android phones which has

    GPS inbuilt in it and which is comparatively very cheaper than GPS mobiles.

    Using Android we are going to implement GPS person tracking. If a tracker is interested

    in tracking a person's location through GPS then using java with android SDK we will create one

    interface which will retrieve positions of person anywhere on the earth and upload it on server.

    On server side we will get the inputs from Android device and then we will insert the persons

    location in database.

    With the help of Google map we will plot location of person on it. So tracker of the system will

    able to monitor people.