QQ登录

只需一步,快速开始

halcon get_regress_params_xld函数介绍

[ 复制链接 ]
get_regress_params_xld(Contours : : : Length, Nx, Ny, Dist, Fpx, Fpy, Lpx, Lpy, Mean, Deviation)
get_regress_params_xld返回输出轮廓Contours 对应的以下参数

轮廓点数Length
回归线法向量的坐标Nx和Ny(即,最小二乘逼近直线),
回归线到原点的距离Dist,
轮廓起始点垂直投影到回归线上的亚像素精确坐标Fpx和Fpy,
轮廓终点垂直投影到回归线上的亚像素精确坐标Lpx和Lpy,
轮廓线点与回归线欧氏距离的均值Mean
这些距离的标准差Deviation


例程
read_image (Image, 'mreut')
edges_sub_pix (Image, Edges, 'canny', 2, 20, 40)
select_contours_xld (Edges, SelectedContours, 'contour_length', 300, 600, -0.5, 0.5)
select_obj (SelectedContours, ObjectSelected, 2)
regress_contours_xld (ObjectSelected, RegressContours, 'no', 1)
get_regress_params_xld (RegressContours, Length, Nx, Ny, Dist, Fpx, Fpy, Lpx, Lpy, Mean, Deviation)

  

halcon从自学到接项目视频教程,另外再赠送全网最全资源  

  

欢迎围观我录制的一套halcon自学视频教程(进入)



回复

使用道具 举报

快速回复 返回列表 客服中心 搜索