How to connect two polygons with a perpendicular line? The line doesn't have to be at the actual points, just somewhere on the outer shape connected to the inner shape. I used roipoly to create the polygons.

2 次查看(过去 30 天)
Here is a picture of the two polygons. I am trying to create perpendicular lines connecting the blue shape to the red shape.

回答(1 个)

Bruno Luong
Bruno Luong 2018-11-9
Apply this function with vertexes of one polygonal to the other, then the reverse.
  2 个评论
Bruno Luong
Bruno Luong 2018-11-9
编辑:Bruno Luong 2018-11-9
A projection is always "perpendicular". I put in the quote because:
  • if the closest point falls on a vertex, then you have two edges that are not in general parallel, so in the strict sense it doesn't mean anything meaningful, since the tangent is not defined at the vertexes. Since you works with a polygonal, therefore a piecewise linear shape.
  • If the closest point is in the middle of the edge, then yes.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Elementary Polygons 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by