Find the intersecting points
1 次查看(过去 30 天)
显示 更早的评论
How can I calculate the intersecting points (red circled) from the following image?
2 个评论
采纳的回答
KSSV
2020-1-22
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!