搜索资源列表
-
1下载:
运用最小二乘法对一幅图像进行图像复原 以便分析,Least square method using the image of an image in order to analyze the recovery
-
-
0下载:
给出一些离散的点,根据最小二乘法求出拟合的直线。-If there are some discrete points, you can get a line based on least square method.
-
-
1下载:
毕设,圆拟合程序,使用最小二乘法。
输出圆心,半径。,Picasso, circle fitting procedures set, using least-square method.
Output circle, radius.
-
-
2下载:
将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。
首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法
拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在
多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间
不容易控制的问题。,The Hough transform and least squares me
-
-
2下载:
基于最小二乘法的仿射变换
matlab实现-Least square method based on the realization of affine transformation matlab
-
-
0下载:
最小二乘法直线拟合用VC实现,可以给学习OPENCV图像处理的人一点帮助-VC achieved by the least square method, image processing can OPENCV people learn a little help
-
-
0下载:
用最小二乘法实现的仿射变换的程序,很好用的。-The least square method to achieve affine transformations of the program, very good use.
-
-
0下载:
最小二乘法 .-Least square method.
-
-
0下载:
最小二乘法用于分形维数中的计算,应用于c下-Least square method
-
-
0下载:
用于直线检测的基本工具,点到直线公式,以及最小二乘法原理等等!-For line detection of the basic tools, points to the linear formula, as well as the principle of least square method and so on!
-
-
1下载:
贴片机贴片原件的检测分析,它是基于hough变换和最小二乘法的!-Chip Mounter original analysis, it is based on the hough transform and least square method of!
-
-
0下载:
贴片机片式元件的检测方法分析,最小二乘法和霍夫变换相结合!-Chip Mounter detection components analysis, least square method and the combination of Hough Transform!
-
-
0下载:
单纯形法是线性规划问题的最优解求解的方法,最小二乘法通过最小化误差平方和寻找数据的最佳函数匹配。这里给提供了源码。-Simplex method linear programming method for solving the optimal solution, the least square method by minimizing the square error function to find the best match the data. Here to provide a so
-
-
0下载:
在实时跟踪系统中,要求在跟踪过程中跟踪窗口的大小实时地适应运动目标的外观变化,这对应着Meanshift 的尺度变化. 针对跟踪这种尺度变化的问题,在跟踪框内检测角点并进行匹配,将所有得到的匹配角点对建立仿射模型,并采用最小二乘法求解得到尺度变化系数,进而更新跟踪框尺度,使得Meanshift 算法可自适应地变化尺度并跟踪到大小不断变化的目标. 实验结果表明,提出的算法具有较好的准确性、鲁棒性和实时性.-In real-time tracking system, requiring the tr
-
-
0下载:
基于直接最小二乘法的椭圆拟合程序,比较实用,适用于图像处理,椭圆拟合方面研究的初学者-Direct least square method based on ellipse fitting procedure more practical for image processing, aspects of ellipse fitting for beginners
-
-
0下载:
用最小二乘影像方法进行影像匹配,以实现高精度影像匹配。-I use least square method to match image which has high precise.
-
-
0下载:
函数逼近和图像拟合,用最小二乘法进行图像拟合-Function approximation and image fitting,Using the least square method for image matching
-
-
1下载:
最
小二乘法通常用于曲线拟合(least squares fitting) 。
这里有拟合圆曲线的公式推导过程和vc 实现。-The least squares method is usually used for curve fitting (least squares fitting). Here is the derivation of the formula of the circular curve fitting and vc achieve.
-
-
0下载:
各种最小二乘法的算法及程序,世上最全面的最小二乘法。-Various method of least squares algorithm and procedures, and the world' s most comprehensive method of least squares.
-
-
0下载:
在MATLAB中使用最小二乘法去除图像噪声,恢复图像-In MATLAB using the least square method to remove image noise, image restoration
-