Visualize output of BWLABEL

The function VISLABELS is used to visualize the output of BWLABEL.
7.1K Downloads
Updated 1 Sep 2016

View License

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])

Cite As

Steve Eddins (2026). Visualize output of BWLABEL (https://in.mathworks.com/matlabcentral/fileexchange/19665-visualize-output-of-bwlabel), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.0.0.1

Updated license

1.0.0.0