Image Segmentation

The problems of image segmentation and grouping remain great challenges for computer vision. Since the time of the Gestalt movement in psychology, it has been known that perceptual grouping plays a powerful role in human visual perception.”
Pedro Felzenszwalb

Input:

_config.yml

Simple Image Segmentation with OpenGM

Output:

$ ./imageSegSimple coins.pgm out.pgm 20.0 30 90

_config.yml

Image Segmentation (with EM Learning) in OpenGM

Output:

$ ./imageSegWithEMLearning coins.pgm out.pgm 3 0.1

_config.yml

Output:

$ ./imageSegWithEMLearning coins.pgm out.pgm 2 0.1

_config.yml

Written on March 19, 2015