segmentation
graphbasedSegmentation

Wrapper module that performs graph-based image segmentation exploiting the algorithm developed by Felzenszwalb and Huttenlocher (Brown University).

Wrapper module that performs graph-based image segmentation exploiting the algorithm developed by Felzenszwalb and Huttenlocher (Brown University).

Description

Wrapper module that performs graph-based image segmentation exploiting the algorithm developed by Felzenszwalb and Huttenlocher (Brown University). The algorithm is described in the paper "Efficient Graph-Based Image Segmentation", Pedro F. Felzenszwalb and Daniel P. Huttenlocher, International Journal of Computer Vision, Volume 59, Number 2, September 2004. The original code is available from http://www.cs.brown.edu/~pff/segment/ and has been copied into the src/segmentation/graphBased/segment folder.

Libraries

YARP library.

Parameters

Ports Accessed

None.

Ports Created

Input Data Files

None

Output Data Files

None

Configuration Files

No configuration file is needed. Parameters described in Parameters can be provided in a configuration file; default filename is

Tested OS

Linux and Windows.

Example Instantiation of the Module

Examples of module use are provided in the app/scripts folder, and installed into app/graphBasedSegm/scripts.

Author
Elena Ceseracciu

Copyright (C) 2012 RBCS - Istituto Italiano di Tecnologia

CopyPolicy: Released under the terms of the GNU GPL v2.0 and later.

This file can be edited at src/segmentation/graphBased/main.cpp.