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

搜索资源列表

  1. 最小二乘法直线拟合 用VC实现的

    1下载:
  2. 一个基于VC的最小二乘法直线拟合,很有用哦-a VC-based linear least squares fitting method, useful oh
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1477
    • 提供者:wrm
  1. 最小二乘法直线拟合程序

    4下载:
  2. 此程序为vc程序源代码,而且是多项式拟合程序,具体做法是从一副图上读出离散或连续的点,拟合成直线或曲线。-procedure for vc source code, but is polynomial fitting procedures, the specific approach is a map read out discrete or continuous, straight line or be synthetic curve.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2924
    • 提供者:liu
  1. Houghtransformation.rar

    1下载:
  2.  将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。 首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法 拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在 多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间 不容易控制的问题。,The Hough transform and least squares me
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:206977
    • 提供者:李明
  1. NIHE

    3下载:
  2. 基于VC++的曲线拟合。包括直线拟合,多项式拟合,对数拟合-the line nihe base of VC++
  3. 所属分类:Windows编程

    • 发布日期:2013-05-20
    • 文件大小:3074806
    • 提供者:王傲能
  1. zui_xiao_er_cheng_fa

    0下载:
  2. 最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1600
    • 提供者:lining
  1. zhixiannihe

    1下载:
  2. 内容是最小二乘法求拟合直线的C源码,很容易看懂-Is least squares fitting a straight line for the C source code, it is easy to understand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3143
    • 提供者:lxq
  1. nihecaishangxian

    0下载:
  2. 用于直线拟合,加之最小二乘回归拟合直线,是本人原创!-For fitting a straight line, in addition to least-squares regression fitting a straight line, is my original!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:840
    • 提供者:zlkecy
  1. Write

    0下载:
  2. 数值计算,最小二乘法直线拟合程序 -Numerical calculation, linear least squares fitting procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5959
    • 提供者:dengwei
  1. straightlinefitting

    0下载:
  2. 用VB实现输入多个实验数据,进而进行直线拟合-The input of experimental data with VB and then fitted to a straight line
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:13805
    • 提供者:Hephaestus.D
  1. spec

    0下载:
  2. 对两组数据进行最小二乘法拟合并得出拟合直线的斜率-using the least square algorithm to make the regression and get the slope of the line
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1946
    • 提供者:毕丽思
  1. Least_quare_straight_line_Fit

    0下载:
  2. c#最小二乘法直线拟合,任意点的数目,求出最佳拟合直线方程并绘制-c# least squares linear fit
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:47898
    • 提供者:孙崇利
  1. bin

    0下载:
  2. 直线段拟合,将在一定范围内的点拟合到直线段上(The fitting of points within a certain range is on a straight line)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:孤影秋风
  1. 最小二乘法拟合直线程序和软件

    0下载:
  2. 最小二乘法拟合直线程序,Least square method of fitting linear program(Least square method of fitting linear program)
  3. 所属分类:易语言编程

    • 发布日期:2017-12-28
    • 文件大小:52224
    • 提供者:OROP
  1. 最小二乘法直线拟合 用VC实现的3

    0下载:
  2. 最小二乘法拟合直线,通过点云或者三角网格(Least square fitting straight line by point cloud)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:cyyhm
  1. 直线拟合

    0下载:
  2. 基于opencv图像处理,对分布的多点进行直线拟合(Opencv image processing based on straight line fitting of multi point distribution)
  3. 所属分类:图形图像处理

  1. 曲线拟合

    0下载:
  2. 曲线拟合:通过给定的一组二维坐标点,利用线性代数中矩阵求逆的知识,从这些数据中找出规律性,预测原函数f(x)的表达式,以消除所给数据的局部波动。一次拟合出来的函数图像是直线,二次拟合出来的图像是抛物线。两者相比,二次拟合逼近程度更高。(curve fitting through a given set of two-dimensional coordinates, using the inverse matrix in linear algebra knowledge, find out the
  3. 所属分类:网络编程

    • 发布日期:2018-01-02
    • 文件大小:7168
    • 提供者:HAI&FISH
  1. 拟合曲线

    0下载:
  2. 鼠标点击任意两点,两点之间进行直线拟合,继续点击,增加点的数目,多点之间进行多次插值拟合(Mouse click any two points, between two points to a straight line fitting, continue to click, increase the number of points, multiple points between multiple interpolation fitting)
  3. 所属分类:网络编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:fjw623
  1. 实现直线识别_拟合角平分线

    0下载:
  2. 最近在学习matlab所以上传了较多关于matlab的代码,如果有学数值计算的同学,这里面是线性拟合与直线识别的相关内容(Recently, in learning Matlab, I uploaded more code about MATLAB. If there are students who learn numerical calculation, it is related to linear fitting and line recognition.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:135168
    • 提供者:知道17
  1. 最小二乘法分段直线拟合

    2下载:
  2. 曲线拟合是图像分析中非常重要的描述符号。最常用的曲线拟合方法是最小二乘法,然而一般的最小二乘法有一定的局限性,已经有不少学者对其进行了一些改进。进一步对最小二乘法进行改进,提出一种新的分段直线拟合算法来代替多项式曲线拟合,以达到简化数学模型的建立和减少计算的目的,使其能够更好地对点序列进行拟合。(Curve fitting is a very important descr iptor in image analysis,the most commonly used curve fitting
  3. 所属分类:文章/文档

    • 发布日期:2019-08-08
    • 文件大小:191488
    • 提供者:tintintin
  1. Ransac拟合直线和圆

    1下载:
  2. C# 实现直线拟合,圆拟合 ransac算法,剔除忽略点(C# realizes line fitting and circle fitting with ransac algorithm to eliminate the ignored points)
  3. 所属分类:C#编程

    • 发布日期:2021-03-17
    • 文件大小:76800
    • 提供者:bosshyup
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com