工控编程吧

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

作者: qq263946146    时间: 2019-5-24 23:48
标题: 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]1[/halcon]







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