SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2554
3D Drawing with Augmented Reality
Sharanya M1, Sucheta Kolur1, Sowmyashree B V1, Sharadhi L1, Bhanushree K J2
1Department of Computer Science & Engineering, Bangalore Institute of Technology, Visvesvaraya Technological
University, Bangalore, India
2Professor, Department of Computer Science & Engineering, Bangalore Institute of Technology, Visvesvaraya
Technological University, Bangalore, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - 3D Drawing with Augmented Reality has been
developed to bridge the gap in communicating a concept or
presenting an idea in the real-world space. Such ideas when
presented on paper would require the designer to empathize
with the user and have a fair assumption that the idea would
need to be imagined just as done by the creator. It allows
content creators to draw in the air, treating the world as their
canvas. A connection is established between the users to view
each other’s drawings or notes in the 3D space. This requires
the users to be on the same network. This application is going
to help content creators a great deal in helping them present
their ideas better. It is also going to replace sticky notes and
other messages on paper with messagesleftinairontheworld
canvas. This can also act as a doodling app where users draw
lines or doodles in the 3D space in air.
Key Words: Augmented Reality, 3D Drawing, Unity 3D,
ARCore, Point Clouds
1. INTRODUCTION
Virtual reality is a completely computer-generated
simulation where the entire view is virtual. This means that
one can manipulate this virtual world to whatever they
would like it to be and produce some really amazing things.
Since Virtual Reality applications are compute intensive, a
parallel domain called AugmentedRealitygainedpopularity.
Augmented reality (AR)isan interactive experienceofa real-
world environment where the objects that resideinthe real-
world are enhanced by computer-generated perceptual
information, sometimes across multiple sensory modalities.
Augmented reality is used to enhance natural environments
or situations and offer perceptually enriched experiences.
With the help of advanced AR technologies (e.g. adding
computer vision and object recognition) the information
about the surrounding real world of the user becomes
interactive and digitally manipulatable. Information about
the environment and its objects is overlaidonthe real world.
This information can be virtual or real, e.g. seeing other real
sensed or measured information such as electromagnetic
radio waves overlaid in exact alignment with where they
actually are in space. Augmented reality also has a lot of
potential in the gathering and sharing of tacit knowledge.
Augmentation techniques are typically performed in real
time and in semantic context with environmental elements.
Immersive perceptual information is sometimes combined
with supplemental information like scores over a live video
feed of a sporting event. This combines the benefits of both
augmented reality technology and heads up display
technology (HUD). In Augmented Reality, thecomputeruses
sensors and algorithms to determine the position and
orientation of a camera. AR technology then renders the 3D
graphics as they would appear from the viewpoint of the
camera,superimposingthecomputer-generatedimagesover
a user’s view of the real world. Solutions which allowing
humans to explore fully immersive computer-generated
worlds (in VR), and overlay computer graphics onto our
view of our immediate environment (AR) are both
increasingly being adopted in both entertainment and
industry.
Over the next year, both VR and AR applications will become
increasingly sophisticated, as devicesgetmorepowerful and
capable of creating higher qualityvisuals.Ourunderstanding
of how humans can usefully navigate and interact within
virtual or augmented environments will also evolve, leading
to the creation of more methods of interactingandexploring
virtual space.
• Wearable: Although augmented reality technology
designed exclusively for mobile devices can certainly
provide users with exciting, unique experiences, these
devices place certain limits on the quality of those
experiences.
• Improved Tracking: Augmented reality software must
achieve a difficult goal: tracking objects inthereal worldand
seamlessly presenting an AR experience to the user. The
more objects, software can track the more options AR
development teams have.
• Moving Away from Markers: Currently,thevastmajorityof
AR products use markers to trigger AR experiences.
However, developers for augmented reality products want
the ability to use targets that can shift due to real-world
variables.
3D drawing with augmented reality provides a platform for
the user to treat the world as a canvasanddrawanywhere in
air. 3D drawing with augmentedrealityletsmultipleusers to
draw on a common real-worldlocationatthesametimewith
real-time display of each other’s work.
Rest of the paper is organized as follows, Section I contains
the introduction of Augmented Reality and 3D drawing with
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2555
AR , Section II contain the related work of Unity 3D, SLAM,
HCI, OpenLobby and Bare-Handed 3D Drawing in
Augmented Reality, Section III contains design and
techniques used, Section IV describesresultsanddiscussion,
and Section V concludes research work with future
directions.
2. Related Work
Title: Review on simultaneous localization and mapping
(SLAM)
Problem statement: To convert data fromthesensorreading
into SLAM Map based on the results obtains in mapping and
localization
Objectives: Mapping (Environment Representation):
Mapping gives capabilities for mobile robot to generate a
map of the environment using the hardware sensor to
receive the data of the environment. Localization (Location
Estimation): Localization is one of the SLAM features as the
mobile robot able to calculate and estimate landmark
position and mobile robot trajectory based on thegenerated
map from the mapping process.
Title: Human Computer Interface- Augmented Reality
Problem statement: To convert text, voice, sensor readings
and gestures into a virtual experience to create man-
machine interaction
Objectives: The input given to Human ComputerInteraction
(HCI) module is text, voice, sensor readings and gestures
(hand or head movements). The HCI module, has different
modes like, Information visualization, Internet of things,
augmented reality, Virtual reality. Finally, it providesvirtual
experience and a sophisticated man-machine interaction
Title: Openlobby: an open game server for lobby and
matchmaking
Problem statement: The web server is responsible in
receiving and processing requestfromclientandsending the
appropriate response to client.
Objectives: The first basic function of the server is to
register a new player who would like to join a multiplayer
game session. When a client is requesting to join a
multiplayer game, it sends a request to join to the server.
The server is then kept the basic information related to the
request such as request arrival time and client's IP address.
The second basic function is to inform the clientwhetherthe
client has been joined to a multiplayer session. Our system
follows a pull-notification method to perform this function;
clients send a request to get the update from the server. The
third function is to update theplayer'sinformationrelatedto
the game such as score, win/lose, rank, etc. This information
is sent after a multiplayer session has completed.
Title: Research on key technologies base Unity3D game
engine
Problem statement: Understanding hierarchyfororganizing
objects in Unity3D game project
Objectives: The component model is applied in the Unity3D
game development, which provides a scalableprogramming
architecture. A GameObject represents a game object,which
has the characteristics of a container. Accordingtotheneeds
of a game, many different components are added into a
GameObject. Programmers can create an emptyGameObject
with the information about position, rotation and scale ofan
object, and then add scripts or other components into it. In
order to facilitate the sametypeofgameobjectmanagement,
Unity3D affords the Prefab that is a technology like a
template. A script is a class controlling the behavior of a
game, which should inherit a base class called
MonoBehaviour.
Title: Bare-Handed 3D Drawing in Augmented Reality
Problem statement: To allow users to draw lines in3Dspace
Objectives:
Freehand: The Freehand technique allows the user to draw
continuously as directed by hand movements. To start a line
the user performs the air-tap gesture. The line is drawn
continuously at the index cursor position until the user
terminates the line by performing a second air-tap.
Tapline: The Tapline techniqueallowstheusertodrawa line
by specifying control points. Tapline seeks to accommodate
the design principle of Promote Spatial Awareness in
allowing the user to move and look around in between
designating control points. To add a control point, the user
directs the index cursor to the desiredlocationandperforms
an air-tap GoGo-Tapline: The GoGo-Tapline represents an
extension of the Tapline technique. The user places
sequential control points to construct a line as per Tapline.
However, the GoGo-Tapline control points are placed at the
GoGo-cursor position rather than at the index cursor.
3. Methodology
Problem statement: Develop a collaborative application for
users to overlay their virtual designs over the real-world
canvas and share it with others.
Objectives: Develop a mobile application that runs on
Android devices and lets the user draw on the world,
treating it as a canvas, implement real-time sync of the
drawing on all instances of the application running in the
same network room and provide a tool for creative content
producers to quickly sketch their ideas in3D spaces.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2556
Fig 1: System Architecture
The Architecture as shown in Fig.1 is composed of:
Host: The host is the one that starts a game by providing
name of the game, which is then made visible(listofservers)
to all the clients connected to the same network as the host
and looking to join a game. The host can start and can also
act as a client in a single-user environment.
Client: These are the remote clients connected to the same
network as that of the host. They have an option to join any
of the game hosted in the network from the ‘list of servers.
Unity Network: This is the module where process of
matchmaking occurs.
Anchor Creation: This is the module where the current
position of the host is created as an anchor and shared
among the clients.
AR Draw: This is the module where any user’s (host/client)
free hand drawing is rendered in 3D space and shared
among others.
Firebase: Firebase provides a real-time database and
backend as a service. The service provides application
developers an API that allows application data to be
synchronized across clients and stored on Firebase's cloud.
The System has the following modules:
Unity Network: Unity’s MultiplayerServiceistheeasiestway
to set up real-time, networked games for Unity. It’s fast to
implement and highly customizable. Unity-providedservers
and matchmaking services ensure that your players can
easily find and play with each other. Matchmaking:From the
lobby, players can choose to host and create a new room or
join an existing room. Every user is given a unique id with
which he is recognized on the network. Host also acts as
Local Client and Server. The multiplayer networking feature
includes services for players to play witheachotheroverthe
internet without needing a public IP address. Users can
create games, get lists of active games; and join and leave
games. When playing over the internet, network traffic goes
through a relay server hosted by Unityinthecloudinsteadof
directly between the clients. This avoids problems with
firewalls and NATs, allowing play from almost anywhere.
Anchor Creation: The steps for anchor creation are:
Step 1: When a host creates a new room, he has to scan the
environment to generate a SLAM map with generated point
cloud data.
Step 2: This SLAM map is then used to create an anchor
object on the host instance, which is then uploaded to the
firebase real-time database. Firebase real-time database is
an unstructured database where the user can uploaddataas
nodes in the form of a tree.
Step 3: This anchor object then has to be resolved on the
client instance of the application which join the same room
as host
AR Draw: This module works on creating line renderers in
the world space from the screen space coordinates of the
users touch on his mobile. This requirestheusertoprovidea
touch input and it translates the same into a 3d point in the
world space. The Graphics class allows drawing a mesh
directly without the overhead of creating game objects and
components to hold it. Since meshes are composed of
surfaces rather than lines or points, in 3D space a line is best
rendered as a very thin quad. A quad is described with 4
vertices, and usually we will only have the start and end
points and a width. First, you get the normal of the plane on
which both start and end vectors lie. This will be the plane
on which the line-quad will located. The cross product ofthe
normal and of the difference between end and start vectors
gives you the side vector (the “thin” side of the quad). It
needs to be normalized to make it a unit vector. Finally
calculate all 4 points of the rectangle by adding the side
vector multiplied by half width to both start and end points
in both directions. In the source code all this happens in
MakeQuad and AddLine methods.
4. Results and Discussion
Fig 2: Drawing 3D images
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2557
Fig 3: Viewing 3D spiral
Snapshots are shown in Fig. 2 and Fig. 3.
Performance Analysis: The application was developed on a
game engine called Unity3D. Testing is the process of
evaluating a system or its components with theintenttofind
whether it satisfies the specified requirements or not.
Unity3D provides a tool that helps evaluate the same. Unity
profiler is the tool which helps you analyze the performance
of the application. The Unity Profiler Window helps you to
optimize your game. It reports for you how much time is
spent in the various areas of your game. For example, it can
report the percentage of time spent rendering, animating or
in your game logic. It can be noticed that the major CPU
utilization is taken by the Camera. Renderer which is a total
of 71%. This is also the reason why AR applications drain so
much battery. Another measure of performance is Frame
Rate per Second (FPS). For most mobile applications
accepted FPS is 40-60 FPS. And the observed FPS of our
application is 45 FPS.
5. Conclusion and Future Scope
Conclusion: 3D drawing with augmented reality is a mobile
application for all content creators irrespective of the genre
they work in. It provides unique techniques of presenting
content and ideas. The application works on Android
leveraging the AR capabilities of AR Core. It is a real-time
multiplayer and allows two users to view content
simultaneously and updates thenewcontentgeneratedreal-
time.
Future Work: The degree of accuracy of re-localizing the
content placed on the world canvas can begreatlyimproved.
Technical limitationsarethereasonthiscouldn’tbeachieved
as of now. Volumetric training and point cloud data
classification can be added to the application. This would
eliminate the need to make a rest call to any cognitive
service and can be done locally.
REFERENCES
[1] J. Xie, "Research on key technologies baseUnity3Dgame
engine,", 7th International Conference on Computer
Science & Education (ICCSE), Melbourne, VIC, , pp. 695-
699, 2012
[2] A. R. Khairuddin, M. S. Talib and H. Haron, "Review on
simultaneous localization and mapping (SLAM)”, IEEE
International Conference on Control System,Computing
and Engineering (ICCSCE), George Town, pp. 85-90,
2015
[3] M Zamzami E Tarigan Jos, Jaya Ivan, Hardi Sri.
“Openlobby: an open game server for lobby and
matchmaking. Journal of Physics: Conference Series,
2018
[4] John J. Dudley, HendrikSchuff, Per Ola Kristensson,
“Bare-Handed 3D Drawing in Augmented Reality”,
Conference on Designing Interactive Systems 2018
[5] X. Gao, Q. Jia, H. Li and H. Guo, "Efficiently building 3D
line model with points", IEEE International Conference
on Image Processing (ICIP), Beijing, pp. 3605-3609,
2017.
[6] Yaun-Cou Cheng, Ju-Yi Lin, Chih-Wei Yi, Yu-Chee Tseng,
“AR-Based PositioningforMobiledevices”,International
conference on Parallel Processing, 2011
[7] Si Jung Jun Kim, “A User Trends in AR and VR Research,”
International Symposium on Ubiquitous VR, 2012.
[8] Li, W.-J., Yen, C., Lin, Y.-S., Tung, S.-C., & Huang, S,
“JustIoT Internet of Things based on the Firebase real-
time database”, IEEE International ConferenceonSmart
Manufacturing, Industrial & Logistics Engineering
(SMILE), 2018
[9] Wang, S., Mao, Z., Zeng, C., Gong, H., Li, S., & Chen, B., “A
new method of virtual reality based on Unity3D”, 18th
International Conference on Geoinformatics, 2010

Mais conteúdo relacionado

Mais procurados

Augmented Reality Application - Final Year Project
Augmented Reality Application - Final Year ProjectAugmented Reality Application - Final Year Project
Augmented Reality Application - Final Year ProjectYash Kaushik
 
AUGMENTED REALITY Documentation
AUGMENTED REALITY DocumentationAUGMENTED REALITY Documentation
AUGMENTED REALITY DocumentationVenu Gopal
 
Virtual Automation using Mixed Reality and Leap Motion Control
Virtual Automation using Mixed Reality and Leap Motion ControlVirtual Automation using Mixed Reality and Leap Motion Control
Virtual Automation using Mixed Reality and Leap Motion ControlIRJET Journal
 
Virtual reality
Virtual realityVirtual reality
Virtual realityMayurpa
 
Augmented Reality with Open Source Software
Augmented Reality with Open Source SoftwareAugmented Reality with Open Source Software
Augmented Reality with Open Source Softwarenobby
 
Engineering Seminar Report on Augmented Reality
Engineering Seminar Report on Augmented RealityEngineering Seminar Report on Augmented Reality
Engineering Seminar Report on Augmented RealityAyush Agarwal
 
Augmented Reality
Augmented RealityAugmented Reality
Augmented RealityKaviyaraj R
 
Augmented Reality Presentation
Augmented Reality PresentationAugmented Reality Presentation
Augmented Reality PresentationSJSU
 
Augmented Reality - A look before you leap
Augmented Reality - A look before you leapAugmented Reality - A look before you leap
Augmented Reality - A look before you leapGnana Sundar Rajendiran
 
Augmented Reality: Envisioning the Future of Tomorrow
Augmented Reality: Envisioning the Future of TomorrowAugmented Reality: Envisioning the Future of Tomorrow
Augmented Reality: Envisioning the Future of TomorrowAnna Harris
 
Augmented reality
Augmented reality Augmented reality
Augmented reality pneumonia
 
Business Perspective- Augmented Reality
Business Perspective- Augmented RealityBusiness Perspective- Augmented Reality
Business Perspective- Augmented Realityashua12
 
Augmented reality
Augmented realityAugmented reality
Augmented realityNitin Meena
 
Augmented Reality
Augmented RealityAugmented Reality
Augmented RealityRaj K
 

Mais procurados (20)

AUGMENTED REALITY
AUGMENTED REALITYAUGMENTED REALITY
AUGMENTED REALITY
 
Augmented Reality
Augmented RealityAugmented Reality
Augmented Reality
 
Augmented Reality Application - Final Year Project
Augmented Reality Application - Final Year ProjectAugmented Reality Application - Final Year Project
Augmented Reality Application - Final Year Project
 
AUGMENTED REALITY Documentation
AUGMENTED REALITY DocumentationAUGMENTED REALITY Documentation
AUGMENTED REALITY Documentation
 
Virtual Automation using Mixed Reality and Leap Motion Control
Virtual Automation using Mixed Reality and Leap Motion ControlVirtual Automation using Mixed Reality and Leap Motion Control
Virtual Automation using Mixed Reality and Leap Motion Control
 
Virtual reality
Virtual realityVirtual reality
Virtual reality
 
Augmented Reality with Open Source Software
Augmented Reality with Open Source SoftwareAugmented Reality with Open Source Software
Augmented Reality with Open Source Software
 
Ijetcas16 208
Ijetcas16 208Ijetcas16 208
Ijetcas16 208
 
Engineering Seminar Report on Augmented Reality
Engineering Seminar Report on Augmented RealityEngineering Seminar Report on Augmented Reality
Engineering Seminar Report on Augmented Reality
 
Augmented Reality
Augmented RealityAugmented Reality
Augmented Reality
 
Augmented Reality Presentation
Augmented Reality PresentationAugmented Reality Presentation
Augmented Reality Presentation
 
Augmented Reality - A look before you leap
Augmented Reality - A look before you leapAugmented Reality - A look before you leap
Augmented Reality - A look before you leap
 
Augmented Reality: Envisioning the Future of Tomorrow
Augmented Reality: Envisioning the Future of TomorrowAugmented Reality: Envisioning the Future of Tomorrow
Augmented Reality: Envisioning the Future of Tomorrow
 
Augmented reality
Augmented reality Augmented reality
Augmented reality
 
Augmented reality
Augmented realityAugmented reality
Augmented reality
 
Augmented reality
Augmented realityAugmented reality
Augmented reality
 
Augmented reality
Augmented reality Augmented reality
Augmented reality
 
Business Perspective- Augmented Reality
Business Perspective- Augmented RealityBusiness Perspective- Augmented Reality
Business Perspective- Augmented Reality
 
Augmented reality
Augmented realityAugmented reality
Augmented reality
 
Augmented Reality
Augmented RealityAugmented Reality
Augmented Reality
 

Semelhante a IRJET- 3D Drawing with Augmented Reality

Augmented Reality In Environment
Augmented Reality In EnvironmentAugmented Reality In Environment
Augmented Reality In EnvironmentAmanda Summers
 
IRJET-Space Invaders: An Educational Game in Virtual Reality
IRJET-Space Invaders: An Educational Game in Virtual RealityIRJET-Space Invaders: An Educational Game in Virtual Reality
IRJET-Space Invaders: An Educational Game in Virtual RealityIRJET Journal
 
IRJET- Augmented Reality in Interior Design
IRJET- Augmented Reality in Interior DesignIRJET- Augmented Reality in Interior Design
IRJET- Augmented Reality in Interior DesignIRJET Journal
 
AbstractThis work presents the design and implementation of an.docx
AbstractThis work presents the design and implementation of an.docxAbstractThis work presents the design and implementation of an.docx
AbstractThis work presents the design and implementation of an.docxbartholomeocoombs
 
SPATIAL COMPUTING SPATIAL COMPUTING SPATIAL
SPATIAL COMPUTING SPATIAL COMPUTING SPATIALSPATIAL COMPUTING SPATIAL COMPUTING SPATIAL
SPATIAL COMPUTING SPATIAL COMPUTING SPATIAL21EC25ManobalanB1d
 
IRJET- Deep Dive into Augmented Reality
IRJET-  	  Deep Dive into Augmented RealityIRJET-  	  Deep Dive into Augmented Reality
IRJET- Deep Dive into Augmented RealityIRJET Journal
 
Quantify Measure App Project concept presentation
Quantify Measure App Project concept presentationQuantify Measure App Project concept presentation
Quantify Measure App Project concept presentationAsheeshK
 
Augmented Reality in Medical Education
Augmented Reality in Medical EducationAugmented Reality in Medical Education
Augmented Reality in Medical EducationIRJET Journal
 
COMUTER GRAPHICS NOTES
COMUTER GRAPHICS NOTESCOMUTER GRAPHICS NOTES
COMUTER GRAPHICS NOTESho58
 
Augmented reality
Augmented reality Augmented reality
Augmented reality vivekuniyal
 
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)Interior Designing Mobile Application based on Markerless Augmented Reality (AR)
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)IRJET Journal
 
INTERACTIVE EDUCATION USING AUGMENTED REALITY THROUGH HANDHELD DEVICES
INTERACTIVE EDUCATION USING AUGMENTED REALITY THROUGH HANDHELD DEVICESINTERACTIVE EDUCATION USING AUGMENTED REALITY THROUGH HANDHELD DEVICES
INTERACTIVE EDUCATION USING AUGMENTED REALITY THROUGH HANDHELD DEVICESIRJET Journal
 
Augmented reality
Augmented realityAugmented reality
Augmented realityvivekuniyal
 
IRJET-Peerless Home Area Network for Guesstimating in Smart Grid
IRJET-Peerless Home Area Network for Guesstimating in Smart GridIRJET-Peerless Home Area Network for Guesstimating in Smart Grid
IRJET-Peerless Home Area Network for Guesstimating in Smart GridIRJET Journal
 
An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...eSAT Journals
 
An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...eSAT Publishing House
 

Semelhante a IRJET- 3D Drawing with Augmented Reality (20)

20n05a0418 ppt.pptx
20n05a0418 ppt.pptx20n05a0418 ppt.pptx
20n05a0418 ppt.pptx
 
Augmented Reality In Environment
Augmented Reality In EnvironmentAugmented Reality In Environment
Augmented Reality In Environment
 
IRJET-Space Invaders: An Educational Game in Virtual Reality
IRJET-Space Invaders: An Educational Game in Virtual RealityIRJET-Space Invaders: An Educational Game in Virtual Reality
IRJET-Space Invaders: An Educational Game in Virtual Reality
 
IRJET- Augmented Reality in Interior Design
IRJET- Augmented Reality in Interior DesignIRJET- Augmented Reality in Interior Design
IRJET- Augmented Reality in Interior Design
 
CMPE- 280-Research_paper
CMPE- 280-Research_paperCMPE- 280-Research_paper
CMPE- 280-Research_paper
 
AbstractThis work presents the design and implementation of an.docx
AbstractThis work presents the design and implementation of an.docxAbstractThis work presents the design and implementation of an.docx
AbstractThis work presents the design and implementation of an.docx
 
SPATIAL COMPUTING SPATIAL COMPUTING SPATIAL
SPATIAL COMPUTING SPATIAL COMPUTING SPATIALSPATIAL COMPUTING SPATIAL COMPUTING SPATIAL
SPATIAL COMPUTING SPATIAL COMPUTING SPATIAL
 
IRJET- Deep Dive into Augmented Reality
IRJET-  	  Deep Dive into Augmented RealityIRJET-  	  Deep Dive into Augmented Reality
IRJET- Deep Dive into Augmented Reality
 
Quantify Measure App Project concept presentation
Quantify Measure App Project concept presentationQuantify Measure App Project concept presentation
Quantify Measure App Project concept presentation
 
Augmented Reality in Medical Education
Augmented Reality in Medical EducationAugmented Reality in Medical Education
Augmented Reality in Medical Education
 
Virtual Reality
Virtual RealityVirtual Reality
Virtual Reality
 
Cg notes
Cg notesCg notes
Cg notes
 
COMUTER GRAPHICS NOTES
COMUTER GRAPHICS NOTESCOMUTER GRAPHICS NOTES
COMUTER GRAPHICS NOTES
 
Augmented reality
Augmented reality Augmented reality
Augmented reality
 
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)Interior Designing Mobile Application based on Markerless Augmented Reality (AR)
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)
 
INTERACTIVE EDUCATION USING AUGMENTED REALITY THROUGH HANDHELD DEVICES
INTERACTIVE EDUCATION USING AUGMENTED REALITY THROUGH HANDHELD DEVICESINTERACTIVE EDUCATION USING AUGMENTED REALITY THROUGH HANDHELD DEVICES
INTERACTIVE EDUCATION USING AUGMENTED REALITY THROUGH HANDHELD DEVICES
 
Augmented reality
Augmented realityAugmented reality
Augmented reality
 
IRJET-Peerless Home Area Network for Guesstimating in Smart Grid
IRJET-Peerless Home Area Network for Guesstimating in Smart GridIRJET-Peerless Home Area Network for Guesstimating in Smart Grid
IRJET-Peerless Home Area Network for Guesstimating in Smart Grid
 
An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...
 
An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...
 

Mais de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Mais de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 

Último (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 

IRJET- 3D Drawing with Augmented Reality

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2554 3D Drawing with Augmented Reality Sharanya M1, Sucheta Kolur1, Sowmyashree B V1, Sharadhi L1, Bhanushree K J2 1Department of Computer Science & Engineering, Bangalore Institute of Technology, Visvesvaraya Technological University, Bangalore, India 2Professor, Department of Computer Science & Engineering, Bangalore Institute of Technology, Visvesvaraya Technological University, Bangalore, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - 3D Drawing with Augmented Reality has been developed to bridge the gap in communicating a concept or presenting an idea in the real-world space. Such ideas when presented on paper would require the designer to empathize with the user and have a fair assumption that the idea would need to be imagined just as done by the creator. It allows content creators to draw in the air, treating the world as their canvas. A connection is established between the users to view each other’s drawings or notes in the 3D space. This requires the users to be on the same network. This application is going to help content creators a great deal in helping them present their ideas better. It is also going to replace sticky notes and other messages on paper with messagesleftinairontheworld canvas. This can also act as a doodling app where users draw lines or doodles in the 3D space in air. Key Words: Augmented Reality, 3D Drawing, Unity 3D, ARCore, Point Clouds 1. INTRODUCTION Virtual reality is a completely computer-generated simulation where the entire view is virtual. This means that one can manipulate this virtual world to whatever they would like it to be and produce some really amazing things. Since Virtual Reality applications are compute intensive, a parallel domain called AugmentedRealitygainedpopularity. Augmented reality (AR)isan interactive experienceofa real- world environment where the objects that resideinthe real- world are enhanced by computer-generated perceptual information, sometimes across multiple sensory modalities. Augmented reality is used to enhance natural environments or situations and offer perceptually enriched experiences. With the help of advanced AR technologies (e.g. adding computer vision and object recognition) the information about the surrounding real world of the user becomes interactive and digitally manipulatable. Information about the environment and its objects is overlaidonthe real world. This information can be virtual or real, e.g. seeing other real sensed or measured information such as electromagnetic radio waves overlaid in exact alignment with where they actually are in space. Augmented reality also has a lot of potential in the gathering and sharing of tacit knowledge. Augmentation techniques are typically performed in real time and in semantic context with environmental elements. Immersive perceptual information is sometimes combined with supplemental information like scores over a live video feed of a sporting event. This combines the benefits of both augmented reality technology and heads up display technology (HUD). In Augmented Reality, thecomputeruses sensors and algorithms to determine the position and orientation of a camera. AR technology then renders the 3D graphics as they would appear from the viewpoint of the camera,superimposingthecomputer-generatedimagesover a user’s view of the real world. Solutions which allowing humans to explore fully immersive computer-generated worlds (in VR), and overlay computer graphics onto our view of our immediate environment (AR) are both increasingly being adopted in both entertainment and industry. Over the next year, both VR and AR applications will become increasingly sophisticated, as devicesgetmorepowerful and capable of creating higher qualityvisuals.Ourunderstanding of how humans can usefully navigate and interact within virtual or augmented environments will also evolve, leading to the creation of more methods of interactingandexploring virtual space. • Wearable: Although augmented reality technology designed exclusively for mobile devices can certainly provide users with exciting, unique experiences, these devices place certain limits on the quality of those experiences. • Improved Tracking: Augmented reality software must achieve a difficult goal: tracking objects inthereal worldand seamlessly presenting an AR experience to the user. The more objects, software can track the more options AR development teams have. • Moving Away from Markers: Currently,thevastmajorityof AR products use markers to trigger AR experiences. However, developers for augmented reality products want the ability to use targets that can shift due to real-world variables. 3D drawing with augmented reality provides a platform for the user to treat the world as a canvasanddrawanywhere in air. 3D drawing with augmentedrealityletsmultipleusers to draw on a common real-worldlocationatthesametimewith real-time display of each other’s work. Rest of the paper is organized as follows, Section I contains the introduction of Augmented Reality and 3D drawing with
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2555 AR , Section II contain the related work of Unity 3D, SLAM, HCI, OpenLobby and Bare-Handed 3D Drawing in Augmented Reality, Section III contains design and techniques used, Section IV describesresultsanddiscussion, and Section V concludes research work with future directions. 2. Related Work Title: Review on simultaneous localization and mapping (SLAM) Problem statement: To convert data fromthesensorreading into SLAM Map based on the results obtains in mapping and localization Objectives: Mapping (Environment Representation): Mapping gives capabilities for mobile robot to generate a map of the environment using the hardware sensor to receive the data of the environment. Localization (Location Estimation): Localization is one of the SLAM features as the mobile robot able to calculate and estimate landmark position and mobile robot trajectory based on thegenerated map from the mapping process. Title: Human Computer Interface- Augmented Reality Problem statement: To convert text, voice, sensor readings and gestures into a virtual experience to create man- machine interaction Objectives: The input given to Human ComputerInteraction (HCI) module is text, voice, sensor readings and gestures (hand or head movements). The HCI module, has different modes like, Information visualization, Internet of things, augmented reality, Virtual reality. Finally, it providesvirtual experience and a sophisticated man-machine interaction Title: Openlobby: an open game server for lobby and matchmaking Problem statement: The web server is responsible in receiving and processing requestfromclientandsending the appropriate response to client. Objectives: The first basic function of the server is to register a new player who would like to join a multiplayer game session. When a client is requesting to join a multiplayer game, it sends a request to join to the server. The server is then kept the basic information related to the request such as request arrival time and client's IP address. The second basic function is to inform the clientwhetherthe client has been joined to a multiplayer session. Our system follows a pull-notification method to perform this function; clients send a request to get the update from the server. The third function is to update theplayer'sinformationrelatedto the game such as score, win/lose, rank, etc. This information is sent after a multiplayer session has completed. Title: Research on key technologies base Unity3D game engine Problem statement: Understanding hierarchyfororganizing objects in Unity3D game project Objectives: The component model is applied in the Unity3D game development, which provides a scalableprogramming architecture. A GameObject represents a game object,which has the characteristics of a container. Accordingtotheneeds of a game, many different components are added into a GameObject. Programmers can create an emptyGameObject with the information about position, rotation and scale ofan object, and then add scripts or other components into it. In order to facilitate the sametypeofgameobjectmanagement, Unity3D affords the Prefab that is a technology like a template. A script is a class controlling the behavior of a game, which should inherit a base class called MonoBehaviour. Title: Bare-Handed 3D Drawing in Augmented Reality Problem statement: To allow users to draw lines in3Dspace Objectives: Freehand: The Freehand technique allows the user to draw continuously as directed by hand movements. To start a line the user performs the air-tap gesture. The line is drawn continuously at the index cursor position until the user terminates the line by performing a second air-tap. Tapline: The Tapline techniqueallowstheusertodrawa line by specifying control points. Tapline seeks to accommodate the design principle of Promote Spatial Awareness in allowing the user to move and look around in between designating control points. To add a control point, the user directs the index cursor to the desiredlocationandperforms an air-tap GoGo-Tapline: The GoGo-Tapline represents an extension of the Tapline technique. The user places sequential control points to construct a line as per Tapline. However, the GoGo-Tapline control points are placed at the GoGo-cursor position rather than at the index cursor. 3. Methodology Problem statement: Develop a collaborative application for users to overlay their virtual designs over the real-world canvas and share it with others. Objectives: Develop a mobile application that runs on Android devices and lets the user draw on the world, treating it as a canvas, implement real-time sync of the drawing on all instances of the application running in the same network room and provide a tool for creative content producers to quickly sketch their ideas in3D spaces.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2556 Fig 1: System Architecture The Architecture as shown in Fig.1 is composed of: Host: The host is the one that starts a game by providing name of the game, which is then made visible(listofservers) to all the clients connected to the same network as the host and looking to join a game. The host can start and can also act as a client in a single-user environment. Client: These are the remote clients connected to the same network as that of the host. They have an option to join any of the game hosted in the network from the ‘list of servers. Unity Network: This is the module where process of matchmaking occurs. Anchor Creation: This is the module where the current position of the host is created as an anchor and shared among the clients. AR Draw: This is the module where any user’s (host/client) free hand drawing is rendered in 3D space and shared among others. Firebase: Firebase provides a real-time database and backend as a service. The service provides application developers an API that allows application data to be synchronized across clients and stored on Firebase's cloud. The System has the following modules: Unity Network: Unity’s MultiplayerServiceistheeasiestway to set up real-time, networked games for Unity. It’s fast to implement and highly customizable. Unity-providedservers and matchmaking services ensure that your players can easily find and play with each other. Matchmaking:From the lobby, players can choose to host and create a new room or join an existing room. Every user is given a unique id with which he is recognized on the network. Host also acts as Local Client and Server. The multiplayer networking feature includes services for players to play witheachotheroverthe internet without needing a public IP address. Users can create games, get lists of active games; and join and leave games. When playing over the internet, network traffic goes through a relay server hosted by Unityinthecloudinsteadof directly between the clients. This avoids problems with firewalls and NATs, allowing play from almost anywhere. Anchor Creation: The steps for anchor creation are: Step 1: When a host creates a new room, he has to scan the environment to generate a SLAM map with generated point cloud data. Step 2: This SLAM map is then used to create an anchor object on the host instance, which is then uploaded to the firebase real-time database. Firebase real-time database is an unstructured database where the user can uploaddataas nodes in the form of a tree. Step 3: This anchor object then has to be resolved on the client instance of the application which join the same room as host AR Draw: This module works on creating line renderers in the world space from the screen space coordinates of the users touch on his mobile. This requirestheusertoprovidea touch input and it translates the same into a 3d point in the world space. The Graphics class allows drawing a mesh directly without the overhead of creating game objects and components to hold it. Since meshes are composed of surfaces rather than lines or points, in 3D space a line is best rendered as a very thin quad. A quad is described with 4 vertices, and usually we will only have the start and end points and a width. First, you get the normal of the plane on which both start and end vectors lie. This will be the plane on which the line-quad will located. The cross product ofthe normal and of the difference between end and start vectors gives you the side vector (the “thin” side of the quad). It needs to be normalized to make it a unit vector. Finally calculate all 4 points of the rectangle by adding the side vector multiplied by half width to both start and end points in both directions. In the source code all this happens in MakeQuad and AddLine methods. 4. Results and Discussion Fig 2: Drawing 3D images
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2557 Fig 3: Viewing 3D spiral Snapshots are shown in Fig. 2 and Fig. 3. Performance Analysis: The application was developed on a game engine called Unity3D. Testing is the process of evaluating a system or its components with theintenttofind whether it satisfies the specified requirements or not. Unity3D provides a tool that helps evaluate the same. Unity profiler is the tool which helps you analyze the performance of the application. The Unity Profiler Window helps you to optimize your game. It reports for you how much time is spent in the various areas of your game. For example, it can report the percentage of time spent rendering, animating or in your game logic. It can be noticed that the major CPU utilization is taken by the Camera. Renderer which is a total of 71%. This is also the reason why AR applications drain so much battery. Another measure of performance is Frame Rate per Second (FPS). For most mobile applications accepted FPS is 40-60 FPS. And the observed FPS of our application is 45 FPS. 5. Conclusion and Future Scope Conclusion: 3D drawing with augmented reality is a mobile application for all content creators irrespective of the genre they work in. It provides unique techniques of presenting content and ideas. The application works on Android leveraging the AR capabilities of AR Core. It is a real-time multiplayer and allows two users to view content simultaneously and updates thenewcontentgeneratedreal- time. Future Work: The degree of accuracy of re-localizing the content placed on the world canvas can begreatlyimproved. Technical limitationsarethereasonthiscouldn’tbeachieved as of now. Volumetric training and point cloud data classification can be added to the application. This would eliminate the need to make a rest call to any cognitive service and can be done locally. REFERENCES [1] J. Xie, "Research on key technologies baseUnity3Dgame engine,", 7th International Conference on Computer Science & Education (ICCSE), Melbourne, VIC, , pp. 695- 699, 2012 [2] A. R. Khairuddin, M. S. Talib and H. Haron, "Review on simultaneous localization and mapping (SLAM)”, IEEE International Conference on Control System,Computing and Engineering (ICCSCE), George Town, pp. 85-90, 2015 [3] M Zamzami E Tarigan Jos, Jaya Ivan, Hardi Sri. “Openlobby: an open game server for lobby and matchmaking. Journal of Physics: Conference Series, 2018 [4] John J. Dudley, HendrikSchuff, Per Ola Kristensson, “Bare-Handed 3D Drawing in Augmented Reality”, Conference on Designing Interactive Systems 2018 [5] X. Gao, Q. Jia, H. Li and H. Guo, "Efficiently building 3D line model with points", IEEE International Conference on Image Processing (ICIP), Beijing, pp. 3605-3609, 2017. [6] Yaun-Cou Cheng, Ju-Yi Lin, Chih-Wei Yi, Yu-Chee Tseng, “AR-Based PositioningforMobiledevices”,International conference on Parallel Processing, 2011 [7] Si Jung Jun Kim, “A User Trends in AR and VR Research,” International Symposium on Ubiquitous VR, 2012. [8] Li, W.-J., Yen, C., Lin, Y.-S., Tung, S.-C., & Huang, S, “JustIoT Internet of Things based on the Firebase real- time database”, IEEE International ConferenceonSmart Manufacturing, Industrial & Logistics Engineering (SMILE), 2018 [9] Wang, S., Mao, Z., Zeng, C., Gong, H., Li, S., & Chen, B., “A new method of virtual reality based on Unity3D”, 18th International Conference on Geoinformatics, 2010