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

搜索资源列表

  1. image3

    0下载:
  2. 在c++builder环境下对图像进行拟合直线测量距离,最小二乘法拟合直线!-Least squares fitting line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3051
    • 提供者:常军
  1. name

    0下载:
  2. CAD 二次开发 arx程序 实现图片像素到CAD图形实体的转变 最后以直线完成对像素的拟合 没有优化 像素多的时候 程序比较慢 -cad arx program
  3. 所属分类:CAD

    • 发布日期:2017-04-16
    • 文件大小:42094
    • 提供者:martin
  1. zxec

    0下载:
  2. 最小二乘法源代码。可以用来计算最小二乘法最佳拟合直线-Can be used to calculate the least squares best fit straight line
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1436865
    • 提供者:巫文斌
  1. least_absolute_linear_regression

    0下载:
  2. 最小一乘算法和最小一乘拟合直线。这是最小一乘拟合直线的matlab算法。-Least absolute deviation fitting algorithm and the least absolute deviation line. This is the minimum by fitting a straight line matlab algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:727
    • 提供者:滕宇
  1. least_least_squares_regression

    1下载:
  2. 最小二乘拟合,最小二乘拟合直线算法,使用matlab实现最小二乘拟合直线。-Least square fitting, least squares fitting straight line method, using the least squares fitting straight line matlab implementation.
  3. 所属分类:matlab

    • 发布日期:2015-10-01
    • 文件大小:1024
    • 提供者:滕宇
  1. least-absolute-linear-matlab

    0下载:
  2. 最小一乘拟合直线算法在matlab中的实现。-Least one straight line fitting algorithm in matlab by the implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:619703
    • 提供者:滕宇
  1. RANSAC

    0下载:
  2. 随机抽样一致性算法,在含有噪声点的样本中,寻找拟合直线-Random consistency algorithm in noisy point samples, looking for straight line fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:348159
    • 提供者:Andy
  1. RansacLine

    0下载:
  2. RANSAC随机采样一致性算法 最轻大的拟合直线算法-RANSAC random sampling, the algorithm of consistency light fitting line algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:30581
    • 提供者:焦晓波
  1. Form1

    0下载:
  2. 输入几个点的横坐标和纵坐标,用最小二乘法拟合出直线(类似y=ax+b).并把这个方程计算并显示出来。-Enter a few points of horizontal and vertical coordinates, with the least-squares fitting a straight line (similar to y = ax b). And this equation is calculated and displayed.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:linglink
  1. RANSAC-gb

    0下载:
  2. Ransac(随机抽样一致性估计)拟合直线,将网上的算法进行了整理修改,RawData1.txt与RawData2.txt为测试数据,result.txt为去除外点以后的数据-Ransac Random sample console for Line
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:801860
    • 提供者:张本梁
  1. m

    0下载:
  2. 用数值分析里的最小二成法来实现拟合直线的函数 -Least into law in the numerical analysis to fit a straight line function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1226
    • 提供者:lily
  1. ladregression

    0下载:
  2. 最小一乘算法和最小一乘拟合直线。这是最小一乘拟合直线的matlab算法-Least absolute deviation fitting algorithm and the least absolute deviation line. This is the minimum
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:520
    • 提供者:yangyuanyuan
  1. ellipse-fit-based-on-matlab

    1下载:
  2. 直线、平面、圆和椭圆拟合程序,该程序基于matlab,对学习这方面的知识有一定帮助。-circle,ellipse,straight line and plane fit based on matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:83310
    • 提供者:Jackdong
  1. Least-squares-method

    0下载:
  2. 最小二乘法 比较常用的拟合方法 可以拟合直线 曲线-Least squares method is commonly used fitting method can be fitted straight line curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1182
    • 提供者:张剑坤
  1. Hough

    0下载:
  2. 实现Hough直线检测,标记直线的两端点坐标,再对相似的直线做曲线拟合,可以完美实现边缘连接。-Hough line detection, marking a straight line at both ends of point coordinates, similar linear curve fitting, can be the perfect realization of the edge connector.
  3. 所属分类:Graph program

    • 发布日期:2017-11-29
    • 文件大小:37448
    • 提供者:majun
  1. Bresenham

    0下载:
  2. 基于C++的编程,任意输入点拟合直线,界面描出点并且画出拟合的曲线-Bresenham
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:47531
    • 提供者:雷洋
  1. MATLAB-zxerchengfa

    0下载:
  2. MATLAB编辑最小二乘法拟合直线法的程序-MATLAB edit least squares fit of a straight-line basis over the program
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:38257
    • 提供者:fsq405
  1. ls

    0下载:
  2. 最小二乘拟合直线,通过一些测量数据拟合成一条直线 -Least-squares fitting a straight line, fit a straight line through measurement data
  3. 所属分类:File Operate

    • 发布日期:2017-11-18
    • 文件大小:1381015
    • 提供者:西电
  1. ransac_fitline_and_fitellipse

    0下载:
  2. 可以实现Ransac拟合直线和椭圆,很方便,可以直接用。-Can be achieved Ransac fitting a straight line and ellipse, very convenient, and can be directly used.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-05
    • 文件大小:3485963
    • 提供者:陶治江
  1. fitting-line

    0下载:
  2. 可输入多组数据,最小二乘法拟合直线方程。并可以验证其误差-Multiple sets of data can be entered, least-squares fitting a linear equation. And can verify its error
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:5115450
    • 提供者:王志强
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com