How to find adjacent object of an labeled image?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Casio Uploader
am 6 Jun. 2018
Bearbeitet: Casio Uploader
am 9 Jun. 2018
Consider the attached labeled image of 10 objects. Each object is denoted by a numeric value 1-10.
I want to count adjacent objects for each that it shares a border with. For example for object 2 it shares the border with 1 and 3. So input will be 2 and output will be 1 and 3.
For the case of 7. Input 7, Output 3,4,6,8,9,10
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 6 Jun. 2018
This can be done with graycomatrix(). Trust me. Please think about it and try it yourself first.
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!