工控编程吧

标题: halcon get_regress_params_xld函数介绍 [打印本页]

作者: qq263946146    时间: 2019-5-24 11:32
标题: 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]1[/halcon]






欢迎光临 工控编程吧 (https://www.gkbc8.com/) Powered by Discuz! X3.4