JA EN

Segmentation

The process of partitioning an image into meaningful regions (objects, background, parts) by assigning labels to each pixel, a core technique in image analysis.

Segmentation assigns a semantic label to every pixel in an image, partitioning it into meaningful regions. Unlike object detection with bounding boxes, segmentation delivers pixel-precise boundaries for detailed scene understanding.

Segmentation categories:

Classical versus deep learning approaches:

Applications include autonomous driving (road and pedestrian delineation), medical imaging (organ and tumor extraction), remote sensing (land-use classification), and video editing (background removal). Standard metrics are IoU (Intersection over Union) and the Dice coefficient.

Related Terms

Related Articles