CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 最小二乘法实现

搜索资源列表

  1. circlefitting

    2下载:
  2. 最小二乘法拟合圆vc实现,最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过 最小化 误差 的平方和找到一组数据的最佳 函数 匹配。 最小二乘法是用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。-least squares fitting round vc realized, least-squares method (least squares analysis) is a mathematical optimization techniq
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:187392
    • 提供者:林楚
  1. cvfitline.rar

    0下载:
  2. 直线拟合。给定1D,2D,3D点对,就能通过程序实现点对的最小二乘法直线拟合。,fitline
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:5088
    • 提供者:liuyong
  1. affine

    2下载:
  2. 基于最小二乘法的仿射变换 matlab实现-Least square method based on the realization of affine transformation matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:3611
    • 提供者:
  1. iris_location

    0下载:
  2. 用hough和最小二乘法实现虹膜的定位,用matlab实现,非常成功的例子-Hough and least squares method used to achieve the positioning of the iris, using matlab to achieve very successful examples of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:317731
    • 提供者:xiaozhang
  1. least-square-affine-transformations

    0下载:
  2. 用最小二乘法实现的仿射变换的程序,很好用的。-The least square method to achieve affine transformations of the program, very good use.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:8009
    • 提供者:wangyuxia
  1. GOODMovingLeastsquaresmethod

    1下载:
  2. 一个优秀的移动最小二乘法算法,使用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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:4708
    • 提供者:wen33
  1. RsImagepinjie

    0下载:
  2. 本程序实现了两幅影像在已知了重叠区域后的拼接功能,采用最小二乘法来调节两幅影像的色差,相关系数法来寻找最佳镶嵌边,并对镶嵌边采用内插处理得到联系的镶嵌线-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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1380991
    • 提供者:SmallBird
  1. muti_core-unwrap

    0下载:
  2. 在多核处理器计算机上实现的多线程INSAR相位解缠,具体解缠方法为最小二乘法。-Multi-core processors to achieve multi-threaded computer INSAR phase unwrapping, unwrapping method for the specific method of least squares.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4475283
    • 提供者:dawd
  1. LeastSquaresEllipse

    0下载:
  2. 利用最小二乘法,可以自动实现图像中的椭圆检测并拟合出来,效果很好-Ellipse detection and fitting them to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1603
    • 提供者:lichao
  1. Complex-environments-face-detection

    0下载:
  2. 提出了一种针对复杂环境下的过人脸检测方法,首先在CbCgCr空间利用直接最小二乘法构建了对光照和复杂背景鲁棒性更好肤色聚类模型,实现了准确的肤色检测;然后针对人脸中姿态和表情变化,提出了基于Adaboost的多姿态人脸检测,精确的实现了人脸检测定位。-Extraordinary face detection method for complex environments, the first space CbCgCr ​ ​ direct least squares meth
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:5086716
    • 提供者:洁洁
  1. matlab-LSF-Least-Square-Fit

    1下载:
  2. 用matlab实现最小二乘法拟合,函数源代码-matlab LSF Least Square Fit
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:716
    • 提供者:罗艳
  1. Least-Square-Fit-

    1下载:
  2. 最 小二乘法通常用于曲线拟合(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.
  3. 所属分类:Special Effects

    • 发布日期:2016-07-18
    • 文件大小:184320
    • 提供者:jimlank
  1. drawcircle

    0下载:
  2. 本文采用最小二乘法实现圆拟合,只要任点3点圆就可以被拟合出来,值得研究- Circular curve fitting using three points
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1151
    • 提供者:吴波
  1. deblurring

    0下载:
  2. 用charal函数实现对加噪降晰图像的反降晰.charal函数实现约束最小二乘法的算法,其中alpha(1/lamda)由Charalambous确定.反降晰的图像相对于降晰加噪图像清晰度有所提升,但是反降晰的图像存在较为明显的寄生波纹。-Deblurring the blurred image with noise by using Charal function. Charal function implements constrained least squares algorithm,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1207
    • 提供者:suibianfen
  1. image-rectificatin

    0下载:
  2. 多项式法实现图像的纠正,首先根据公共点,按最小二乘法求出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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1933855
    • 提供者:海林
  1. linefit

    1下载:
  2. C++实现最小二乘法一元回归和多项式拟合,用于图形图像处理及相关应用-C++ implementation method of least squares monadic regression and polynomial fitting
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:338812
    • 提供者:xxjj
  1. Linear-constrained

    0下载:
  2. 使用matlab实现有约束条件的最小二乘法混合像元线性分解-matlab code of linear LS unmixing
  3. 所属分类:Special Effects

    • 发布日期:2015-05-13
    • 文件大小:1024
    • 提供者:宇洁
  1. CircleFitting

    1下载:
  2. 该函数实现的是激光光斑中心检测。首先对光斑进行预处理,然后利用最小二乘法来拟合光斑,得到光斑的中心坐标以及光斑半径。-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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:966
    • 提供者:简俊明
  1. zvehdzt

    0下载:
  2. 用vc++实现广义的最小二乘法程序,朋友们可以看看,请多交流!()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:14336
    • 提供者:RQaptj@405085
搜珍网 www.dssz.com