Augmented Reality with Kinect
| By: | Rui Wang |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781849694384 |
| eText ISBN: | 9781849694391 |
| Edition: | 1 |
| Copyright: | 2013 |
| Format: | Reflowable |
Lifetime - $22.79
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
If you know C/C++ programming, then this book will give you the ability to develop augmented reality applications with Microsoft's Kinect. By the end of the course you will have created a complete game.
Key Features
- Understand all major Kinect API features including image streaming, skeleton tracking and face tracking
- Understand the Kinect APIs with the help of small examples
- Develop a comparatively complete Fruit Ninja game using Kinect and augmented Reality techniques
Book Description
Microsoft Kinect changes the notion of user interface design. It differs from most other user input controllers as it enables users to interact with the program without touching the mouse or a trackpad. It utilizes motion sensing technology and all it needs is a real-time cameras, tracked skeletons, and gestures. Augmented Reality with Kinect will help you get into the world of Microsoft Kinect programming with the C/C++ language. The book will cover the installation, image streaming, skeleton and face tracking, multi-touch cursors and gesture emulation. Finally, you will end up with a complete Kinect-based game. Augmented Reality with Kinect will help you get into the world of Kinect programming, with a few interesting recipes and a relatively complete example. The book will introduce the following topics: the installation and initialization of Kinect applications; capturing color and depth images; obtaining skeleton and face tracking data; emulating multi-touch cursors and gestures; and developing a complete game using Kinect features. The book is divided in such a way so as to ensure that each topic is given the right amount of focus. Beginners will start from the first chapter and build up to developing their own applications.What you will learn
- Install a Kinect device and SDK packages on your computer
- Initialize Kinect with C++ APIs in your own application
- Obtain image streaming data from color and depth cameras
- Acquire skeleton data and face tracking results for use
- Use hand positions to emulate multi-touch cursors and gestures
- Develop a Fruit Ninja game with different Kinect functionalities
- Study with simple and interesting examples using a uniform OpenGL framework
- Find more open source and commercial resource on the Web