Vuforia Augmented Reality SDK: Difference between revisions

Content deleted Content added
FrescoBot (talk | contribs)
m Bot: link syntax/spacing and minor changes
m General Fixes using AWB
Line 1:
{{refimprove|date=June 2012}}
'''Vuforia''' is an Augmented Reality Software Development Kit (SDK) for mobile devices that enables the creation of [[Augmented Reality]] applications.<ref>{{cite web | url=https://developer.qualcomm.com/develop/mobile-technologies/augmented-reality | title=Augmented Reality (Vuforia) | work=Qualcomm Developer Network}}</ref> It uses Computer Vision technology to recognize and track planar images (Image Targets) and simple 3D objects, such as boxes, in real-time. This image registration capability enables developers to position and orient [[Virtualvirtual object|virtual objects]]s, such as [[3D modeling|3D models]] and other media, in relation to real world images when these are viewed through the camera of a mobile device. The virtual object then tracks the position and orientation of the image in real-time so that the viewer’s [[Perspective (visual)|perspective]] on the object corresponds with their perspective on the Image Target, so that it appears that the virtual object is a part of the real world scene.
 
The Vuforia SDK supports a variety of 2D and 3D target types including ‘markerless’ Image Targets, 3D Multi-Target configurations, and a form of addressable Fiduciary Marker known as a Frame Marker. Additional features of the SDK include localized Occlusion Detection using ‘Virtual Buttons’, runtime image target selection, and the ability to create and reconfigure target sets programmatically at [[Runtime code generation|runtime]].<ref>{{cite web | url=https://developer.vuforia.com/resources/dev-guide/getting-started | title=Developing with Vuforia | work=Vuforia Developer}}</ref>
 
Vuforia provides [[Application Programming Interface]]s (API) in [[C++]], [[Java (programming language)|Java]], [[Objective-C]], and the [[.NET Framework|.Net]] languages through an extension to the [[Unity game engine]].<ref>{{cite web | url=https://developer.vuforia.com/resources/api/index | title=Vuforia SDK Native - Android & iOS API Reference | work=Vuforia Developer}}</ref> In this way, the SDK supports both native development for iOS and Android while also enabling the development of AR applications in Unity that are easily portable to both platforms. AR applications developed using Vuforia are therefore compatible with a broad range of mobile devices including the [[iPhone]] ( [[IPhone 4|4]]/[[IPhone 4S|4S]] ), [[iPad]], and [[Android phone|Android phones]]s and tablets running [[Android OS]] version 2.2 or greater and an [[ARMv6]] or 7 processor with FPU ([[Floating Point Unit]]) processing capabilities.
 
==References==
{{reflist}}
{{software-stub}}
 
[[Category:Augmented reality applications]]
[[Category:Software development kits]]
 
 
{{software-stub}}