?? 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 + -