在HDevelop中开发代码后,
find_local_deformable_model (ImageReduced1, ImageRectified, VectorField, DeformedContours, ModelID...)
gen_region_contour_xld (DeformedContours, EdgeRegion, 'margin')
union1(EdgeRegion, RegionUnion)
region_features(RegionUnion,['width','height'],WidthAndHeight)
它可以运行,但是在将其导出到C#之后,无法运行,报告: HALCON错误#1301:运算符中控制参数1的值错误
当我将其导出到cpp时,它也可以运行。
出什么问题了?
答案 0 :(得分:0)
最后我发现这是一个错字,当针对VS进行编码时,我安装了export的代码,因此通过HOperateSet。介绍了一个错字,它给了我GenContourGeionXld,应该是GenRegionContourXld。