QQ登录

只需一步,快速开始

halcon inner_rectangle1函数介绍

[ 复制链接 ]
inner_rectangle1(Regions : : : Row1, Column1, Row2, Column2)
inner_rectangle1确定Regions 内接最大平行矩形。
矩形由对角坐标(Row1、Column1、Row2、Column2)描述。


如果在区域中传递多个区域,则结果存储在元组中,
元组中值的索引对应于输入区域的索引。对于空区域,
如果没有设置其他行为,所有参数的值都为0(参见set_system)。


例程
gen_circle (Circle, 200, 200, 100.5)
inner_rectangle1 (Circle, Row1, Column1, Row2, Column2)
gen_rectangle1 (Rectangle, Row1, Column1, Row2, Column2)
dev_set_draw ('margin')
dev_display (Circle)
dev_display (Rectangle)

例程手动生成Circle,计算其最大内接矩形,
生成的矩形参数生成矩形Rectangle
同时显示Circle,Rectangle查看效果。

  

halcon从自学到接项目视频教程,另外再赠送全网最全资源  

  

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



回复

使用道具 举报

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