在轮廓线按“direction”或“curvature”进行select_contours_xld滤波之前,必须使用regress_contours_xld计算...
1. select_contours_xld函数概述 在Halcon中,xld是指"extended line data",用于表示直线或者轮廓线等几何形状的数据结构。 select_contours_xld函数的作用是根据特定的条件,从一组输入边缘线(xld)中选择相应的边缘线。这些条件可以根据线的长度、角度、弧度等特征进行选择。 2. select_contours_xld函数的参数 select...
select_contours_xld(Edges, SelectedContours, 'curvature', 1,10, 1, 5) smallest_circle_xld(SelectedContours, Row, Column, Radius) gen_circle(CircleInner, Row, Column, Radius+70) gen_circle(CircleOuter, Row, Column, Radius+120) difference(CircleOuter, CircleInner, RegionDifference) reduce_...
Input XLD contours. SelectedContours(output_object)xld_cont-array→object Output XLD contours. Feature(input_control)string→(string) Feature to select contours with. Default value:'contour_length' List of values:'closed','contour_length','curvature','direction','maximum_extent','open' ...
36、;)tile_images (Images4, TiledImage3, 2, 'horizontal')将幅图像合并成一幅图像select_contours_xld (RegressContours, SelectedContours, 'curvature', 0, 0.5, 0, 0)根据线的特征选择轮廓线。select_shape_xld (SelectedContours, SelectedEdges, 'contlength', 'and', 15, 500)根据线的形态特征选择轮...
select_contours_xld (RegressContours, SelectedContours, 'curvature', 0, 0.5, 0, 0)select_shape...
clip_contours_xld (Lines, LinesClipped, Top, Left, Bottom, Right)选择一定区域内的线条 clip_end_points_contours_xld (EllipseContour, ClippedContoursLength, 'length', 20)去除线条两端的部分像素。 region_to_bin (Rectangle, BinImage, 130, 100, 120, 130)将区域转换成具有固定灰度值的图像 ...
Input XLD contours. SelectedContours(output_object)xld_cont-array→object Output XLD contours. Feature(input_control)string→(string) Feature to select contours with. Default value:'contour_length' List of values:'closed','contour_length','curvature','direction','maximum_extent','open' ...
功能:根据一个多边形(polygon)(以元组形式给出)的圆形角点创建一个XLD轮廓(contour)。 3. gen_ contour_ polygon_ xld 功能:根据一个多边形(polygon)(以元组形式给出)创建一个XLD轮廓(contour)。 4. gen_ contour_ region_ xld 功能:根据区域创建XLD轮廓(contour)。 5. gen_ contours_ skeleton_ xld 功能:...
*curvature曲率,轮廓XLD到回归线的平均距离和标准差各有范围选择,平均距离使用参数min1,max1; *标准差使用min2,max2,条件是在两参数的大小范围之内。 select_contours_xld (UnionContours, SelectedContours, 'contour_length', 10, 99999, -0.5, 0.5) ...