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

搜索资源列表

  1. curvfit

    1下载:
  2. Curve fitting(一)绘制散点图,决定曲线类型 (二)曲线直线化变换(三)建立线性回归方程(四)用线性回归拟合曲线-Curve fitting (1) mapping of plot, decided to curve type (2) linear curve Transform (3) linear regression equation (4) using linear regression curve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7561
    • 提供者:fei
  1. RLine

    0下载:
  2. 通过一系列点利用最小2乘法拟合直线,还包含画和计算法线平行线一些小函数-through a series of points with a minimum two multiplication fitting straight line, also includes paintings and calculating normal parallel lines some small function
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3731
    • 提供者:hcy
  1. ercheng2007

    0下载:
  2. 直线Y=Kx+b拟合方法。使用二乘法作的-straight Novel b = Y fitting method. Use for the two multiplication
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:29757
    • 提供者:lixin
  1. line

    0下载:
  2. 由测量点坐标,拟合直线,在VB6.0下调试成功,可应用于测量,科学试验等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15200
    • 提供者:szc
  1. genzongdingwei

    0下载:
  2. 对图像进行定位跟踪,找出chip图像的四个角点 并通过拟合直线计算偏转角
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3395
    • 提供者:长风
  1. 2

    0下载:
  2. 机器人视觉导航而言,道路识别和表示是一个非常重要的环节,它直接影响到后续的路径规划。该文针对红外道 路图像,提出了基于区域方法的一套处理方案,该方法首先通过分割获得道路区域,利用链码跟踪获取道路边缘的链码。采 用了一种通用的道路模型,然后基于链码以及该道路模型,设计了一种有效的道路边界拟合方法。在拟合过程中,首先依据 一定的准则把链码分为两段,对于每一段再递归执行该分段过程,直到不能分为止,然后用分段直线去描述道路边界。该拟 合算法可以有效地处理直道和非直道的情况。文中给出了相关
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:232487
    • 提供者:高子
  1. 103244810MyIMITATE

    1下载:
  2. 两种曲线拟合的算法,对直线,多项式进行拟合,并得出其计算公式
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:94535
    • 提供者:sdfkl
  1. ellin3

    2下载:
  2. 该代码提供了一系列的 方法进行直线提取,边界检测,椭圆拟合等
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:46025
    • 提供者:董小华
  1. Drawpicture.rar

    0下载:
  2. 计算机图形学中的综合程序,具有绘制直线、曲线、圆、填充多边形、图形裁剪、曲线拟合等功能。,Computer graphics in an integrated process, has drawn a straight line, curve, circle, polygon fill, graphics, cutting, curve fitting functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:142988
    • 提供者:elsa
  1. LeastSquare

    0下载:
  2. 给出一些离散的点,根据最小二乘法求出拟合的直线。-If there are some discrete points, you can get a line based on least square method.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1970265
    • 提供者:刘刚
  1. RANSAC

    0下载:
  2. Ransac拟合直线和最小二乘法拟合的比较,对初次接触ransac的读者帮助很大-Ransac fitting straight line and the least-squares fitting of the comparison, the initial contact with the readers of great help to ransac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1100
    • 提供者:田冰
  1. zxexf

    0下载:
  2. 曲线拟合的最小二乘法 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 y 68 67.1 66.4 65.6 64.6 61.8 61.0 60.8 60.4 60 试验要求:利用曲线拟合的线性最小二乘法求被逼近函数f(x)在点x=55处的近似值,并画出实验数据和直线-Method of least squares curve fitting of the experimental cases: known func
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:522
    • 提供者:杨旸
  1. houghlines

    0下载:
  2. 用hough变换拟合直线,开发环境为C++,利用工具opencv,希望对大家有用-Fitting a straight line with the hough transform, the development environment for C++, use of tools opencv, we hope to be useful
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1489435
    • 提供者:刘雷
  1. Linear_least_squares_fitting_procedure

    0下载:
  2. 最小二乘法的拟合直线的C++源代码,供参考。-Least squares method of fitting a straight line of C++ source code for reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:聂鑫鑫
  1. NuclearFitting

    0下载:
  2. 核辐射中仪器标定时用到的最小二乘拟合法,coords.txt是实验得出的数据!该方法可求出拟合直线的斜率和截距。-Nuclear radiation instrumentation calibration when used least-squares fitting, coords.txt are derived from experimental data! This method can be obtained fitting a straight line of slope and in
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:杨慧
  1. 006

    0下载:
  2. 拟合直线Fitting a straight line-Fitting a straight line
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:88928
    • 提供者:chenchunchao
  1. ThreePointFitCircle

    0下载:
  2. Matlab实现: 不在同一直线上的三个点,拟合出一个圆。-Using Matlab program to fit a circle from three point which do not locate in a line.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:934
    • 提供者:王静
  1. 11

    0下载:
  2. 这几个MATLAB代码是圆、直线的拟合曲线的源程序-MATLAB code for these is round, linear curve fitting source
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:82888
    • 提供者:杨柳
  1. static

    0下载:
  2. c++计算传感器的静态特性,从正行程和反行程拟合出直线,得出线性度,迟滞,重复性-c++ calculation of static characteristics of the sensor, from being fitted out the travel itinerary and anti-straight, come linearity, hysteresis, repeatability
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1725
    • 提供者:孔霖
  1. Leastsquarscurvefitting

    0下载:
  2. 主要功能是最小二乘曲线拟合,根据一系列的点,拟合出一条直线-Main function is least squares curve fitting, based on a series of points, fitting a straight line
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1011
    • 提供者:xiaoing
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com