工控编程吧
标题:
halcon gen_random_regions函数介绍
[打印本页]
作者:
qq263946146
时间:
2019-5-11 23:36
标题:
halcon gen_random_regions函数介绍
gen_random_regions( : Regions : Type, WidthMin, WidthMax, HeightMin, HeightMax, PhiMin, PhiMax, NumRegions, Width, Height : )
gen_random_regions生成参数随机确定的圆、矩形和椭圆。
在每种情况下,只给出了一个上下限。位置总是随机的,不能由参数决定。
参数
NumRegions表示要创建多少个区域。
Regions为创建的区域。
Type为创建区域的类型,有'circle', 'ellipse', 'rectangle1', 'rectangle2', 'ring'
WidthMin, WidthMax, HeightMin, HeightMax表示生成子区域的长宽范围。
PhiMin,PhiMax表示生成子区域的旋转角度范围。
Width, Height 表示生成总区域的长宽。
例如
gen_random_regions (Regions, 'circle', 10, 20, 10, 30, -0.7854, 0.7854, 100, 512, 512)
表示在 512* 512范围内生成10个圆,圆区域的长宽角度范围在10, 20, 10, 30, -0.7854, 0.7854
[halcon]1[/halcon]
欢迎光临 工控编程吧 (https://www.gkbc8.com/)
Powered by Discuz! X3.4