Which computer vision task involves identifying and locating objects within images?
- Image Classification
- Object Detection
- Semantic Segmentation
- All of these
Answer: Object Detection
Object Detection identifies AND locates multiple objects with bounding boxes (YOLO, R-CNN). Image Classification assigns single label; Semantic Segmentation labels each pixel. Critical for autonomous vehicles, surveillance, and medical imaging applications.