Intersections between line and rectangle
显示 更早的评论
How can I find the locations of the intersections between multiple vertical lines with multiple rectangles ?
2 个评论
darova
2021-9-1
Do you have any data? Any code?
DGM
2021-9-2
In what context? How are the lines and rectangles defined? By equations? endpoints? Are you trying to find intersections between objects in an image? A binarized image?
If you want a wholly generalized answer, then you can just look up basic line-line intersection routines and expand from there. I doubt that's what you actually want.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Type Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!