Snakes with class
by Cris Luengo
17 Dec 2009
Implementation of snakes using a class to enable automatic display of the snake over an image.
|
Watch this File
|
| File Information |
| Description |
This package implements snakes (active contours) through a class `dip_snake`. The function `snakeminimize` modifies the snake to move it to a lower energy configuration, which typically corresponds to the snake following edges in an image. When the semicolon is left off a statement that returns an object of this class, the snake is automatically drawn on top of the image in the current figure window.
`snakeminimize` is very general in the sense that it can be used to implement many types of snakes found in the literature. The snake's external force is an input parameter, and hence the user can implement the GVF (gradient vector flow) or VFC (vector field convolution) external forces, or simply use the gradient. The balloon force is included.
This package add to and builds on DIPimage, a scientific image analysis toolbox for MATLAB. See http://www.diplib.org/
|
| Acknowledgements |
Parametric Active Model Toolbox
inspired this file.
|
| MATLAB release |
MATLAB 7.9 (R2009b)
|
| Other requirements |
DIPimage version 2.1 or newer - obtainable from http://www.diplib.org/ |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us