Find the intersecting points
1 view (last 30 days)
Show older comments
How can I calculate the intersecting points (red circled) from the following image?
2 Comments
Accepted Answer
KSSV
on 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 Comments
More Answers (0)
See Also
Categories
Find more on Image Segmentation and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!