搜索资源列表
circlefitting
- 最小二乘法拟合圆vc实现,最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过 最小化 误差 的平方和找到一组数据的最佳 函数 匹配。 最小二乘法是用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。-least squares fitting round vc realized, least-squares method (least squares analysis) is a mathematical optimization techniq
cvfitline.rar
- 直线拟合。给定1D,2D,3D点对,就能通过程序实现点对的最小二乘法直线拟合。,fitline
affine
- 基于最小二乘法的仿射变换 matlab实现-Least square method based on the realization of affine transformation matlab
iris_location
- 用hough和最小二乘法实现虹膜的定位,用matlab实现,非常成功的例子-Hough and least squares method used to achieve the positioning of the iris, using matlab to achieve very successful examples of
least-square-affine-transformations
- 用最小二乘法实现的仿射变换的程序,很好用的。-The least square method to achieve affine transformations of the program, very good use.
GOODMovingLeastsquaresmethod
- 一个优秀的移动最小二乘法算法,使用c++实现。是我多年工作留下来的,什么也不说上传给大家使用-A good moving least squares algorithm, using c++ implementation. I have years of work left behind, not saying anything uploaded for everyone to use the
RsImagepinjie
- 本程序实现了两幅影像在已知了重叠区域后的拼接功能,采用最小二乘法来调节两幅影像的色差,相关系数法来寻找最佳镶嵌边,并对镶嵌边采用内插处理得到联系的镶嵌线-This program implements two images overlap known regions of the splicing function, using least squares method to adjust the two color images, the correlation coefficient met
muti_core-unwrap
- 在多核处理器计算机上实现的多线程INSAR相位解缠,具体解缠方法为最小二乘法。-Multi-core processors to achieve multi-threaded computer INSAR phase unwrapping, unwrapping method for the specific method of least squares.
LeastSquaresEllipse
- 利用最小二乘法,可以自动实现图像中的椭圆检测并拟合出来,效果很好-Ellipse detection and fitting them to achieve
Complex-environments-face-detection
- 提出了一种针对复杂环境下的过人脸检测方法,首先在CbCgCr空间利用直接最小二乘法构建了对光照和复杂背景鲁棒性更好肤色聚类模型,实现了准确的肤色检测;然后针对人脸中姿态和表情变化,提出了基于Adaboost的多姿态人脸检测,精确的实现了人脸检测定位。-Extraordinary face detection method for complex environments, the first space CbCgCr direct least squares meth
matlab-LSF-Least-Square-Fit
- 用matlab实现最小二乘法拟合,函数源代码-matlab LSF Least Square Fit
Least-Square-Fit-
- 最 小二乘法通常用于曲线拟合(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.
drawcircle
- 本文采用最小二乘法实现圆拟合,只要任点3点圆就可以被拟合出来,值得研究- Circular curve fitting using three points
deblurring
- 用charal函数实现对加噪降晰图像的反降晰.charal函数实现约束最小二乘法的算法,其中alpha(1/lamda)由Charalambous确定.反降晰的图像相对于降晰加噪图像清晰度有所提升,但是反降晰的图像存在较为明显的寄生波纹。-Deblurring the blurred image with noise by using Charal function. Charal function implements constrained least squares algorithm,
image-rectificatin
- 多项式法实现图像的纠正,首先根据公共点,按最小二乘法求出a、b的值,然后根据多项式法对图像进行纠正。-Polynomial method to realize image correction, first of all, according to the common point, according to the least squares method to find the value of a, b, and then based on the polynomial method fo
linefit
- C++实现最小二乘法一元回归和多项式拟合,用于图形图像处理及相关应用-C++ implementation method of least squares monadic regression and polynomial fitting
Linear-constrained
- 使用matlab实现有约束条件的最小二乘法混合像元线性分解-matlab code of linear LS unmixing
CircleFitting
- 该函数实现的是激光光斑中心检测。首先对光斑进行预处理,然后利用最小二乘法来拟合光斑,得到光斑的中心坐标以及光斑半径。-This function is implemented in the laser spot detection. First spot pretreatment, and then use the method of least squares fitting spot to get a spot center coordinates and the radius of the
zvehdzt
- 用vc++实现广义的最小二乘法程序,朋友们可以看看,请多交流!()