Contents.m
资源名称:Snakes.rar [点击查看]
上传用户:zlding2008
上传日期:2013-05-13
资源大小:1914k
文件大小:1k
源码类别:
2D图形编程
开发平台:
Matlab
- % GVF snake (active contour) toolbox
- % Version 1.0 17-June-1997
- % Copyright (c) 1996-1997 by Chenyang Xu and Jerry L. Prince
- %
- %
- % Image input/output
- % rawread - Read a Portable Bitmap file, or a raw file
- % rawwrite - Write a Portable Bitmap file, or a raw file
- %
- % Image Display
- % imdisp - Display an image
- %
- % Active Contour
- % snakeinit - Initialize the snake manually
- % snakedeform - Deform snake in the given external force field
- % snakedeform2 - Deform snake in the given external force field with
- % pressure force
- % snakedisp - Display a snake
- % snakeinterp - Interpolate the snake adaptively
- % snakeinterp1 - Interpolate the snake at a fixed resolution
- % (better implemented than snakeinterp)
- %
- % Gradient Vector Flow
- % GVF - Compute the gradient vector flow field
- %
- % Other
- % dt - Simple distance transform
- % gaussianBlur - Blurring an image using gaussian kernel
- % gaussianMask - Generate a discrete gaussian mask