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!