Function that removes object when touching border? - Image/ Video processing

Greeting,
Hello everyone, I just want to ask if there is a function in matlab where when the object touches the border of the camera or image, it will be deleted from the image? Like after I process my image, when the white part of the object was in contact with the border, I want to remove that part entirely. Thank you.
Regards, Akira

 採用された回答

Image Analyst
Image Analyst 2015 年 8 月 4 日
Yes, it's called imclearborder():
binaryImage = imclearborder(binaryImage);
You can specify either 4 or 8 connectivity if you want via the second input argument.

1 件のコメント

Akira Chan
Akira Chan 2015 年 8 月 4 日
Wow thank you very much,sir!! :D I appreciate it.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by