CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 直线拟合

搜索资源列表

  1. fitline_ls_example

    0下载:
  2. 对离散特征点进行直线拟合,效果很好,文件中还有平面拟合的例子,以及三焦点张量的部分主要程序,希望对需要的人有帮助-Discrete feature point fitting a straight line, with good results, part of the main program file plane fitting example trifocal tensor hope that those who need help
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:99081
    • 提供者:平兆娜
  1. zhixiannihe

    0下载:
  2. 挺好用的直线拟合的程序,希望对大家有帮助-Very good use of the procedure of fitting a straight line, we want to help
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:3866
    • 提供者:孙淼
  1. polyfit

    0下载:
  2. 拟合直线 拟合直线 拟合直线 拟合直线 拟合直线 -polyfit the line polyfit the line polyfit the line
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:427264
    • 提供者:z
  1. curve-fitting

    1下载:
  2. 在控制台下利用高斯消元法实现直线拟合,多项式拟合,指数函数拟合,幂函数拟合,大家可以利用它进行二次开发-In the console environment,I using the Gaussian elimination method to achieve linear fitting, polynomial fitting, exponential fitting, fitting power function, we can use it for secondary development
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:38089
    • 提供者:徐志高
  1. fit_line

    0下载:
  2. 对空间三维数据进行直线拟合,a0 是初始值,data 是三维数据,第一列是 x,第二列是 y,第三列是 z。fr是第一个断点,se是第二个-Three-dimensional data on the spatial fitting a straight line
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:915
    • 提供者:wudao
  1. spatialLine

    0下载:
  2. 一个空间直线拟合的示例,内有doc文档详细说明-A space linear fitting example, there doc document details
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:20219
    • 提供者:xuxiangxing
  1. linefit

    0下载:
  2. 非常好用和实用的直线拟合MATLAB小程序。-Very easy to use and practical linear fitting MATLAB applet.
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:827
    • 提供者:宁磊
  1. Linear-fitting

    0下载:
  2. 这是一个关于直线拟合的matlab程序,绝对原创-Linear fitting
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5165
    • 提供者:yan
  1. ransac

    0下载:
  2. ransac直线拟合,matlab实现,随机抽样一致性算法。-ransac line fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:29116
    • 提供者:zhaixu
  1. linera

    0下载:
  2. 对一组退化数据进行三种直线拟合,并进行参数估计-Degradation data for a group of three kinds of fitting a straight line, and parameter estimation
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:116326
    • 提供者:wangqiang
  1. mhc06

    0下载:
  2. 本程序主要实现了基于一些二维坐标的直线拟合,以函数调用形式求得直线方程的系数解。-This program is mainly based on the realization of two-dimensional coordinates of some linear fit to the function call in the form of the coefficients obtained by linear equation solution.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:263323
    • 提供者:mehai
  1. zhixiannihe-C

    0下载:
  2. 直线拟合:求矩阵即可得到m,n,x0,y0,直线方程的各个参数即为所得。 -Fitting a straight line: Matrix can be obtained m, n, x0, y0, each parameter is the resulting linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:43767
    • 提供者:石头
  1. line

    0下载:
  2. 采用Opencv实现最小二乘法的直线拟合的c++代码,自己写的很简单的程序-Opencv achieved using a linear least squares fit of c++ code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:618
    • 提供者:姜荣剑
  1. ransac_homography

    0下载:
  2. 一个利用ransac算法进行直线拟合的程序;一个通用的ransac算法框架;利用后者进行homography单应矩阵估计的示例程序-a framework of RANSAC method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4096
    • 提供者:chen
  1. match_ransac

    0下载:
  2. 利用matlab,ransac算法直线拟合-Use matlab, ransac linear fitting algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1367
    • 提供者:王硕
  1. 2D-linear-fitting

    0下载:
  2. 2D直线拟合,忽略了离群点,在测量值被高噪声,传感器故障等破坏的实际应用中十分重要-2D linear fitting, ignoring the outliers, are very important in high-noise measurements, sensor failures and other damage in the practical application
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1584
    • 提供者:孔祥山
  1. Fitting-a-straight-line

    0下载:
  2. 最小二乘法实现的直线拟合,非常实用,简单易懂,C语言程序-Least square method to realize the linear fitting, very practical, straightforward, C language program
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:16434
    • 提供者:陈静
  1. Analysize_2D_Line

    0下载:
  2. 基于最小二乘法的直线拟合,链表成员是浮点型的点-it can be used to fitting line in opencv after find contours,the list member is PointF
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:530
    • 提供者:新村
  1. KEY

    0下载:
  2. PIC18单片机独立按键限时检测程序,以及最小二乘直线拟合程序。-PIC18 microcontrollers separate buttons. Limited testing procedures, as well as the linear least-squares fitting procedure
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1017
    • 提供者:李潇
  1. total-least-square

    2下载:
  2. 加权总体最小二乘算法在直线拟合拟合的应用,算法为方兴博士论文中的算法1-total least square linear fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1024
    • 提供者:邓小y
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com