📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -