how to detect border image?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Safwana Razak
le 18 Juil 2019
Réponse apportée : Shubh Sahu
le 2 Août 2019
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 commentaires
KALYAN ACHARJYA
le 20 Juil 2019
Modifié(e) : KALYAN ACHARJYA
le 29 Juil 2019
Yes, it is possible, sorry unable to try now.
Wait for experts answer/comments.
Réponse acceptée
Shubh Sahu
le 2 Août 2019
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!