Visualize output of BWLABEL
Versión 1.0.0.1 (1,88 KB) por
Steve Eddins
The function VISLABELS is used to visualize the output of BWLABEL.
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])
Citar como
Steve Eddins (2024). Visualize output of BWLABEL (https://www.mathworks.com/matlabcentral/fileexchange/19665-visualize-output-of-bwlabel), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2008a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Region and Image Properties >
Más información sobre Region and Image Properties en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.