标签:section reg over lin region 小结 osi line 中心
1条线时
*求线的中心点&长度/角度:
line_position (Row1, Column1, Row2, Column2, RowCenter, ColCenter, Length, Phi2) //求线的中心点,长度,角度(角度准确性存疑)
求角度
angle_lx (Row1, Column1, Row2, Column2, Angle) //
line_orientation (Row1, Column1, Row2, Column2, Phi) //求角度
gen_region_line (RegionLines, Row1, Column1, Row2, Column2)
orientation_region (RegionLines, Phi1)
2条线时
*求2线的交点 :
intersection_lines( Row1, Column1, Row2, Column2,Row11, Column11, Row21, Column21, Row, Column, IsOverlapping)
*求2条线的夹角:
angle_ll (Row1, Column1, Row2, Column2, Row11, Column11, Row21, Column21, Angle1) //求2条线的角度
标签:section reg over lin region 小结 osi line 中心
原文地址:https://www.cnblogs.com/dingyd/p/12937428.html