Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Kinect_完全自學方案.pdf
Search
weichih25
May 29, 2013
Programming
0
200
Kinect_完全自學方案.pdf
workshop at Taipei National University of the Arts
2013/5/30
weichih25
May 29, 2013
Tweet
Share
More Decks by weichih25
See All by weichih25
Getting Kinect raw data from openCV is a piece of cake.
weichih25
0
120
基於深度影像之多人頭部偵測技術應用於表演藝術之研究
weichih25
0
120
CVGIP2013 - A HEAD DETECTION SCHEME IN 3D ENVELOPE FROM DEPTH SIGNAL
weichih25
0
89
Other Decks in Programming
See All in Programming
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
530
機能追加とリーダー業務の類似性
rinchoku
2
1.3k
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
1.5k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
380
Performance for Conversion! 分散トレーシングでボトルネックを 特定せよ
inetand
0
860
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.4k
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
150
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
300
🔨 小さなビルドシステムを作る
momeemt
4
680
チームのテスト力を鍛える
goyoki
2
130
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
3
220
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
696
190k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Scaling GitHub
holman
463
140k
Building an army of robots
kneath
306
46k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
How to Ace a Technical Interview
jacobian
279
23k
Why Our Code Smells
bkeepers
PRO
339
57k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Navigating Team Friction
lara
189
15k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Transcript
KINECT FOR WINDOWS 台北藝術大學新媒體藝術研究所碩士班二年級 外積
[email protected]
KINECT FOR WINDOWS 物件導向(Object-oriented programming) 的概念 class, property, method,
event … C# (managed code)程式撰寫的基礎 高中的英文程度 軟體需求:Visual C# Express, Windows Kinect SDK 1.7, processing 2.0 硬體需求:Microsoft Kinect x 1 , PC ( cpu i5以上) x 1
KINECT FOR WINDOWS 東西很多請專心聽講 200% 全神貫注 3小時內,只會休息10分鐘
KINECT FOR WINDOWS 了解 Kinect 硬體原理 如何閱讀 Windows
Kinect SDK 1.7 說明文件 基礎概念與實作 (Green Screen 實例實作) 彩色影像處理 深度影像處理 人體骨架資料處理 Skeleton Data 實戰演練 ( Processing 與 C# 的Socket傳值) 邁向Kinect自學的道路
KINECT FOR WINDOWS 了解 Kinect 硬體原理 如何閱讀 Windows
Kinect SDK 1.7 說明文件 基礎概念與實作 (Green Screen 實例實作) 彩色影像處理 深度影像處理 人體骨架資料處理 Skeleton Data 實戰演練 ( Processing 與 C# 的Socket傳值) 邁向Kinect自學的道路
KINECT FOR WINDOWS IR Emitter Color Sensor IR Depth Sensor
Tilt Motor Microphone Array Kinect IR Dot http://www.youtube.com/watch?v=dTKlNGSH9Po Kinect Point Cloud http://www.youtube.com/watch?v=f3phlo5Ew5A Kinect Skeleton http://www.youtube.com/watch?v=YTBvjLGDluY
KINECT FOR WINDOWS 1.3’ 2.6’ 9.8’ 13.1’ 26.2’ .4 .8
3 4 8 Default Mode Near Mode Feet Meters
KINECT FOR WINDOWS
KINECT FOR WINDOWS 維特魯威人
KINECT FOR WINDOWS 認識物件導向 了解重要的類別(class)與事件(event) Channel 9
的Quickstart 系列 (本次分享的內容,部分取自這裡) Kinect for Windows Developer Toolkit (本次分享的內容,部分取自範例程式”Green Screen”) C#, XNA, Kinect SDK 釐清問題點 MSDN Kinect 文件
KINECT FOR WINDOWS KinectSensor -(屬性)properties status DepthStream ColorStream SkeletonStream
AllFramesReady -(方法) methods start() stop() DepthImageStream -(屬性)properties FramePixelDataLength FrameWidth FrameHeight -(方法) methods Enable() ColorImageStream -(屬性)properties FramePixelDataLength FrameWidth FrameHeight -(方法) methods Enable() SkeletonStream -(屬性)properties SmoothParameters TrackingMode -(方法) methods Enable() Disable()
KINECT FOR WINDOWS
KINECT FOR WINDOWS 練習彩色影像(Color Image) 、深度影像 (Depth Image)的取得, 並做簡單的影像處理。
類似於攝影棚的綠幕。
KINECT FOR WINDOWS
KINECT FOR WINDOWS
KINECT FOR WINDOWS 單向傳輸,傳字串過去 就像打電話一樣,有電話號碼(IP)與分機號碼(port) 127.0.0.1 10002 Head
posX Head posY
KINECT FOR WINDOWS 拆解字串 封包遺失 與 延遲
增加開始字元「>」 與 結束字元 「|」確保訊號穩定 - 1 . 5 2 1 3 , 2 . 2 3 3 7 8 > - 0 . 8 2 3 3 , 1 . 2 4 3 7 9 | - 2 . 5 1 1 3 , 3 . 7 3 4 7 1 . 2 3 1 7 2 3 4 7 2 | - 2 . 7 2 2 3
KINECT FOR WINDOWS Head posX Head posY
KINECT FOR WINDOWS 學會寫Socket程式的基礎 了解Kinect Skeleton 的資料如何處理
C#程式把 skeleton joint 的座標傳送至 Processing
KINECT FOR WINDOWS 釐清問題點 (是Kinect SDK的問題嗎?) 使用好的關鍵字google (
Kinect SDK/Skeleton/depth data/pointcloud/…) 好的英文閱讀輔助工具(Google翻譯 /yahoo字典/Oxford 英英字典) 尋找電子書 論壇發問 結交友多聞的朋友 某方面來說,你已經具備「學習使用一個新硬體」的能力。
KINECT FOR WINDOWS