Skip to Content

AI-900: Unveiling the Power of Computer Vision in Image Annotation

Discover the capabilities of computer vision in annotating images, as exemplified by the provided annotated image. Explore the different types of computer vision, including object detection, semantic segmentation, optical character recognition (OCR), and image classification, and understand their applications in image analysis and interpretation.

Question

You send an image to a Computer Vision API and receive back the annotated image shown in the exhibit.

You send an image to a Computer Vision API and receive back the annotated image shown in the exhibit.

Which type of computer vision was used?

A. object detection
B. semantic segmentation
C. optical character recognition (OCR)
D. image classification

Answer

A. object detection

Explanation

Object detection is similar to tagging, but the API returns the bounding box coordinates (in pixels) for each object found. For example, if an image contains a dog, cat and person, the Detect operation will list those objects together with their coordinates in the image. You can use this functionality to process the relationships between the objects in an image. It also lets you determine whether there are multiple instances of the same tag in an image.

The Detect API applies tags based on the objects or living things identified in the image. There is currently no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the Detect API only finds objects and living things, while the Tag API can also include contextual terms like “indoor”, which can’t be localized with bounding boxes.

Reference

Microsoft Learn > Azure > Cognitive Services > Computer Vision > Object detection

Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure AI Fundamentals AI-900 exam and earn Microsoft Azure AI Fundamentals AI-900 certification.

Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump