QQ登录

只需一步,快速开始

halcon height_width_ratio_xld函数介绍

[ 复制链接 ]
height_width_ratio_xld(XLD : : : Height, Width, Ratio)
height_width_ratio_xld计算每个输入轮廓或多边形的外接矩形(平行于坐标轴)。
外接矩形由角像素(Row1、Column1、Row2、Column2)的坐标描述(参见smallest_rectangle1_xld)。
根据这些值,height_width_ratio_xld计算出矩形的宽度、高度和长宽比如下:
Width = Column2-Column1
Height = Row2-Row1
Ratio = Height /Width
如果传递了多个轮廓或多边形,
结果将按照与XLD中相应的轮廓或多边形相同的顺序存储在元组中。
对于空轮廓,如果没有设置其他行为,则所有参数的值都为0(参见set_system)。
例如
gen_rectangle1 (Rectangle, 30, 20, 100, 200)
gen_contour_region_xld (Rectangle, Contours, 'border')
height_width_ratio_xld (Contours, Height, Width, Ratio)


  

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

  

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




回复

使用道具 举报

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