how to detect border image?

4 ビュー (過去 30 日間)
Safwana Razak
Safwana Razak 2019 年 7 月 18 日
回答済み: Shubh Sahu 2019 年 8 月 2 日
hi. can anyone know how to detect the border image in the attachment?
how to separate the red and white from the image 1 to image 2?if i run BW funtion, all the riceborder included.
i just want the border(outlier image). any idea?
  3 件のコメント
Safwana Razak
Safwana Razak 2019 年 7 月 20 日
Hi Kalyan,
thanks for yuor reply. i want to detect the red rice (at the right image). do you have any idea or suitable function to do the detection?
KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 7 月 20 日
編集済み: KALYAN ACHARJYA 2019 年 7 月 29 日
Yes, it is possible, sorry unable to try now.
Wait for experts answer/comments.

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

採用された回答

Shubh Sahu
Shubh Sahu 2019 年 8 月 2 日
You may try these steps to achieve your goal in getting the connected components
Step 1. Convert image into binary image using Edge Detection technique
Step 2. Compute chain code of the binary image and find all connected components.
Step 3. Remove all the connected components which will lead you to get the image which are not connected in AOI.
Hope this may help you.

その他の回答 (0 件)

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by