Używamy cookies, aby ułatwić korzystanie z Portalu. Możesz określić warunki przechowywania, dostępu do plików cookies w Twojej przeglądarce. Dowiedz się więcej.
Programming with the Kinect for Windows Software Development Kit
978-0-7356-6681-8
Cena Brutto: 128.63
Cena netto: 122.50
Ilość:
Wersja:
Drukowana
Autor
David Catuhe
Liczba_stron
226
Wydawnictwo
Microsoft Press
Oprawa
miękka
Data_Wydania
2012-10-01
Programming with the
Kinect
for Windows Software Development Kit
Create rich experiences for users of Windows 7 and Windows 8 Developer Preview with this pragmatic guide to the Kinect for Windows Software Development Kit (SDK). The author, a developer evangelist for Microsoft, walks you through Kinect sensor technology and the SDK—providing hands-on insights for how to add gesture and posture recognition to your apps. If you’re skilled in C# and Windows Presentation Foundation, you’ll learn how to integrate Kinect in your applications and begin writing UIs and controls that can handle Kinect interaction.
This book introduces the Kinect for Windows Software Development Kit to developers looking to enrich applications they build for Windows 7 and later with human motion tracking
Teaches developers with core C# and WPF skills how to program gesture and posture recognition in Kinect
Describes how to integrate 3D representation on top of a real scene
Provides expert insights and code samples to get you up and running
Kinect at a glance
Chapter 1 A bit of background
The sensor
Limits
The Kinect for Windows SDK
Chapter 2 Who’s there?
SDK architecture
The video stream
The depth stream
The audio stream
Skeleton tracking
Integrate Kinect in your application
Chapter 3 Displaying Kinect data
The color display manager
The depth display manager
The skeleton display manager
The audio display manager
Chapter 4 Recording and playing a Kinect session
Kinect Studio
Recording Kinect data
Replaying Kinect data
Controlling the record system with your voice
Postures and gestures
Chapter 5 Capturing the context
The skeleton’s stability
The skeleton’s displacement speed
The skeleton’s global orientation
Complete ContextTracker tool code
Detecting the position of the skeleton’s eyes
Chapter 6 Algorithmic gestures and postures
Defining a gesture with an algorithm
Defining a posture with an algorithm
Chapter 7 Templated gestures and postures
Pattern matching gestures
The main concept in pattern matching
Comparing the comparable
The golden section search
Creating a learning machine
Detecting a gesture
Detecting a posture
Going further with combined gestures
Chapter 8 Using gestures and postures in an application
The Gestures Viewer application
Detecting gestures and postures with Gestures Viewer