在我用 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 时,它也可以运行。
问题是什么?