LTI-Lib latest version v1.9 - last update 10 Apr 2010

Segmentation Overview

Segmentation is a complex task, and the number of functors in the LTI-lib that deal with segmentation grows.

.. A few extra-notes are required.

There are two sorts of segmentation functors. Traditional "complete" algorithms and "blocks", with which you can build your own segmentation approach. There are also tools to convert the results from one representation to another.

Complete Algorithms

The complete algorithms are:

Functional Blocks

There are several blocks, that can be used as part of a more complex segmentation approach.

Tools for segmentation

Segmentation algorithms produce usually so called "masks", i.e. channels, where each pixel contains a label value. These masks can be considered for two classes problems, where only values of zero and not-zero will be differentiated, and "labeled" masks, where each value is considered as a different object. To extract the position of each single object in the image in an efficient way the functor lti::objectsFromMask should be used. Sometimes the lti::fastRelabeling functor provides all functionality required for this task.

The lti::boundingBox functor can use one of the pointLists extracted with lti::objectsFromMask to produce a new image with only one object.

It is useful sometimes to generate a color image, where each label found in the segmentation is replaced by its mean color, producing an color quantized image. Here, the functors lti::usePalette and lti::computePalette are helpful.


Generated on Sat Apr 10 15:26:30 2010 for LTI-Lib by Doxygen 1.6.1