例如对于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 ...
30.intersection_contours_xld 计算两个XLD轮廓的交点。 31.intersection_line_circle 计算直线与圆或圆弧的交点。 32.intersection_line_contour_xld 计算直线和XLD轮廓的交点 33.intersection_lines 计算两条直线的交点。 34.intersection_segment_circle 计算段与圆或圆弧的交点 35.intersection_segment_contour_xld 计...
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 ...
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...
union_cocircular_contours_xld (ContoursSplit, UnionContours, 0.9, 0.5, 0.5, 200, 50, 50, 'true', 1) length_xld (UnionContours, Length) select_obj (UnionContours, LongestContour, sort_index(Length)[|Length| - 1] + 1) fit_circle_contour_xld (LongestContour, 'ahuber', -1, 0, 0, ...
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 ...
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 ...
gen_region_contour_xld (DeformedContours, EdgeRegion,'margin') dilation_circle (EdgeRegion, RegionDilation,2*25)intersection(RegionDilation, MeshRegion, RegionIntersection) dev_set_line_width (1) dev_set_color ('yellow') dev_display (Image) ...