Posts Tagged ‘matlab’

Greedy Image Contour Extraction

Friday, March 27th, 2009

Abstract: Assignment to investigate the “Greedy ICE” (Image contour extraction algorithm) written in 2006 whilst studying Computer Science at the University of Southampton, UK. Implements the algorithm in MatLab, evaluates its accuracy and time complexity, and then tries out 3 extensions: an edge filter, noise reduction filter and Earea term (to encourage the contour to converge around concave shapes).

View Paper

View MatLab source code