工控编程吧

标题: halcon line_orientation函数介绍 [打印本页]

作者: qq263946146    时间: 2019-5-27 17:21
标题: halcon line_orientation函数介绍
line_orientation( : : RowBegin, ColBegin, RowEnd, ColEnd : Phi)
line_orientation返回给定线的方向(- pi/ 2 <Phi = pi/ 2)。
如果有多线被处理,行和列索引可以作为元组传递。

1.line_position( : : RowBegin, ColBegin, RowEnd, ColEnd : RowCenter, ColCenter, Length, Phi)
line_position返回给定直线的
中心(RowCenter, ColCenter)、
(欧几里德)长度(length)
和方向(- pi/2 <pi <= pi/2)。
如果要处理多行,则可以将行和列索引作为元组传递。


例如
draw_line (200000, Row1, Column1, Row2, Column2)
line_orientation (Row1, Column1, Row2, Column2 , Phi)
line_position (Row1, Column1, Row2, Column2, RowCenter, ColCenter, Length, Phi1)
用鼠标绘制一条直线后,
此直线的角度,或中心都可以调用 上面两函数求得。
[halcon]1[/halcon]






欢迎光临 工控编程吧 (https://www.gkbc8.com/) Powered by Discuz! X3.4