connected component labeling like bwlabel

recursive function of labeling binary image 4 connected
1,5K Downloads
Aktualisiert 5. Sep 2012

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2009b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0