























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The “AUGUMENTED REALITY APP FOR EVENT MANAGEMENT” is developed by using the JAVA and XML. Purpose of this project is to demonstrate the use of Mobile application technology in Augmented Reality Field. With this speed of technical advancement, it’s probably not very far when we can also manipulate digital data in this real physical world. This app shows a custom made or downloaded 3d model using the phone camera. It helps lot for human by using of this we don’t need buy products Physically.
Typology: Study Guides, Projects, Research
1 / 31
This page cannot be seen from the preview
Don't miss anything!
























i
CERTIFICATE
ii
I thank our Principal, Dr. D. BRINDHA M.Sc., MPhil., Ph.D. having given permission to do this project. I express my sincere thanks to Dr. S. VENKATA KRISHNA KUMAR M.Sc., MPhil., Ph.D. Associate Professor and Head of the Department, for encouraging me to pursue new goals and ideas. My sincere thanks to Dr. S. VENKATA KRISHNA KUMAR M.Sc., MPhil., Ph.D. Associate Professor and Head of the Department, Aided -Management, Post Graduate and Research Department of Computer Science – Government Aided for her valuable suggestions, support and guidance as my guide, without which my work would not have reached the present form. I am greatly indebted to God Almighty, my parents and friends for showering their blessings to complete this Project work.
The “AUGUMENTED REALITY APP FOR EVENT MANAGEMENT” is developed by using the JAVA and XML. Purpose of this project is to demonstrate the use of Mobile application technology in Augmented Reality Field. With this speed of technical advancement, it’s probably not very far when we can also manipulate digital data in this real physical world. This app shows a custom made or downloaded 3d model using the phone camera. It helps lot for human by using of this we don’t need buy products Physically. vi
The “AUGUMENTED REALITY APP FOR EVENT MANAGEMENT” is developed by using the JAVA and XML.Purpose of this project is to demonstrate the use of Mobile application technology in Augmented Reality Field. With this speed of technical advancement, it’s probably not very far when we can also manipulate digital data in this real physical world. This app shows a custom made or downloaded 3d model using the phone camera. It helps lot for human by using of this we don’t need buy products Physically. The two important factor we using for this are
ARCore : According to Google, ARCore is a platform for Augmented Reality. ARCore actually helps the phone to sense its environment and interact with the world. ARCore mainly uses 3 key principles – Motion Tracking, Understanding Environment, and Light Estimation. Here is a list provided by Google, of the phones that supports ARCore. Sceneform : According to Google, Sceneform is a 3d framework, that helps the developers to build ARCore apps without knowing a lot about OpenGL. Sceneform comes with a lot of features like checking for camera permission, manipulating 3d assets, and a lot more.
For this application we use only one modules which for capturing and showing of Augmented environment
This module is for capturing and showing the augmented objects in real world environment. In this module additional feature is we can add more .obj files. That replicates in the phone display.
In any web development, bugs are inevitable. Let it be in any kind of product bugs arise at any phase of development. One has to take a great care in the proper maintenance and resolution of the bugs. In the Existing system, the bugs are not properly maintained and they are simply relied on shared lists and email to monitor the bugs. In this type of system it becomes difficult to track, a bug if a bug is over looked then it may because tremendous errors in the next phase and can improve the cost of project whatever necessary effort spent on the bug maintenance may not be worthy. Therefore, bug history has to be maintained properly. In addition, there is no efficient search technique. One has to search the whole database for the details of particular bug, which might have occurred sometime earlier. It is both time consuming and error prone. In addition, it is very difficult to share the bug among several users, as there is no proper maintenance of the bugs. In order to have an efficient product bugs must be maintained properly and should be resolved in time both to reduce time and money spent on the development.
A detailed study of the existing system is necessary. The functions of the system requirements for the user structure of the current system is made through the system study. The problems faced in the current system are found and solution pertaining to it is done in the system study. The existing system of Augmented Reality is only on the Games. So it is not for helping humans for daily purposes .Mainly it is only used for entertainment purposes. For Gaming Not for decoration purposes Sometimes we need to buy gadgets
A data-flow diagram (DFD) is a graphical representation of the "flow" of data through an information system. DFDs can also be used for the visualization of data processing (structured design).On a DFD, data items flow from an external data source or an internal data store to an internal data store or an external data sink, via an internal process. The purpose of a DFD is: To show the scope and boundaries of a system To show that the whole system has been considered May be used as a communications tool between a systems analyst and any person who plays a part in the system To act as the starting point for redesigning a system The representations used in order to frame a data flow diagram are: The circle represents the process. It shows the pair of the Process that transforms input to output. The arrow represents the graphical flow into or out of a process. The store is used to model a collection of data packets at rest. The terminator represents external entities with system Communication.
AR App User AR App AR App User Camera
Output design generally refers to the results and information that are generated by the system for many end-users; output is the main reason for developing the system and the basis on which they evaluate the usefulness of the application. Computer output is the most important and direct source of information to the user. Output design is very important phase because the output will be in an interactive manner. The output will be in such away that the user can see it from the screen and can take a hard copy from the printer. Efficient, Major form of the output is a hardcopy from the printer
Once source code has been generated, software must be tested to uncover (and correct) as many errors as possible before delivery to customer. Our goal is to design a series of test cases that
validation of the project is validation in terms of the White Box testing, Black Box testing, Unit testing, Integration testing
The white box testing is technique that the program structure and derives test data from the program code. The sample inputs are given to the application process form to test the code files. The files are automatically getting their inputs and store to the database. The modules are tested successfully by white box testing and satisfied all the developer requirements.
The Black box testing is the testing technique that examines the behavioural of the application. The Black box testing is tested the project with my friends and given suggestion that can be updated in this project.
Unit testing focuses verification effort on the smallest unit of software design the software component or module. The unit test is white-box oriented. The unit testing implemented in every module of Edu Claim Management System by giving correct manual input to the system, the data are stored in database and retrieved. Edu Claim Management System unit testing mainly focused in Validation data.