{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

Kinect体感程序设计入门(使用C#和C++)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

Kinect体感程序设计入门(使用C#和C++)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

Kinect最早运用在Xbox 360的体感游戏上,让玩家能够用自己的身体操控游戏,不再受游戏控制器的束缚。Kinect for Xbox上市后,获得了广大的市场反响,微软公司乘胜追击,推出Kinect for Windows设备,促使Kinect脱离游戏机专用的范畴,由此开发人员得以将Kinect与各种PC结合,开发出更多应用。功能更强大的Kinect One上市后,将以更精确的感测技术与算法继续引领体感控制潮流。
目前开发Kinect应用程序的方法大致分为微软官方Kinect for Windows SDK和OpenNI两种。OpenNI必须采用C/C++开发,进入门槛较高;而Kinect for Windows SDK弹性较大,除了C/C++之外,还可选用其他任何.NET平台上的程序设计语言,本书使用的是使用率较高的C#语言,同时辅以少量的PowerShell、C++范例,让读者体验Kinect开发的多样性和丰富性。
以微软官方Kinect for Windows SDK 1.7为基础,该版本SDK的Kinect交互函数库(Kinect Interaction)支持对握拳(Grip)、按压(Push)手势的侦测融入大量官方Kinect人机接口导览(Human Interface Guidelines)中的内容,藉此提升Kinect范例程序的质量。Kinect体感程序设计并非只是单纯地编写程序代码,还需要考虑用户使用时的距离和感受 针对图形用户界面(GUI)如何整合体感程序设计,作者编写了专门章节进行介绍,内容包括通过Kinect控制鼠标和Windows应用程序 使用C#、PowerShell、C++开发范例程序。部分章节介绍了OpenNI 2.x的相关知识
涉及增强现实(Augmented Reality,AR)应用程序的开发,且融入部分WPF动画效果, Kinect内建加速度感应器的应用, Kinect语音识别和语音合成, Kinect彩色图像处理及应用, Kinect深度图像处理及应用, Kinect骨架信息处理及应用.
Content Description

Kinect是美国微软公司于2010年11月推出的XBOX 360游戏机体感周边外设的正式名称。它是一种3D体感摄影机,利用即时动态捕捉、影像辨识、麦克风输入、语音辨识、社群互动等功能,让玩家能够摆脱传统游戏手柄的束缚,通过自己的肢体控制游戏,并且与互联网玩家进行互动,分享图片、影音信息。
《Kinect体感程序设计入门(使用C#和C++) 》不仅讲解了Kinect设备的开发细节、SDK架构,更有不少篇幅在介绍色彩、影像、视觉等专业知识,使读者在学完《Kinect体感程序设计入门(使用C#和C++) 》之后能立即开始设计Kinect for Windows 的应用程序。
虽然Kinect for Windows的SDK发展时间不算长,但已经有许多有趣的应用,例如医疗保健、手术训练、教育互动等。这些都证明了只要您有想法,目前的Kinect设备及SDK都能帮助您实现梦想。
Author Description

王森,台湾微软Kinect技术的首席讲师,精通Kinect设备的细节和SDK架构,熟悉色彩、影像、视觉等专业开发知识,是一位活跃的网络社区风云人物、技术图书作家和书评家。
Catalogue

Chapter 1 购买合适的Kinect硬件
1-1│市售的Kinect硬件 2
1-2│Kinect硬件 4
1-3│Kinect for Windows硬件专属功能 5
1-4│使用Kinect for Xbox进行开发 5
1-5│Kinect的计算结果 6
1-6│Kinect的“兄弟” 7
1-7│总结 9
Chapter 2 Kinect开发概览
2-1│Kinect、驱动程序与执行环境 11
2-2│Kinect与应用程序执行环境 13
2-3│解析Kinect硬件 14
2-4│深度图像 15
2-5│Kinect具备的能力 17
2-6│微软官方SDK 19
2-7│程序语言与开发框架的选择 20
2-8│Kinect参考书籍 26
2-9│参考网站与文章 28
Chapter 3 安装Kinect for Windows SDK
3-1│下载SDK 31
3-2│SDK分为两个部分 32
3-3│SDK安装前 34
3-4│安装SDK 35
3-5│安装Kinect 38
3-6│使用OpenNI 2.x快速体验Kinect 40
3-7│安装Developer Toolkit 41
3-8│测试Kinect设备 43
3-9│Kinect硬件的差异 44
3-10│范例 47
Chapter 4 Kinect开发初体验
4-1│操控Kinect 61
4-2│Kinect硬件特性 62
4-3│使用Developer Toolkit Browser 64
4-4│使用Kinect Studio 65
4-5│Kinect硬件与.NET的连接 68
4-6│Kinect硬件与C++的连接 69
4-7│范例 70
Chapter 5 声音处理
5-1│Kinect的声音来源 87
5-2│Kinect的声音API 89
5-3│范例 90
Chapter 6 语音识别与语音合成
6-1│语音 99
6-2│Kinect的语音API 99
6-3│语音识别引擎 102
6-4│范例 103
Chapter 7 图形界面Kinect应用程序
7-1│窗口框架(Framework)的选择 118
7-2│Kinect传感器图像信息 118
7-3│使用Web技术作为图形显示 121
7-4│使用其他平台作为图形显示 121
7-5│范例 122
Chapter 8 Kinect交互
8-1│Kinect提供的数据流 142
8-2│位置、方位与交互模式 142
8-3│交互距离 144
8-4│骨架追踪 145
8-5│骨架信息流 148
8-6│交互模式 150
8-7│控制Windows应用程序 151
8-8│控制鼠标 152
8-9│Kinect交互 152
8-10│范例 156
Chapter 9 彩色图像处理
9-1│彩色图像流 176
9-2│Kinect传回的彩色图像 177
9-3│只有手势是不够的 178
9-4│彩色图像流相关类 179
9-5│范例 181
Chapter 10 深度图像处理与应用
10-1│深度图像流 200
10-2│深度图像数据 201
10-3│近距离模式 203
10-4│整合事件的处理 205
10-5│范例 206
Chapter 11 骨架追踪与应用
11-1│Kinect的骨架追踪功能 231
11-2│关节方位 232
11-3│Kinect交互函数库结合WPF 235
11-4│范例 236

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book