How to print regionprops properties on image?
Show older comments
Dear All,
I want to print each labeled region area on the image it self? I calculated label matrix and regionprops matrix using area.
g=regionprops(LB,'Area');
>> g(19)
ans =
Area: 166
Then I want to print these area on image it self. (pixel width is 0.07).
Like this picture.

Thanks for helping
Regards
Chamara
Accepted Answer
More Answers (0)
Categories
Find more on Region and Image Properties in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!