フィルターのクリア

Remove unwanted regions in binary image

1 回表示 (過去 30 日間)
Syed Haider
Syed Haider 2018 年 1 月 18 日
回答済み: Image Analyst 2018 年 1 月 18 日
I have the following input image.
I want to remove the unwanted regions highlighted with red ellipses. This binary image can be tilted at any angle. Hence, counting the white pixels in each row and applying thresholding didn't work for tilted image.
After removing unwanted regions, I want to reduce the thickness of this rectangle to single pixel thickness. I want to only consider the black pixels that are next to the white pixels and remove the outer black pixels. I have tried thin and skel morphological operations but didn't work for me.
Thanks in advance,
Syed

採用された回答

Image Analyst
Image Analyst 2018 年 1 月 18 日
Use bwconvhull().

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by