直线拟合我要分享

Line fitting

关注次数: 297

下载次数: 0

文件大小: 5.73 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: Hough 变换可以提取图像中的直线。但是提取的直线的精度不高。而很多场合下,我们需要精确的估计直线的参数,这时就需要进行直线拟合。 直线拟合的方法很多,比如一元线性回归就是一种最简单的直线拟合方法。


English Description:

Hough transform can extract the straight line in the image. But the accuracy of the extracted line is not high. In many cases, we need to accurately estimate the parameters of the line, then we need to fit the line.


代码预览

相关推荐