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!