Welcome![Sign In][Sign Up]
Location:
Search - Fitting straight line

Search list

[Mathimatics-Numerical algorithmsData-fitting-methods

Description: 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。-offers several data fitting c code : Fitting a straight line (FIT); Two linear least-squares method ((LFIT, COVSRT), (SVDFIT, SVDVAR) (oddity), (FPOLY, FLEG) (example)); Nonlinear least 3 two multiplication ((MRQMIN (Levenberg - Marguardt), MRQCOF (evaluation)), FGAUSS (example)); 4 absolute deviation of the smallest linear fitting (MEDFIT (cal para), ROFUNC (example)).
Platform: | Size: 6066 | Author: ldg | Hits:

[Other resourceRLine

Description: 通过一系列点利用最小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
Platform: | Size: 3731 | Author: hcy | Hits:

[Mathimatics-Numerical algorithmsData-fitting-methods

Description: 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。-offers several data fitting c code : Fitting a straight line (FIT); Two linear least-squares method ((LFIT, COVSRT), (SVDFIT, SVDVAR) (oddity), (FPOLY, FLEG) (example)); Nonlinear least 3 two multiplication ((MRQMIN (Levenberg- Marguardt), MRQCOF (evaluation)), FGAUSS (example)); 4 absolute deviation of the smallest linear fitting (MEDFIT (cal para), ROFUNC (example)).
Platform: | Size: 6144 | Author: ldg | Hits:

[2D GraphicRLine

Description: 通过一系列点利用最小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
Platform: | Size: 3072 | Author: hcy | Hits:

[GIS programlinefitting

Description: 直线拟合源代码,是数字摄影测量课程练习程序-Fitting a straight line source is digital photogrammetry courses practice procedures
Platform: | Size: 123904 | Author: | Hits:

[Algorithmline

Description: 由测量点坐标,拟合直线,在VB6.0下调试成功,可应用于测量,科学试验等-By the coordinates of measurement points, fitting a straight line under the debugger in VB6.0 successful, can be applied to measurement, such as scientific experiments
Platform: | Size: 15360 | Author: szc | Hits:

[Graph DrawingLine

Description: 通过OPENCV对曲线进行直线拟合,曲线输入为图片,输出为一副直线的图片,可以参考一下-Through OPENCV on a straight line curve fitting, curve input for the picture, the output for a straight-line images, you can refer to
Platform: | Size: 2172928 | Author: 朱志强 | Hits:

[Graph programellin3

Description: 该代码提供了一系列的 方法进行直线提取,边界检测,椭圆拟合等-The code provides a series of straight-line method of extraction, boundary detection, ellipse fitting, etc.
Platform: | Size: 46080 | Author: 董小华 | Hits:

[Algorithmzui_xiao_er_cheng_fa

Description: 最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(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 with a straight line to the point of the expression of a number of trends, of course, a straight line through all the points is the best, but often there is a margin of error, Therefore, a straight line fitting the requirements of the smallest error. established for these points (x1, y1), (x2, y2 )....( xn, yn). fitting straight line y = kx+ b.
Platform: | Size: 2048 | Author: lining | Hits:

[Special Effectsfinal

Description: 直线的最小二乘法拟合,输入一条曲线,经拟合后输出一条直线-The least squares fitting a straight line, enter a curve, by fitting a straight line after the output
Platform: | Size: 402432 | Author: 高超 | Hits:

[Special EffectsHoughtransformation

Description:  将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。 首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法 拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在 多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间 不容易控制的问题。-The Hough transform and least squares method, to study the experimental data and image processing in the binary edge map method for fitting a straight line. First of all, the use of Hough transform concentration of data points removed or noise interference, and a straight line in the vicinity of different points separated and then, using the straight-line least square method. This method not only solved directly when using the least square method, fitting a straight line susceptible to interference or noise and data points are located in the vicinity of more than a straight line and the two issues can not be fitted while also addressing the direct use of Huo Cardiff transform, the accuracy of fitting straight line segments is not high and the effective range is not easy to control.
Platform: | Size: 206848 | Author: 李明 | Hits:

[AlgorithmFitLine

Description: 采用最小二乘的方法拟合出了一条空间直线,用VC6.0编写的控制台程序-Using the method of least squares fitting of a straight line in space with console procedures prepared by VC6.0
Platform: | Size: 2855936 | Author: GongChun | Hits:

[OtherDrawpicture

Description: 计算机图形学中的综合程序,具有绘制直线、曲线、圆、填充多边形、图形裁剪、曲线拟合等功能。-Computer graphics in an integrated process, has drawn a straight line, curve, circle, polygon fill, graphics, cutting, curve fitting functions.
Platform: | Size: 143360 | Author: elsa | Hits:

[Special EffectsRANSAC

Description: 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
Platform: | Size: 1024 | Author: 田冰 | Hits:

[GDI-BitmapHOUGH_Car

Description: 提出了一种先分段,再利用Hough变换拟合直线的水平分割方法和基于先验知识约束的垂直分割方法,同时提出目标增强的预处理方法.大量实验表明,该算法较好地解决了以上问题,适用于各种质量的车牌图像,分割的准确率较高.-Presents a first section, then use the level Hough transform fitting straight line segmentation method and prior knowledge constraints on vertical segmentation method, while enhancing the preprocessing method proposed objectives. A large number of experiments show that the algorithm can solve the above problems, for various quality license plate image, the higher the accuracy of segmentation.
Platform: | Size: 271360 | Author: 郭事业 | Hits:

[Special Effectsline

Description: 直线拟合算法,对图像分割,对目标进行直线拟合,确定目标多边形形状-Fitting a straight line algorithms, image segmentation, line fitting on the target, target polygon shapes
Platform: | Size: 3913728 | Author: lgmlgm | Hits:

[matlableast_least_squares_regression

Description: 最小二乘拟合,最小二乘拟合直线算法,使用matlab实现最小二乘拟合直线。-Least square fitting, least squares fitting straight line method, using the least squares fitting straight line matlab implementation.
Platform: | Size: 1024 | Author: 滕宇 | Hits:

[AlgorithmRANSAC

Description: 随机抽样一致性算法,在含有噪声点的样本中,寻找拟合直线-Random consistency algorithm in noisy point samples, looking for straight line fitting
Platform: | Size: 348160 | Author: Andy | Hits:

[AlgorithmLeast-squares-straight-line

Description: 最小二乘法拟合直线程序,数据自己做,很简单-Least-squares fitting a straight-line program data to do is very simple ......
Platform: | Size: 1024 | Author: 楚彭子 | Hits:

[Windows Develop最小二乘法直线拟合 用VC实现的3

Description: 最小二乘法拟合直线,通过点云或者三角网格(Least square fitting straight line by point cloud)
Platform: | Size: 1024 | Author: cyyhm | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net