例如对于intersection_closed_contours_xld(Contours1, Contours2 : ContoursIntersection : : ),如果输入的轮廓Contours1和Contours2 不封闭,则首先对XLD轮廓进行收尾封闭然后再执行计算,对于Contours1或Contours2 ,其包含的轮廓数目可能大于1,每个轮廓可能是凹凸或者自相交的,这为计算轮廓集合操作带来了不少难度。halcon...
intersection_contours_xld— Calculate the intersection points of two XLD contours Signature Description intersection_contours_xldcalculates the intersection points of the XLDContour1and XLDContour2which, if any, are returned in (Row,Column). The value inIntersectionTypedefines the way to calculate the ...
intersection_contours_xld— Calculate the intersection points of two XLD contours Signature Description intersection_contours_xldcalculates the intersection points of the XLDContour1and XLDContour2which, if any, are returned in (Row,Column). The value inIntersectionTypedefines the way to calculate the ...
6、XLD转Region 这里指的是闭合的XLD转为Region,如果不是闭合的XLD的话从原理上是无法转换成Region的,即使可以也是通过获闭合XLD的方式实现。 gen_region_contour_xld (SelectedXLD, RegionXLD, 'filled') 1. 三、补充 Region的交并补 交集:intersection (区域1, 区域2, 交集图) 并集:union2(区域1,区域2,并...
intersection_closed_contours_xld 两个轮廓的交叉部分。 difference_closed_contours_xld两个轮廓不同的部分。 union2_closed_contours_xld 合并两个轮廓 3.Perform Fitting With the operator fit_line_contour_xld you can determine the parameters of a line segment. The ...
30.intersection_contours_xld 计算两个XLD轮廓的交点。 31.intersection_line_circle 计算直线与圆或圆弧的交点。 32.intersection_line_contour_xld 计算直线和XLD轮廓的交点 33.intersection_lines 计算两条直线的交点。 34.intersection_segment_circle 计算段与圆或圆弧的交点 ...
intersection_closed_contours_xld 两个轮廓的交叉部分。 difference_closed_contours_xld两个轮廓不同的部分。 union2_closed_contours_xld 合并两个轮廓 3.Perform Fitting With the operator fit_line_contour_xld you can determine the parameters of a line segment. The ...
Contours4(输出对象):输出轮廓对象 112(输入控制参数):输入文件名称 8.3轮廓的集合运算 闭合轮廓的交集:intersection_closed_contours_xld 算子:intersection_closed_contours_xld(Contours1, Contours2 : ContoursIntersection : : ) 示例:intersection_closed_contours_xld (ContEllipse, ContEllipse1, ContoursIntersection...
Contours4(输出对象):输出轮廓对象 112(输入控制参数):输入文件名称 8.3轮廓的集合运算 闭合轮廓的交集:intersection_closed_contours_xld 算子:intersection_closed_contours_xld(Contours1, Contours2 : ContoursIntersection : : ) 示例:intersection_closed_contours_xld (ContEllipse, ContEllipse1, ContoursIntersection...
gen_contour_region_xld (Region_Base0, Contours_Base0, 'border') gen_region_contour_xld (Contours_Base0, Region_Base0_Edge, 'margin') intersection (Rect_Cut, Region_Base0_Edge, Region_CountLines) dilation_circle (Region_CountLines, Region_CountLines, 3.5) ...