工控编程吧
标题:
halcon height_width_ratio函数介绍
[打印本页]
作者:
qq263946146
时间:
2019-5-16 16:11
标题:
halcon height_width_ratio函数介绍
height_width_ratio(Regions : : : Height, Width, Ratio)
height_width_ratio计算所有输入区域
Regions
的最小外接平行矩形,
矩形由Row1、Column1、Row2、Column2坐标描述(参见smallest_rectangle1)。
根据这些值,height_width_ratio计算出矩形的宽度、高度和长宽比如下:
Width =
Column2-
Column1+1
Height =
Row2-
Row1+1
Ratio =Height /Width
如果在区域中传递多个区域,则将结果存储在元组中,
其顺序与区域中的各个区域相同。对于空区域,
如果没有设置其他行为,则所有参数的值都为0(参见set_system)。
例程
gen_rectangle1 (Rectangle, 30, 20, 100, 200)
height_width_ratio (Rectangle, Height, Width, Ratio)
Height1:=100-30
Width1 := 200-20
Ratio := Height1/Width1
生成一个矩形Rectangle,手动计算,或调用height_width_ratio 计算 Height, Width, Ratio
[halcon]1[/halcon]
欢迎光临 工控编程吧 (https://www.gkbc8.com/)
Powered by Discuz! X3.4