
Answer-first summary for fast verification
Answer: Object detection
The correct answer is A. Object detection. Object detection not only identifies the objects within an image but also provides the bounding box coordinates for each object. This allows for the delineation of each object's position within the image. Other techniques like face detection, optical character recognition (OCR), and image classification do not typically provide bounding box coordinates for each detected element.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
What computer vision technique is utilized by an API when it returns an annotated image with bounding box coordinates for detected objects?
A
Object detection
B
Face detection
C
Optical Character Recognition (OCR)
D
Image classification