QQ登录

只需一步,快速开始

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从自学到接项目视频教程,另外再赠送全网最全资源  

  

欢迎围观我录制的一套halcon自学视频教程(进入)



回复

使用道具 举报

快速回复 返回列表 客服中心 搜索