Augmented Reality SDK Introduction

Slides:



Advertisements
Similar presentations
Presenter: Brittany Hebert Undergraduate Student Involvement: Bradley Jouty Faculty Advisor: Dr. Carolina Cruz-Neira Industry Supervisor: Donald Gremillion.
Advertisements

T1.1- Analysis of acceleration opportunities and virtualization requirements in industrial applications Bologna, April 2012 UNIBO.
ARIS The Augmented Rea l ity Studio. Outline  Background  Problem definition  Proposed solution  System design  Functionalities  Comparison with.
Parallel Tracking and Mapping for Small AR Workspaces Vision Seminar
Richard Yu.  Present view of the world that is: Enhanced by computers Mix real and virtual sensory input  Most common AR is visual Mixed reality virtual.
1 Mobile Computing Background Copyright 2014 by Janson Industries Can be viewed at:
BY: TAYLOR APPLEYARD DIG4104c: Student Talk Wikitude: Augmented Reality.
Augmented Reality COMP 1701 Nicholas Alberts. What is Augmented Reality? Augmented reality is a combination of a real life scene from a person, and a.
Augmented Reality Jamie Schram Tylar Robison James Miller James Duke.
Visual Odometry for Ground Vehicle Applications David Nister, Oleg Naroditsky, James Bergen Sarnoff Corporation, CN5300 Princeton, NJ CPSC 643, Presentation.
Augmented Reality “It’s Like Real Life…. But Better!” Kellie Gerson.
FYP Project LYU0303: 1 Video Object Tracking and Replacement for Post TV Production.
Cosc 5/4730 Augmented Reality. What is Augmented Reality? Generally: – Using a phone/tablet/glasses/smartwatch/etc – And one more “sensors” GPS – Location.
Satellites in Our Pockets: An Object Positioning System using Smartphones Justin Manweiler, Puneet Jain, Romit Roy Choudhury TsungYun
Video Eyewear for Augmented Reality Presenter: Manjul Sharma Supervisor: Paul Calder.
Augmented Reality New Trend in Education Adoracion C. Cunanan Presenter.
GIP: Computer Graphics & Image Processing 1 1 Medical Image Processing & 3D Modeling.
1 Registration algorithm based on image matching for outdoor AR system with fixed viewing position IEE Proc.-Vis. Image Signal Process., Vol. 153, No.
Augmented Reality and 3D modelling By Stafford Joemat Supervised by Mr James Connan.
Video Eyewear for Augmented Reality Presenter: Manjul Sharma Supervisor: Paul Calder.
Maxwell Hinson Jhon Faghih-Nassiri Lucas Buckland Andy Chou JiCheng Huang Project Lead, Databases User Experience Graphics/Rendering Facebook Integration.
Augmented reality(AR) 王佩怡 唐馨.
CONTENT 1. Introduction to Kinect 2. Some Libraries for Kinect 3. Implement 4. Conclusion & Future works 1.
Pervasive Gaming with Mobile Devices Prepared By: Karnung Liang Project Supervisor: Dr Brett Wilkinson.
AUGMENTED AND VISUAL REALITY. WHAT IS AUGMENTED AND VISUAL REALITY?
Human Factors in Mobile Computing By: Ed Leland EEL
Markerless Augmented Reality Platform Design and Verification of Tracking Technologies Author:J.M. Zhong Date: Speaker:Sian-Lin Hong.
CONTENT FOCUS FOCUS INTRODUCTION INTRODUCTION COMPONENTS COMPONENTS TYPES OF GESTURES TYPES OF GESTURES ADVANTAGES ADVANTAGES CHALLENGES CHALLENGES REFERENCE.
VR Final Project AR Shooting Game
Window Shopper Presented By: Mohammad Harris Samee Solangi Maria Fatima Muhammad Saad Khan Supervised By : Dr. Muhammad Sarim.
Augmented Reality Brianne Schultz, Brianna Schneider, Briana Burdick, Katie Dahly, Rachel Bartholmy.
Software Engineering and Mobile Apps COM Presentation.
Capstone Design Project - 1 / 11 Project Proposal ● Built-up-type RC car with augmented reality 정윤용 ( , ) 이석동 ( , )
Capstone Design Project - 1 / 13 Rubik’s cube solver by AR Project Proposal Team Mojojojo Kim Dong Hwi Cho Min Ji Yoon Ji Young
MOBILE CAMPUS NAVIGATION APPLICATION WITH AUGMENTED REALITY GROUP - 20.
DIGITECH OFFICE MIX By Lachlan Thurecht. WHAT IS AUGMENTED REALITY? In this section, you need to have at least 5 dot points that explain the concept of.
OFFICE MIX TEMPLATE 1.Replace the text on this page with your own title and subtitle 2.Choose a design from the ‘Design’ menu.
BeNeFri University Vision assistance for people with serious sight problems Moreno Colombo Marin Tomić Future User Interfaces, BeNeFri University.
AUGMENTED REALITY VIJAY COLLEGE OF ENGG. FOR WOMEN PRESENTED BY…….
LocusEngine APPLICATIONS
Augmented Reality/ Virtual Reality
CS 4501: Introduction to Computer Vision Augmented and Virtual Reality
A brief introduction of experience of K-Sky Limited
Augmented Reality (擴增實境)
Introduction Abbreviations: VRTECH
Implementing Localization
Sishir Giri INDEPENDENT PROJECT
Google Cardboard.
Introduction Abbreviations: VRTECH
Augmented Reality And Virtual Reality.
Development-Introduction
Discover new technology
for Display Antique and Art Object Information
What is Augmented Reality?
Augmented Reality By: Erica Baas.
- A new medium for social table top gaming? -
Furniture Assembly using Augmented Reality
CAPTURING OF MOVEMENT DURING MUSIC PERFORMANCE
Augmented Reality & Virtual Reality An Escape into the World of Fantasy According to research, by 2020 AR/VR market could hit $ 150 Billion. Both Google.
Advanced Chatting App Development Company
WELCOME TO Brossard Design. ABOUT US Brossard Design is Custom software, Mobile Development Company in Toronto & Montreal. We create mobile apps of any.
Abhishek P, S3 ECE, Roll No : 3
Review on Smart Solutions for People with Visual Impairment
Sophisticated Mobile Application using Augmented reality Technology
An Introduction of Marker and Markerless In AR
Developing for Glass.
Natural User Interaction with Perceptual Computing
Android Sensor Programming
Presentation transcript:

Augmented Reality SDK Introduction 606410108 伍紹鈞

What is Augmented Reality? Augmented reality(AR) is a field of computer research which deals with the combination of real-world and virtual object.

Vuforia Vuforia is one of the most popular platforms to help you work with augmented reality development. Vuforia can recognition many kind of makers: 3D objects, Images, Cylinders, Text, and VuMarks. Supported platforms: Android, iOS, UWP, and Unity.

Wikitude Wikitude is a mobile augmented reality technology provider based in Salzburg, Austria. Wikitude implements simultaneous localization and mapping (SLAM) technology to instantly track the world without markers. Supported platforms: Android, iOS, Smart Glasses, and Unity.

ARCore ARCore is a platform, developed by Google, for building augmented reality apps on Android. ARCore use concurrent odometry and mapping (COM) technology to understand where the phone is relative to the world around it. ARCore can detect planes and the lighting of its environment. Supported platforms: Android, Android Studio, Unreal, and Unity.

ARKit ARKit is a platform, developed by Apple, for building augmented reality apps on IOS. ARKit uses Visual Inertial Odometry (VIO) technology to accurately track the world around it. ARKit also detect horizontal planes, and estimate the lighting of its environment using camera sensor. Supported platforms: IOS.

Summary The above introduces some of the latest AR SDKs. The latest technology focuses on environmental perception to render virtual objects more realistic. Some positioning technology are propose to improve the tracking function.