⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 matlab 代码为图像的分割
💻
字号:
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 + -