搜索资源列表
Data-fitting-methods
- 提供了几种数据拟合的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 d
line-fit
- 曲线拟合向导 ( Matlab 程序 )-Curve Fitting Wizard (Matlab procedure)
Line
- 多点拟合自由线段使其连接-more fitting free line connecting it
Drawpicture.rar
- 计算机图形学中的综合程序,具有绘制直线、曲线、圆、填充多边形、图形裁剪、曲线拟合等功能。,Computer graphics in an integrated process, has drawn a straight line, curve, circle, polygon fill, graphics, cutting, curve fitting functions.
RANSAC
- 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
FitLine
- 采用最小二乘的方法拟合出了一条空间直线,用VC6.0编写的控制台程序-Using the method of least squares fitting of a straight line in space with console procedures prepared by VC6.0
circle-line
- 对图像的边缘点使用最小二乘法进行圆弧拟合,对图像轮廓进行多边形逼近,算法实用快速,可靠-The edges of the image point arc fitting using least squares method, the image contour polygon approximation algorithm practical fast, reliable
Fitting
- Line & Curve Fitting To 2D Points
bestfit
- Best fitting line in vb .net
final
- 直线的最小二乘法拟合,输入一条曲线,经拟合后输出一条直线-The least squares fitting a straight line, enter a curve, by fitting a straight line after the output
02_leastsquares_robust_notes
- Explanation on the least square line fitting algorithm.
line
- 常用的直线拟合源程序,用于电、震法定解释方面-Commonly used linear fitting source for electricity, shock of statutory interpretation
Space-linear-fitting
- 经典的空间直。线拟合源代码,包括完整GUI界面设计程序-Classic space directly. Line fitting the source code, including a complete GUI interface design process
image3
- 在c++builder环境下对图像进行拟合直线测量距离,最小二乘法拟合直线!-Least squares fitting line
line
- 直线拟合算法,对图像分割,对目标进行直线拟合,确定目标多边形形状-Fitting a straight line algorithms, image segmentation, line fitting on the target, target polygon shapes
RansacLine
- RANSAC随机采样一致性算法 最轻大的拟合直线算法-RANSAC random sampling, the algorithm of consistency light fitting line algorithm
fitting-line
- 可输入多组数据,最小二乘法拟合直线方程。并可以验证其误差-Multiple sets of data can be entered, least-squares fitting a linear equation. And can verify its error
Least-squares-fitting-line
- 用C语言通过最小二乘法拟合出已知直角坐标的点进行线性拟合,并给出表达式及线性度-Least squares fitting line
Fitting-line
- 利用opencv图像边缘直线拟合,最小二值化方法-Using OpenCV for image edge fitting
最小二乘法直线拟合 用VC实现的3
- 最小二乘法拟合直线,通过点云或者三角网格(Least square fitting straight line by point cloud)