Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
Image Segmentation

Segmentation is a critical step of image processing that consists of partitioning an image into multiple segments (sets of pixels). More...

Modules

 Binarization
 Binarization allows to transform graylevel or color images into a binary image.
 
 Classification
 Pixel classification technics allow to segment an image into different regions relatively to a set of attributes.
 
 Computational Geometry
 This group contains engines capable of transforming images into geometric objects.
 
 Feature Selection
 
 Labeling
 
 Region Growing
 This group contains segmentation engines based on the propagation of a seed.
 
 Separating And Filling
 

Detailed Description

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).

This category contains several groups of engines that allow for performing image segmentation :