|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn864382193 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
131129s2013 enk ob 001 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d EBLCP
|d MHW
|d YDXCP
|d E7B
|d UMI
|d MEAUC
|d OCLCQ
|d N$T
|d DEBBG
|d DEBSZ
|d OCLCQ
|d OCLCO
|d OCLCF
|d OCLCQ
|d TEFOD
|d AGLDB
|d ICA
|d N$T
|d OCL
|d ZCU
|d MERUC
|d OCLCQ
|d D6H
|d OCLCQ
|d OCLCO
|d VTS
|d ICG
|d NLE
|d NTG
|d OCLCQ
|d OCLCO
|d UKMGB
|d STF
|d DKC
|d OCLCQ
|d UKAHL
|d OCLCQ
|d OCLCO
|d OCLCQ
|d AJS
|d OCLCO
|d OCLCQ
|d TOH
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB728617
|2 bnb
|
016 |
7 |
|
|a 018005457
|2 Uk
|
019 |
|
|
|a 869377776
|a 1064594897
|
020 |
|
|
|a 9781782168560
|q (electronic bk.)
|
020 |
|
|
|a 1782168567
|q (electronic bk.)
|
020 |
|
|
|a 1306157889
|q (electronic bk.)
|
020 |
|
|
|a 9781306157889
|q (electronic bk.)
|
020 |
|
|
|z 1782168559
|
020 |
|
|
|z 9781782168553
|
029 |
1 |
|
|a CHNEW
|b 000637132
|
029 |
1 |
|
|a CHNEW
|b 000898861
|
029 |
1 |
|
|a CHVBK
|b 311607993
|
029 |
1 |
|
|a CHVBK
|b 403387191
|
029 |
1 |
|
|a DEBBG
|b BV041778657
|
029 |
1 |
|
|a DEBBG
|b BV044063261
|
029 |
1 |
|
|a DEBSZ
|b 404331505
|
029 |
1 |
|
|a DEBSZ
|b 40551297X
|
029 |
1 |
|
|a DEBSZ
|b 493133518
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:999940737905765
|
029 |
1 |
|
|a UKMGB
|b 018005457
|
035 |
|
|
|a (OCoLC)864382193
|z (OCoLC)869377776
|z (OCoLC)1064594897
|
037 |
|
|
|a F47393C8-6639-4A24-83CF-657BE1CB5050
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.76 .A65
|
072 |
|
7 |
|a COM
|x 051370
|2 bisacsh
|
082 |
0 |
4 |
|a 005.265
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Grubert, Jens,
|e author.
|
245 |
1 |
0 |
|a Augmented reality for randroid application development :
|b learn how to develop advanced augmented reality applications for android /
|c Jens Grubert, Dr. Raphael Grasset.
|
260 |
|
|
|a Birmingham, UK :
|b Packt Publishing,
|c 2013.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a A step-by-step tutorial-based guide aimed at giving you hands-on practical experience to develop AR applications for Android. Augmented Reality for Android Application Development is for Android mobile application developers who are familiar with Android Development Tools and deployment, JMonkeyEngine, and the Vuforia SDK.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Augmented Reality Concepts and Tools; A quick overview of AR concepts; Sensory augmentation; Displays; Registration in 3D; Interaction with the environment; Choose your style -- sensor-based and computer vision-based AR; Sensor-based AR; Computer vision-based AR; AR architecture concepts; AR software components; AR control flow; System requirements for development and deployment; Installing the Android Developer Tools Bundle and the Android NDK.
|
505 |
8 |
|
|a Installation of JMonkeyEngineInstallation of Vuforia; Which Android devices to use; Summary; Chapter 2: Viewing the World; Understanding the camera; Camera characteristics; Camera versus screen characteristics; Accessing the camera in Android; Creating an Eclipse project; Permissions in the Android manifest; Creating an activity that displays the camera; Setting camera parameters; Creating SurfaceView; Live camera view in JME; Creating the JME activity; Creating the JME application; Summary; Chapter 3: Superimposing the World; The building blocks of 3D rendering.
|
505 |
8 |
|
|a Real camera and virtual cameraCamera parameters (intrinsic orientation); Using the scenegraph to overlay a 3D model onto the camera view; Improving the overlay; Summary; Chapter 4: Locating in the World; Knowing where you are -- handling GPS; GPS and GNSS; JME and GPS -- tracking the location of your device; Knowing where you look -- handling inertial sensors; Understanding sensors; Sensors in JME; Improving orientation tracking -- handling sensor fusion; Sensor fusion in a nutshell; Sensor fusion in JME; Getting content for your AR browser -- the Google Place API.
|
505 |
8 |
|
|a Query for POIs around your current locationParsing the Google Places results; Summary; Chapter 5: Same as Hollywood -- Virtual on Physical Objects; Introduction to computer vision-based tracking and Vuforia; Choosing physical objects; Understanding frame markers; Understanding natural feature tracking targets; Vuforia architecture; Configuring Vuforia to recognize objects; Putting it together -- Vuforia with JME; The C++ integration; The Java integration; Summary; Chapter 6: Make it Interactive -- Create the User Experience; Pick the stick -- 3D selection using ray picking.
|
505 |
8 |
|
|a Proximity-based interactionSimple gesture recognition using accelerometers; Summary; Chapter 7: Further Reading and Tips; Managing your content; Multi-targets; Cloud recognition; Improving recognition and tracking; Advanced interaction techniques; Summary; Index.
|
504 |
|
|
|a Includes bibliographical references and index.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Android (Electronic resource)
|
630 |
0 |
7 |
|a Android (Electronic resource)
|2 blmlsh
|
630 |
0 |
7 |
|a Android (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Augmented reality.
|
650 |
|
0 |
|a Computer vision.
|
650 |
|
0 |
|a Detectors.
|
650 |
|
6 |
|a Réalité augmentée.
|
650 |
|
6 |
|a Vision par ordinateur.
|
650 |
|
7 |
|a augmented reality.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x Programming
|x Apple Programming.
|2 bisacsh
|
650 |
|
7 |
|a Augmented reality
|2 fast
|
650 |
|
7 |
|a Computer vision
|2 fast
|
650 |
|
7 |
|a Detectors
|2 fast
|
700 |
1 |
|
|a Grasset, Raphaël,
|d 1977-
|e author.
|
776 |
0 |
8 |
|i Print version:
|a Grubert, Jens.
|t Augmented Reality for Android Application Development.
|d Packt Publishing, 2013
|z 1306157889
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781782168553/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26849625
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL1389344
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10813403
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 673038
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis26832311
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11390577
|
994 |
|
|
|a 92
|b IZTAP
|