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

搜索资源列表

  1. 最小二乘法直线拟核源代码

    1下载:
  2. 图像处理源代码,介绍了利用最小二乘法对BMP图像进行直线拟合的方法-image processing source code, introduced to the use of least squares to BMP images linear fitting method
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1454
    • 提供者:authority007
  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. 最小二乘法直线算法

    0下载:
  2. 最小二乘法的直线拟合算法,可用各种开发工具实现-linear least squares fitting algorithm can be used to achieve various development tools
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1179
    • 提供者:任萍
  1. 直线的最小二乘拟合

    0下载:
  2. 实现线性方程的拟合,给出误差和协方差
  3. 所属分类:2D图形编程

  1. nihe

    0下载:
  2. 最小二乘法直线拟合用VC实现,可以给学习OPENCV图像处理的人一点帮助-VC achieved by the least square method, image processing can OPENCV people learn a little help
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1481
    • 提供者:
  1. Least_quare_straight_line_Fit

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

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

    1下载:
  2. 基于计算机视觉的工件尺寸自动检测技术研究,直线拟合,附完整程序及待处理图片-Workpiece dimensions using computer vision technology automatically detect, line fitting, with a full program and image to be processed
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:121426
    • 提供者:zcc21
  1. LeastQuadraticFiter

    0下载:
  2. 基于最小二乘法对离散的数据点进行直线拟合,能够最大程度的实现总误差的最小化-Least squares method based on discrete data points on the straight line fitting, to the greatest degree of implementation to minimize the total error
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:6713
    • 提供者:李想懂
  1. min

    0下载:
  2. 最小二乘法,实现了直线拟合,和曲线拟合的功能-Least squares method, to achieve a straight line fitting, and curve fitting function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:2027717
    • 提供者:mayaojie
  1. drawLIHE

    1下载:
  2. MFC程序实现标准点下的直线拟合,设计了描点,连线,画拟合线的这几个动作!-MFC Program for fitting a straight line under the standard point, the design of the scanning point, the connection and draw a few moves that fit the line!
  3. 所属分类:分形几何

    • 发布日期:2013-08-12
    • 文件大小:46617
    • 提供者:
  1. math_exp

    0下载:
  2. matalb的经典算法,是关于直线拟合等等内容的-matalb classic algorithms, and so the content on the linear fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1468539
    • 提供者:吴京
  1. nihe

    0下载:
  2. .NET与Matlab结合 —— 最小二乘法直线拟合(C#)-. NET integration with Matlab- least squares fitting a straight line (C#)
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:44062
    • 提供者:dc
  1. 最小二乘法直线拟合-用VC实现的

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

    • 发布日期:2017-04-06
    • 文件大小:1526
    • 提供者:nexpe
  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. 输入N个点的横纵坐标,用一条直线拟合,用类的方法求出最能表现这N个点所在的那条直线的方程。(Enter the horizontal and vertical coordinates of N points, use a straight line fitting, and use the class method to find the equation that can best represent the line in which the N points are located.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:524288
    • 提供者:楚子航
  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. 曲线拟合:通过给定的一组二维坐标点,利用线性代数中矩阵求逆的知识,从这些数据中找出规律性,预测原函数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. RANSAC_plane_single

    0下载:
  2. 基于matlab的RANSAC算法,主要用来拟合二维直线,同时选出非直线的点用于后续曲线拟合。(The RANSAC algorithm based on MATLAB is used to fit two dimensional lines, and the point of non straight line is selected for the subsequent curve fitting.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:2143232
    • 提供者:pkene
  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 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com