Kinect

15
KINECT SDK for Windows7 NUI Development http://kimeunseok.com

description

^^

Transcript of Kinect

Page 1: Kinect

KINECTSDK for Windows7 NUI Development

http://kimeunseok.com

Page 2: Kinect

KINECTSENSOR LIST

http://kimeunseok.com

CAMERA3D Depth Sensors 3D Depth Sensors

Multi MIC

Motorized Tilt

Page 3: Kinect

KINECTSDK FORWINDOWS 7

http://kimeunseok.com

Page 4: Kinect

http://kimeunseok.com

Requirements

Hardware Requirements• Computer with a dual-core, 2.66-GHz or faster processor • Windows 7–compatible graphics card that supports Microsoft? DirectX? 9.0c capabilities • 2 GB of RAM • Kinect for Xbox 360

Software Requirements• Microsoft Visual Studio? 2010 Express • Microsoft .NET Framework 4.0 (installed with Visual Studio 2010)• Kinect for Windows SDK Beta download page

Development Language• C++/C#

Page 6: Kinect

http://kimeunseok.com

- Up to 2 skeletal recognition.

-Recognizes 20 major areas, the name of each part there.

- Finding information on the skeletonC++: NuiSkeletonGetNextFrameC#: SkeletonEngine.GetNextFrame

NUI Skeleton Tracking

Page 7: Kinect

http://kimeunseok.com

NUI Skeleton Tracking SAMPLE

Page 8: Kinect

http://kimeunseok.com

Kinect SDK : How to develop?

using Microsoft.Research.Kinect.Nui;Which can be used to recognize the people directly, including classes

using Microsoft.Research.Kinect.Audio;Class meetings related to speech recognition.

Page 9: Kinect

KINECTThe treatment of Parkinson's disease

http://kimeunseok.com

Page 10: Kinect

http://kimeunseok.com

Depth and compose an image using the Skeleton.With this feature, you can create the program guide.

STEP 1 : Image Overlay

Page 11: Kinect

http://kimeunseok.com

It is a tool that can be check to observe the movement of the tar-getThe data will be authoring into a text file, it can be more accurate movement.

STEP 2 : Motion recording

Page 12: Kinect

http://kimeunseok.com

The user’s motion can be controlled by the device.This technique has been developed using the infrared and the skeleton.

Using this technique can build a help-Program.

STEP 3 : Motion Control

Page 13: Kinect

http://kimeunseok.com

In advance, your body measured and accurate data will be ana-lyzed.The user’s behavior can be analyzed by the measurement of thje distanceOf their two hand distance.The accuracy of this pattern is very low, but it will continue to im-prove throughout the research.

STEP 4 : Clapping Check

Page 14: Kinect

KINECTThe remaining challenges.

http://kimeunseok.com

Page 15: Kinect

http://kimeunseok.com

앞서 개발한 모든 툴을 종합하여 , 적외선 상 거리와 양손 끝점의 거리를 측정하고이를 통해 사용자가 박수를 쳤는지 아니면 빗나갔는지 체크한다 .

‘ 사용자의 체형을 사전에 저장’ 해야만 정확한 데이터가 측정될 것 같다 .

STEP 4 : Clapping Check