Assignment #3: Image segmentation

Due date: 26/04/2016

Implement a color segmentation approach based on the normalized cut algorithm and the snake interactive segmentation algorithm. Apply them to the follwing images:

Study the effect of the parameters as well as the strengths and limits of the two approaches.

Note: In order to visualize the segments, for normalized cut return an image where each pixel is re-colored by assigning it the color of the density peack it converges to. For snake, just overlay the extracted curve over the original image.

Note: You can downsample the images.