Artificial Intelligence

Object Detection

A computer vision task that identifies and locates specific objects within an image or video, providing both the object class and its position (usually as a bounding box).

Why It Matters

Object detection powers autonomous driving, security surveillance, retail analytics, and medical imaging. It combines classification ('what') with localization ('where').

Example

A self-driving car's system detecting and drawing bounding boxes around every pedestrian, vehicle, traffic light, and stop sign in a camera frame, with confidence scores.

Think of it like...

Like a wildlife photographer who not only identifies each animal species but marks exactly where each one is in the photo with a rectangle.

Related Terms