Title | Microsoft Computer Vision APIs Distilled |
---|---|
Sub Title | Getting Started with Cognitive Services |
Author | Alessandro Del Sole |
Category | Computer & Programming |
Language | English |
Region | |
Tags | C C++ Hardware DIY |
ISBN | 1484233417 |
Year | 2018 |
Format | |
Pages | 98 |
File Size | 2.4 MB |
Total Download | 130 |
Dive headfirst into Microsoft’s Computer Vision APIs through sample-driven scenarios! Imagine an app that describes to the visually impaired the objects around them, or reads the Sunday paper, a favorite magazine, or a street sign. Or an app that is capable of monitoring what is happening inside an area without human control, and then makes a decision based on interpreting an occurrence detected with a live camera. This book teaches developers Microsoft’s Computer Vision APIs, a service capable of understanding and interpreting the content of any image. Author Del Sole begins by providing a succinct “need to know” overview of the service with descriptions. You then learn from hands-on demonstrations that show how basic C# code examples can be re-used across platforms. From there you will be guided through two different kinds of applications that interact with the service in two different ways: the more common means of calling a REST service to get back JSON data, and via the .NET libraries that Microsoft has been building to simplify the job (this latter one with Xamarin).