
Answer-first summary for fast verification
Answer: Object detection for locating objects
The correct answer is B. Object detection is the appropriate computer vision technique for identifying and locating objects, such as cars, in an image. This allows you to determine their positions and estimate the distance between them. Other options like OCR, image classification, and face detection are not suitable for this specific task.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
To estimate the distance between cars in an image, which computer vision technique is appropriate for identifying and locating the cars?
A
OCR for text recognition
B
Object detection for locating objects
C
Image classification for categorizing images
D
Face detection for identifying faces
No comments yet.