CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 高斯 拟合 算法

搜索资源列表

  1. wyl_shuzhisuanfa

    1下载:
  2. 算法包括:1.二分法求解 2.牛顿法求解 3.高斯消去法求解 4.雅可比迭代法求解 5.拉格朗日插值 6.牛顿插值 7.最小二乘法拟合 8.龙贝格方法计算积分 9.欧拉方法求解初值问题-algorithms include : 1. Solving two dichotomy. Newton method 3. Gaussian elimination method 4. Jacobi iterative method 5. Lagrange interpolation 6 value. New
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2789
    • 提供者:wangyuliang
  1. tiaoshi

    0下载:
  2. 完成两路带有三差信号的拟合输出,算法应用了高斯求逆的方法
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:13096
    • 提供者:王育剑
  1. EMGMMSeg

    1下载:
  2. 对图像进行GMM(混合高斯)拟合后用EM算法进行分割
  3. 所属分类:图形图象

    • 发布日期:2014-01-18
    • 文件大小:1227
    • 提供者:mona
  1. Matlab-2D-Gaussian-fitting-code Matlab的二维高斯拟合代码

    3下载:
  2. Matlab的二维高斯拟合代码 数值分析中非常有用的算法 -Two-dimensional Gaussian fitting Matlab code is very useful in numerical analysis algorithms
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:924
    • 提供者:罗云峰
  1. numericalcalculate

    0下载:
  2. 数值计算程序 包括:变步长梯形公式算法、二叉树算法、二分法、高斯列主消去法、曲线拟合算法等-Numerical calculation procedures include: Variable Step-trapezoid formula algorithm, binary tree algorithm, dichotomy, Gaussian elimination method the main column, curve fitting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3961
    • 提供者:李伟
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. Matlab2dGaussinafilling

    0下载:
  2. 二维高斯曲面拟合代码 采用两个算法编写的-Gaussian surface fitting code written by the two algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2539
    • 提供者:haha
  1. Point_Curvature

    3下载:
  2. 估计一个离散点云中某个点的高斯曲率和离散曲率,算法是拟合一个二次曲面-Estimate a discrete point cloud to a point in the discrete Gaussian curvature and the curvature, the algorithm is a quadratic surface fitting
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:797
    • 提供者:yanmohan
  1. sumGaussFitting

    1下载:
  2. 数值算法,高斯和拟合,能够对输入的数据进行拟合,并且能够得出最佳的图形,非常值得下载。-Numerical algorithm, Gaussian, and fitting, to fit the input data, and can come to the best of the graphics, well worth the download.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1024
    • 提供者:FSQ
  1. data-process

    0下载:
  2. 高斯 牛顿 拟合算法 高斯 牛顿 拟合算法-gauss newton
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1552
    • 提供者:shenyang
  1. AlgorithmGauss

    0下载:
  2. 工程与数值计算,包含高斯算法等一系列优化算法、拟合算法-Engineering and numerical calculation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:129642
    • 提供者:houshengkun
  1. Gaussin-Curve-Fitting-with-C

    2下载:
  2. 采用最小二乘方法的高斯曲线拟合算法, 用C 语言编写. 包含子程序.-Gaussian Curving Fitting with C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:15192
    • 提供者:罗伯特
  1. Eigen-3.2.2

    1下载:
  2. Eigen非常方便矩阵操作,当然它的功能不止如此,由于本人只用到了它的矩阵相关操作,所以这里只给出了它的一些矩阵相关的简单用法,以方便快速入门。矩阵操作在算法研究过程中,非常重要,例如在图像处理中二维高斯拟合求取光斑中心时使用Eigen提供的矩阵算法。Eigen用源码的方式提供给用户使用,在使用时只需要包含Eigen的头文件即可进行使用。-Eigen is a C++ template library for linear algebra: matrices, vectors, numerica
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2288506
    • 提供者:李祥宝
  1. C

    0下载:
  2. 上传的资料包括c语言设计的高斯消元法,RSSI方法测距跟踪处理,排序法,c实现的拟合算法,利用左边算最小二乘法系数-Upload information, including c language design Gaussian elimination, RSSI methods ranging tracking processing, sorting method, c achieve fitting algorithm, using the least squares method calc
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1880231
    • 提供者:刘欣
  1. 算法

    2下载:
  2. 高斯正态分布曲线 具体拟合过程 matlab算法过程(the process of matlab algorithm of Gaussian normal distribution curve)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:GRANDEUR6x8
  1. 遗传算法--二元二次方程曲线拟合

    1下载:
  2. 基于遗传算法进行非线性曲线拟合,采用高斯变异,数组堆栈(fitted curve by genetic algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:5120
    • 提供者:sid希德
  1. py-EM算法

    1下载:
  2. 用Python实现的EM算法,拟合高斯分布的缺失数据。(EM algorithm writed in python)
  3. 所属分类:其他

    • 发布日期:2020-07-17
    • 文件大小:2048
    • 提供者:gist
  1. EM 算法

    1下载:
  2. 用EM算法求解高斯混合模型并可视化,数据是男女生的身高分布,前提是初始化男女生身高各自的均值和方差和比例,然后由EM算法求解,男女生身高的均值方差,以拟合数据。(The EM algorithm is used to solve the Gauss mixture model and visualize. The data is the height distribution of male and female. The premise is to initialize the mean, v
  3. 所属分类:数据挖掘

    • 发布日期:2021-04-05
    • 文件大小:1197056
    • 提供者:andyya
  1. automatic_image_segement

    2下载:
  2. 本文以k-means算法为背景,引入信息熵相关知识,从而实现全自动分割图像。然而在利用混合高斯模型对图像进行数据分析时,会发生一定的过拟合现象,导致我们得不到预期的聚类数目。本文设计合理的合并准则,令模型简化,有效地消除过拟合现象,使得最后得到的聚类数目与预期符合。,设计合理的准则改进了图像的全自动分割方法,使得分割结果更加优化(In this paper, k-means algorithm is used as the background, and information entropy
  3. 所属分类:图形图像处理

    • 发布日期:2019-09-18
    • 文件大小:1024
    • 提供者:xiaoxiaofish
  1. 亚像素检测

    2下载:
  2. 一种基于拟合的亚像素检测算法,代码有注释,可用于学习,基于高斯曲面拟合算法。
  3. 所属分类:图形图像处理(光照,映射..)

« 12 3 »
搜珍网 www.dssz.com