Visualize output of BWLABEL

The function VISLABELS is used to visualize the output of BWLABEL.
7K téléchargements
Mise à jour 1 sept. 2016

Afficher la licence

VISLABELS is used to visualize the output of BWLABEL.

VISLABELS(L), where L is a label matrix returned by BWLABEL, displays each object's label number on top of the object itself.

Note: VISLABELS requires the Image Processing Toolbox.

Example:
bw = imread('text.png');
L = bwlabel(bw);
vislabels(L)
axis([1 70 1 70])

Citation pour cette source

Steve Eddins (2024). Visualize output of BWLABEL (https://www.mathworks.com/matlabcentral/fileexchange/19665-visualize-output-of-bwlabel), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2008a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.1

Updated license

1.0.0.0