how to detect border image?
조회 수: 1 (최근 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?![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/230273/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/230273/image.png)
댓글 수: 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!