Segmentation of image

Input black & white image is converted into segments.
546 Downloads
Updated 10 Sep 2014

View License

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/

Cite As

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

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: DIP lab6 lung cancer

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0