Understand computer vision
Computer Vision is an area of AI that deals with visual processing. Let’s explore some of the possibilities that computer vision brings.
The Seeing AI app is a great example of the power of computer vision. Designed for the blind and low vision community, the Seeing AI app harnesses the power of AI to open up the visual world and describe nearby people, text and objects.
View the following video to learn more about Seeing AI.
https://www.microsoft.com/en-us/videoplayer/embed/RE4vC2Q?postJsllMsg=true
To find out more, check out the Seeing AI web page.
Computer Vision models and capabilities
Most computer vision solutions are based on machine learning models that can be applied to visual input from cameras, videos, or images. The following table describes common computer vision tasks.Expand table
Task | Description |
---|---|
Image classification | Image classification involves training a machine learning model to classify images based on their contents. For example, in a traffic monitoring solution you might use an image classification model to classify images based on the type of vehicle they contain, such as taxis, buses, cyclists, and so on. |
Object detection | Object detection machine learning models are trained to classify individual objects within an image, and identify their location with a bounding box. For example, a traffic monitoring solution might use object detection to identify the location of different classes of vehicle. |