QQ登录

只需一步,快速开始

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

  

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





回复

使用道具 举报

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