- Microsoft HoloLens By Example
- Joshua Newnham
- 175字
- 2021-07-02 18:36:01
Project setup
Just to recap, the example for this chapter is about performing facial recognition and tagging the recognized person's name (or alias) into the scene. In this section, we will walk through setting up the Microsoft Cognitive Service, which will be responsible for facial detection and identification as well as preparing the dataset that we will use to perform facial identification, that is, photos of people you would like the service to recognize.
We will use one of the Cognitive Services Microsoft services, called Face API, from Face API. As the name implies, the service is orientated around detecting and identifying faces but also allows for some interesting metadata, such as the following:
- Age
- Gender
- Likelihood of smiling
- Wearing glasses
- Emotion (a measurement of happiness, sadness, and anger, along with many others)
- Presence of facial hair
Before you can make use of the service, you must register (if not done so already) an Azure account and add the service to your portal, details described in the next section.
- UNIX編程藝術(shù)
- Node.js Design Patterns
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- ExtJS高級程序設(shè)計(jì)
- C++反匯編與逆向分析技術(shù)揭秘(第2版)
- Java零基礎(chǔ)實(shí)戰(zhàn)
- C# Multithreaded and Parallel Programming
- Programming Microsoft Dynamics? NAV 2015
- Java編程從入門到精通
- App Inventor少兒趣味編程動手做
- C++程序設(shè)計(jì)
- HTML5移動Web開發(fā)
- 3ds Max 2018從入門到精通
- H5匠人手冊:霸屏H5實(shí)戰(zhàn)解密