- threshold to get a binary image.
- call imerode
- subtract from original binary image
- erase boundary: grayImage(binaryImage) = 0
HOw can I use Morphological commands for boundary?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello All,I want to remove boundary around an image and I want to know how can morphological commands help me? Which command of morphological commands should I use? I have attached the image that I want to remove the boundary around it.
0 件のコメント
回答 (1 件)
Image Analyst
2014 年 1 月 21 日
編集済み: Image Analyst
2014 年 1 月 21 日
Try imerode.
If it doesn't do what you want, then attach your code.
3 件のコメント
Image Analyst
2014 年 1 月 21 日
Explain in more detail what you consider the "boundaries" of that image to be.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!