Segmentation of image

版本 1.0.0.0 (2.7 KB) 作者: Santhana Raj
Input black & white image is converted into segments.
547.0 次下载
更新时间 2014/9/10

查看许可证

This function segment_parallel segments the input black & white image to segmented image. The segments are numbered as and when new segments comes up. The input image should have only 1s and 0s(use matlab command bw). The outputs are Largest Index used and segmented/labelled image
Example:
im=[1 1 1 0 0 0 0 0 1 1;1 1 0 0 1 0 0 1 1 1;1 1 0 0 1 1 0 1 0 0;0 0 0 1 0 1 1 1 1 1;0 0 0 1 1 1 0 0 0 0;0 0 0 1 1 0 0 0 0 0];
[Label, Index]=segment_parallel(im);

Author:Santhana Raj.A https://sites.google.com/site/santhanarajarunachalam/

引用格式

Santhana Raj (2024). Segmentation of image (https://www.mathworks.com/matlabcentral/fileexchange/47787-segmentation-of-image), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

启发作品: DIP lab6 lung cancer

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0