connected component labeling like bwlabel

버전 1.0.0.0 (1.61 KB) 작성자: michael scheinfeild
recursive function of labeling binary image 4 connected
다운로드 수: 1.5K
업데이트 날짜: 2012/9/5

라이선스 보기

this function start with one pixel and if it is 1 it finds all neighboors in the 4 connected and give them same label then for each call itself
some issue in big images it is limited to recursion of 500 , so i supose for implementing it in c++ may cause for some stack overflow , one solution is just to resize the image to smaller image use imresize , enjoy

인용 양식

michael scheinfeild (2024). connected component labeling like bwlabel (https://www.mathworks.com/matlabcentral/fileexchange/38010-connected-component-labeling-like-bwlabel), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Region and Image Properties에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0