搜索资源列表
MATLAB检测两直线的交点
- 用matlab编辑的实现检测两直线交点的源代码,源代码包括两个程序-using Matlab Editor Detection two straight intersection of source code, source code, including two procedures
最小二乘法直线算法
- 最小二乘法的直线拟合算法,可用各种开发工具实现-linear least squares fitting algorithm can be used to achieve various development tools
最小二成法拟和直线函数
- 根据最小二乘法由一组点拟合一条直线-by the least squares method based on a group fitting a linear point
最小二乘法直线拟合
- 基于最小二乘原理的直线拟合程序-based on the principle of linear least squares fitting procedure
Hough变换直线检测
- 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,检测峰值。这里基于伪方向的直线提取算法。只对具有相同伪方向的边缘点对采样减小了采样空间,提高了精度。
matlab直线拟合excel数据
- 使用matlab从excel里读入数据,并直线拟合,绘画出处理前、后的结果
Matlab的M文件编写的数控插补2D直线算法仿真
- Matlab的M文件编写的数控插补2D直线算法仿真。具体参数可使用:X-500,Y-600,Fc-600,Fs-0,Fa-0,at--200.仿真的本意是为了验证DSP上同类插补算法的正确性,Matlab M-file to prepare the CNC interpolation algorithm for 2D simulation of a straight line. Specific parameters can be used: X-500, Y-600, Fc-600, Fs-0
bresenham
- bresenham画直线,非常经典的画直线算法-good
FitLine
- 采用最小二乘的方法拟合出了一条空间直线,用VC6.0编写的控制台程序-Using the method of least squares fitting of a straight line in space with console procedures prepared by VC6.0
zui_xiao_er_cheng_fa
- 最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(x1,y1),(x2,y2)....(xn,yn).拟合直线为y=kx+b.-Ordinary least squares method is used to fit a straight line and a number of linear data, that is, as far as possible wit
zhixiannihe
- 内容是最小二乘法求拟合直线的C源码,很容易看懂-Is least squares fitting a straight line for the C source code, it is easy to understand
hough
- 用函数hough检测直线,程序很好,可以调里面参数。效果很好-Use function houhg to check the line
nihecaishangxian
- 用于直线拟合,加之最小二乘回归拟合直线,是本人原创!-For fitting a straight line, in addition to least-squares regression fitting a straight line, is my original!
line
- 直线插补,实现改进逐点比较法的直线插补,简便好用-Linear interpolation, the realization of improve-by-point comparison of the linear interpolation, simple and easy to use
Write
- 数值计算,最小二乘法直线拟合程序 -Numerical calculation, linear least squares fitting procedure
Debug
- 最小二乘法直线拟合程序 最小二乘法直线拟合程序-Linear least squares fitting procedure fitting a straight line least squares procedure
基于backtracking和0.618的两种梯度下降直线搜索算法
- 本算法为凸优化中的常用优化算法:梯度下降算法。本程序由matlab编写,内含有注释,分别用非精确直线搜索和精确直线搜索两种方法实现了梯度下降算法。
hough变换找直线matlab下能直接运行
- hough变换找直线matlab下能直接运行。(Finding straight lines by Hough transform)
LSD直线提取算法MATLAB
- 自己实现的LSD直线检测算法,比论文提供的LSD检测算法少了很多复杂操-(LSD own line detection algorithm implemented, LSD detection algorithm than the paper offered a lot less complicated operation)
直线匹配MATLAB
- MATLAB对图片进行直线检测和匹配,有应用实例,实验图片,运行时间较长,请耐心等待