less connected pixels from gray scale image
1 次查看(过去 30 天)
显示 更早的评论
i have a gray scale image that contains a box of white and a text. i need to convert only text because those pixels are less connected than box pixels. if i find an of the command for connected pixels such as bwareaopen (bw, 8) or 4 pixel connection i can even get box pixels as well but i only want to label those pixels that has less connection. need help please.
1 个评论
Image Analyst
2014-1-20
You forgot to attach your image. And I don't know what "if i find an of the command" means.
采纳的回答
Walter Roberson
2014-1-20
Label the more connected pixels. The pixels that did not get labeled are then the less-connected pixels.
2 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!