UnionContours (xld object) 函数工作原理:对于输入的contours中的每个轮廓,首先确定其末端。FitClippingLength这个参数代表了一个轮廓的两个末端之间的欧氏长度。有了这个参数,可以忽略输入轮廓末端的artifacts(?嘛意思?)。FitLength则表示了轮廓末端参与计算曲率的一小段的欧式长度。在一个轮廓的末端,至少Fitlength长度的...
union_cocircular_contours_xld合并属于同一圆的所有轮廓。结果得到同一圆上相互连接的轮廓,保存于Union...
在Halcon中,有多种方式可以合并轮廓。以下是其中的一些方法: 1.轮廓合并算子:Halcon提供了多个算子用于合并轮廓,包括union_collinear_contours_xld、union_cocircular_contours_xld等。这些算子可以根据特定的条件将接近的轮廓合并成一个选择轮廓。 2.集合论算子:Halcon也提供了一些集合论算子,如intersection_closed_contours...
The operator union_cocircular_contours_xld merges all contours that belong to the same circle. The result is a set of contours in which contours on the same circle are connected. The algorithm tries to merge contours by first fitting circles to each contour and then examining the result by ...
xld的合并操作: union_colliner_contours_xld: 合并同一直线的xld union_cocircular_contours_xld: 合并同圆的xld union_adjacent_contours_xld: 合并相邻的xld xld的转换操作与region类似: shape_trans_xld(XLD:XLDTrans:Type:) 有上面几个类型 Xld的分割操作(segment_contours_xld) ...
select_xld_point 用鼠标交互式选择轮廓。 如果轮廓有缺口裂缝,分裂的小块将被作为独立的对象,这位后续的处理增加了难度。 union_collinear_contours_xld union_straight_contours_xld 合并线段 union_adjacent_contours_xld union_cocircular_contours_xld union_cotangential_contours_xld 合并相邻轮廓 ...
合并属于同一个圆上的轮廓:union_cocircular_contours_xld 扩展资料:halcon union_cocircular_contours_xld函数介绍_上位机 (gkbc8.com) 算子:union_cocircular_contours_xld(Contours : UnionContours : MaxArcAngleDiff, MaxArcOverlap, MaxTangentAngle, MaxDist, MaxRadiusDiff, MaxCenterDist,MergeSmallContours, It...
计算xld的面积以及中心位置: area_center_xld(XLD:::Area,row,column,pointOrder) xld的合并操作: union_colliner_contours_xld: 合并同一直线的xld union_cocircular_contours_xld: 合并同圆的xld union_adjacent_contours_xld: 合并相邻的xld xld的转换操作与region类似: ...
union_cocircular_contours_xld:合并在同圆的XLD union_adjacent_contours_xld:合并邻近的XLD 这些算子以后会详细讲解。 再来看看XLD的合并操作: 把XLD转换成其他规则形状的XLD,相应说明及算子和region的很类似: 1.convex hull 2.outer_circle 3.retangle1 ...
union_cotangential_contours_xld(算子名称) 名称 union_cotangential_contours_xld— Compute the union of cotangential contours. 参数签名 描述 The operatorunion_cotangential_contours_xldunifies contours of the input XLD contour arrayContoursaccording to the local curvatures at their endpoints. ...