Contents.m
上传用户:zlding2008
上传日期:2013-05-13
资源大小:1914k
文件大小:1k
源码类别:

2D图形编程

开发平台:

Matlab

  1. % GVF snake (active contour) toolbox
  2. % Version 1.0 17-June-1997
  3. % Copyright (c) 1996-1997 by Chenyang Xu and Jerry L. Prince 
  4. %
  5. %
  6. %  Image input/output
  7. %    rawread       - Read a Portable Bitmap file, or a raw file
  8. %    rawwrite      - Write a Portable Bitmap file, or a raw file
  9. %  Image Display
  10. %    imdisp        - Display an image
  11. %  Active Contour
  12. %    snakeinit     - Initialize the snake manually
  13. %    snakedeform   - Deform snake in the given external force field
  14. %    snakedeform2  - Deform snake in the given external force field with
  15. %                    pressure force
  16. %    snakedisp     - Display a snake
  17. %    snakeinterp   - Interpolate the snake adaptively
  18. %    snakeinterp1  - Interpolate the snake at a fixed resolution
  19. %                    (better implemented than snakeinterp)
  20. %  Gradient Vector Flow
  21. %    GVF           - Compute the gradient vector flow field
  22. %  Other
  23. %    dt            - Simple distance transform
  24. %    gaussianBlur  - Blurring an image using gaussian kernel   
  25. %    gaussianMask  - Generate a discrete gaussian mask