0

在我用 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:operator中控制参数1的值错误

当我将它导出到 cpp 时,它也可以运行。

问题是什么?

4

1 回答 1

1

最后我发现这是一个错字,在针对 VS 编码时,我安装了 export 的代码,所以这引入了一个错字,由 HOperateSet.,它给了我 GenContourGeionXld,应该是 GenRegionContourXld。

于 2019-07-05T06:12:32.457 回答