搜索资源列表
vb_bezierfit
- 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curv
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), ROFU
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), ROFU
line-fit
- 曲线拟合向导 ( Matlab 程序 )-Curve Fitting Wizard (Matlab procedure)
RLine
- 通过一系列点利用最小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
BoundaryDetectionVc++Res
- 图像处理中的边缘检测以及曲线拟合的结合应用,实现边缘连接和线段拟合源码-image processing edge detection and curve fitting combination of applications, connectivity and edge line fitting FOSS
linefitting
- 直线拟合源代码,是数字摄影测量课程练习程序-Fitting a straight line source is digital photogrammetry courses practice procedures
code
- Visual Bisic\最小二乘法拟合曲线算法.rar-Visual Bisic least squares curve fitting algorithm. Rar
Line
- 通过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
Fitting
- Line & Curve Fitting To 2D Points
final
- 直线的最小二乘法拟合,输入一条曲线,经拟合后输出一条直线-The least squares fitting a straight line, enter a curve, by fitting a straight line after the output
FitLine
- 采用最小二乘的方法拟合出了一条空间直线,用VC6.0编写的控制台程序-Using the method of least squares fitting of a straight line in space with console procedures prepared by VC6.0
02_leastsquares_robust_notes
- Explanation on the least square line fitting algorithm.
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
Space-linear-fitting
- 经典的空间直。线拟合源代码,包括完整GUI界面设计程序-Classic space directly. Line fitting the source code, including a complete GUI interface design process
line
- 直线拟合算法,对图像分割,对目标进行直线拟合,确定目标多边形形状-Fitting a straight line algorithms, image segmentation, line fitting on the target, target polygon shapes
RANSAC
- 随机抽样一致性算法,在含有噪声点的样本中,寻找拟合直线-Random consistency algorithm in noisy point samples, looking for straight line fitting
RansacLine
- RANSAC随机采样一致性算法 最轻大的拟合直线算法-RANSAC random sampling, the algorithm of consistency light fitting line algorithm
line-fitting
- 使用最小二乘法来实现对输入的点进行直线拟合,-Using the least squares method to achieve the linear fitting of the input point,
line
- 最小二乘直线拟合(对离散点进行的最佳直线拟合)-there is a code of line fitting