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

搜索资源列表

  1. CircleSim

    1下载:
  2. 圆拟合算法的实现(VC) 包括:最小二乘精确解、最小二乘近似解、高斯牛顿法迭代解-circle fitting algorithm to achieve (VC), including : LS Exact solution, least squares approximate solution, Gaussian Newton iterative solution
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7.64kb
    • 提供者:buoll
  1. LSM_Match

    2下载:
  2. 最小二乘匹配,图像匹配算法,需要初始匹配坐标,可以达到亚像素精度-least squares matching, image matching algorithm, the initial need to match coordinates, can reach sub-pixel accuracy
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.85kb
    • 提供者:fshguo
  1. ex26aview1

    2下载:
  2. 基于最小二乘法的相位解缠VC++算法 -least squares method based on the VC Phase Unwrapping Algorithms
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12.55kb
    • 提供者:zhuting
  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
    • 文件大小:183kb
    • 提供者:林楚
  1. fitting

    0下载:
  2. Fitzgibbon, Pilu, Fisher: Direct Least Squares Fitting of Ellipses -Fitzgibbon, Pilu, Fisher : Direct Least Squares Fitting of Ellipses
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30.06kb
    • 提供者:陈西
  1. adsp2

    2下载:
  2. 设计最小二乘逆滤波器求解反卷积问题,假设有观测噪声,为降低观测噪声的影响,可采用预白化方法,设计长度N=50的最小平方FIR逆滤波器-inverse filter design for least squares deconvolution, the assumption that the measurement noise, To reduce the impact of noise and possible pre-whitening method, the length N = 50 th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:26.51kb
    • 提供者:吴森泉
  1. BLS-GSM_Denoising

    0下载:
  2. 现在在所有图像去噪滤波中最较理想的去噪算法——Bayesian Least Squares - Gaussian Scale Mixture的matlab实现代码,应用丰富,与商用图像处理软件媲美,其原理可以参见J Portilla, V Strela, M Wainwright, E P Simoncelli, \"Image Denoising using Scale Mixtures of Gaussians in the Wavelet Domain
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.31mb
    • 提供者:pudndcy
  1. 运动模糊图像通过四种方法维纳滤波

    3下载:
  2. 运动模糊图像通过四种方法维纳滤波、约束最小二乘法、lucy、盲目卷积图像复原,Motion-blurred image through the four methods of Wiener filter, constrained least squares method, lucy, blind deconvolution image restoration
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-12-17
    • 文件大小:898byte
    • 提供者:岳丹丹
  1. ellipsefit.rar

    1下载:
  2. MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码,Based on MATLAB to achieve a least-squares fitting oval direct algorithm source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.99kb
    • 提供者:小蔡
  1. Houghtransformation.rar

    2下载:
  2.  将霍夫变换与最小二乘法相结合,研究对实验数据和图像处理中的二值边缘图进行直线拟合的方法。 首先,用霍夫变换剔除数据点集中的干扰点或噪声,并将分布在不同直线附近的点分离出来 然后,用最小二乘法 拟合各直线。该方法既解决了直接使用最小二乘法拟合时,拟合直线易受干扰点或噪声的影响和数据点分布在 多条直线附近而无法拟合的两个问题 同时也解决了直接使用霍夫变换时,拟合直线精度不高和直线段有效区间 不容易控制的问题。,The Hough transform and least squares me
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:202.13kb
    • 提供者:李明
  1. PLS_Ref_Manual_3_5

    0下载:
  2. Matlab PLS toolbox 3.5 manual PLS_Toolbox is a collection of essential and advanced chemometric routines that work within the MATLAB™ computational environment1. It contains the tools required by chemical engineers, analytical chemists and
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:588.93kb
    • 提供者:Jolin
  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-02
    • 文件大小:4.6kb
    • 提供者:wen33
  1. Adaptivelyregularizedconstrainedtotalleast-squares

    0下载:
  2. 自适应正则化的最小二乘图像复原算法,基于一定的参考价值-Adaptive regularized least squares image restoration algorithm, based on some value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:214.31kb
    • 提供者:吴军
  1. fitting1

    0下载:
  2. fitting function for data curve fitting using least mean square
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:12.51kb
    • 提供者:boy
  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
    • 文件大小:4.27mb
    • 提供者:dawd
  1. Least-squares-method

    0下载:
  2. 最小二乘法 比较常用的拟合方法 可以拟合直线 曲线-Least squares method is commonly used fitting method can be fitted straight line curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1.15kb
    • 提供者:张剑坤
  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
    • 文件大小:180kb
    • 提供者:jimlank
  1. sparse-least-squares

    1下载:
  2. 关于稀疏最小二乘算法的matlab程序。最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配-Matlab program for sparse least squares algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-04
    • 文件大小:39.91kb
    • 提供者:zhaolu
  1. weighted-least-squares-filter

    0下载:
  2. 基于加权最小二乘最优化框架的滤波器。可用于实现图像的分层编辑。-Weighted least square
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:1.25kb
    • 提供者:汉强
  1. least-squarethreshold-segmentation

    0下载:
  2. 最小二乘阈值分割法,压缩包中包含子程序,需解压后使用,可在MATLAB环境中运行-Thresholding the least squares method, a compression package contains subroutines, after decompression need to use, can be run in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:1.71kb
    • 提供者:王一
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com