Segmentation of image

버전 1.0.0.0 (2.74 KB) 작성자: Santhana Raj
Input black & white image is converted into segments.
다운로드 수: 547
업데이트 날짜: 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