- Active contour
Active Contour, also called Snakes, is a framework for delineating an object outline from a possibly noisy 2D
image .This framework attempts to minimize an
energy associated to the current contour as asum of an internal and external energy:*The "external energy" is supposed to be minimal when the snake is at the object boundary position: the most straightforward approach consists in giving low values when the regularized
gradient around the contour position reaches its peak value.
*The "internal energy" is supposed to be minimal when the snake has a shape which is supposed to be relevant considering theshape of the sought object. The most straightforward approach grants high energy to elongated contours (elastic force) and to bended/highcurvature contours (rigid force), considering the shape should be as regular and smooth as possible.This model is highly popular in
Computer Vision , and led to several developments in 2D and 3D. Namely, in two dimensions, theActive Shape Model represents a discrete version of this approach taking advantage of thePoint Distribution Model to restrict the shape range to an explicit domain learned from a training set.ee also
* citejournal
title = Snakes: active contour models
author = Michael Kass, Andrew Witkin and Demetri Terzopoulos
journal = International Journal of Computer Vision
year = 1987
pages = 259--268 [http://www.springerlink.com/content/q7g93335q86604x6/]
Wikimedia Foundation. 2010.