Find the intersecting points
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How can I calculate the intersecting points (red circled) from the following image?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/264871/image.jpeg)
2 Commenti
Risposta accettata
KSSV
il 22 Gen 2020
If you have the image in hand.
- Get the locations/ positions i.e (x,y) for both the regions using logical indexing.
- Get the boundary of both the regions using boundary.
- Use InterX from the link: https://in.mathworks.com/matlabcentral/fileexchange/22441-curve-intersections?focused=5165138&tab=function
If you have points (x,y) straight away follow from step 2 in the above.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!