Show connected component's label on the image
Show older comments
I used CC = bwconncomp(binaryImage); How can I display on my image the 'labels' or serial numbers of each connected component next to each connected component ? And in general, how can I write some text next to each CC ? Thanks
Answers (1)
KSSV
on 6 Jan 2017
0 votes
You have to look into text command to input text on the plots/ images.
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!