readme
来自「matlab 代码为图像的分割」· 代码 · 共 26 行
TXT
26 行
README
------
Info
----
Michael Wasilewski
Medical Image Segmentation using Active Contours
Running the Program
-------------------
To avoid calling the active contour methods directly, simply type:
> segmentscript
at the matlab prompt. This script will ask the user to select an image,
the amount to scale the image by, and the method of segmentation. Be careful
when selecting the edge-stopping approach to segment data as it can take a
very long time for even medium size images. To play around with parameters
for the edge-stopping approach, change the 'EPSILON' variable in the
calcspeed.m file. To adjust parameters for the active contour without edges
approach, change the 'mu' variable in the activecontour.m file.
As the segmentation proceeds, the current iteration number will be displayed
in the console. The current segmented image is displayed and saved to disk
every 100 iterations.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?