Find the intersecting points
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
How can I calculate the intersecting points (red circled) from the following image?
2 Kommentare
Akzeptierte Antwort
KSSV
am 22 Jan. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!