After I developed my code in 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)
It can run, but after I export it to C#, it cannot, reported: HALCON error #1301: Wrong value of control parameter 1 in operator
When I export it to cpp, it can run also.
What is the problem?