fit_rectangle2_contour_xld (Edges, 'regression', -1, 0, 0, 3, 2, Row, Column, Phi, Length1, Length2, PointOrder) *对轮廓进行矩形拟合--得到矩形数据 *参数1:输入轮廓 *参数2:用于拟合矩形的算法 * 'huber', 'regression', 'tukey' *参数3:用于计算的轮廓点的最大数量 * 所有点:-1 *参...
fit_rectangle2_contour_xld (Edges,'regression', -1,0,0,3,2, Row, Column, Phi, Length1, Length2, PointOrder)*对轮廓进行矩形拟合--得到矩形数据*参数1:输入轮廓*参数2:用于拟合矩形的算法*'huber','regression','tukey'*参数3:用于计算的轮廓点的最大数量* 所有点:-1*参数4:轮廓端点之间的最大...
法1:用 fit_rectangle2_contour_xld可以从轮廓线提取矩形,根据长宽边满足测量。 法2:用gen_parallel_contour_xld(contour, parallelcontour, ‘regression_normal’, -Distance)直接得到平行线的距离,(长、宽各一个) 审核编辑 :李倩
fit_rectangle2_contour_xld returns 2 (H_MSG_TRUE) if all parameter values are correct, and rectangles could be fitted to the input contours. If the input is empty the behavior can be set via set_system('no_object_result',<Result>). If necessary, an exception is raised. If the ...
halcon中fit_circle_contour_xld算子同样集成了几何拟合与代数拟合,并引入权重函数(huber和tukey),tukey直接去除异常点,huber削减异常点的影响,所有内点到拟合圆的距离标准差被用来评估拟合过程的好坏。我没有完全按照halcon中的去实现,而是随机选择至少三点拟合圆,评估误差和内点数量,迭代过程结束后选取误差最小或内点数...
10. gen_rectangle2_contour_xld 功能:创建一个矩形XLD轮廓(contour)。 11. mod_parallels_xld 功能:提取一个包括同质区域的并行XLD多边形(polygon)。 19.3 Features 1. area_center_points_xld 功能:被看做点云的轮廓(contour)和多边形(polygon)的面积和重心。
Xld 的拟合操作(fit_***_contour_xld) 把不完整的形状拟合完整 fit_line_contour_xld fit_circle_contour_xld fit_ellipse_contour_xld fit_rectangle2_contour_xld 总结: 图像和视频,文件的读取 Region和XLD的初步介绍 注意: 在使用edges_sub_pix提取出来的结果,往往不是完整的圆形,需要用union来整合出完整的...
To ?t a rectangle into a contour, the operator fit_rectangle2_contour_xld can be used. It provides various optimization methods as well. The returned parameters comprise mainly the center position, the extent, and the orientation of the rectangle. To generate the obtained rectangle for a visual...
示例:fit_circle_contour_xld (Edges, 'algebraic', -1, 0, 0, 3, 2, Row20, Column20, Radius5, StartPhi1, EndPhi1, PointOrder3) Edges(输入对象):输入圆弧轮廓对象 'algebraic',(输入控制参数1):圆的拟合算法(默认) -1(输入控制参数2): 默认值 ...
fit_line_contour_xld fit_circle_contour_xld fit_ellipse_contour_xld fit_rectangle2_contour_xld 总结: 图像和视频,文件的读取 Region和XLD的初步介绍 注意: 在使用edges_sub_pix提取出来的结果,往往不是完整的圆形,需要用union来整合出完整的圆形。