how to detect border image?
6 次查看(过去 30 天)
显示 更早的评论
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 个评论
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
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing and Computer Vision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!