ImageDev

Image Segmentation

This category contains algorithms that isolate relevant information from an image into a binary or label image.
Segmentation is a critical step of image processing that consists of partitioning an image into multiple segments (sets of pixels). The goal of segmentation is to simplify the representation of an image into something that is easier to analyze.

The final goal of segmentation is generally to assign a label to every pixel of the input image such that pixels with the same label share certain visual characteristics (objects or regions). This segmented image can be then processed by analysis tools to make measurements on its components (see section Image Analysis).