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

搜索资源列表

  1. gauspyr4a

    0下载:
  2. 高斯金字塔:Laplacian Pyramid Decomposition matlab 拉普拉斯金字塔分解;matlab源程序 说明:该函数的作用是对输入图像做金字塔分解。 level为指定分解图像的层次 -Gaussian Pyramid
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1213
    • 提供者:ruishu
  1. Gscale

    0下载:
  2. 采用matlab实现高斯金字塔,函数Gscale(img,levels,gsize,sigma)-To achieve Gaussian pyramid using matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1589
    • 提供者:阿凯
  1. BispectrumWavelets

    4下载:
  2. 用双谱和小波变换去除信号中加性高斯噪声的相关程序 1.实现单个变量的双谱分析程序 2.用傅立叶反变换求自相关函数的程序 3.用fft求取喜好频谱、功率谱、均方根谱、对数谱的程序 4.读取.wav语音信号后用小波去加信白噪声的程序 5.用各种小波和阀值对同一信号去加性噪声效果比较的程序 -Double-spectral and wavelet transform to remove the signal plus Gaussian noise procedures 1. T
  3. 所属分类:matlab

    • 发布日期:2015-07-26
    • 文件大小:5227
    • 提供者:沈玉杰
  1. 40484845gaussian-core

    0下载:
  2. 本程序实现高斯核函数的计算,用户可以定义模版的长度和参数的大小,最后生成高斯平滑滤波模版,对图像进行滤波效果明显,可以方便地添加到开发程序当中,为你节省不少时间,下载吧@
  3. 所属分类:图形图象

  1. suijixinhaochuli

    1下载:
  2. 随机变量的产生,其中指数分布的和高斯分布的随机变量采用了变换法,分析它的自相关函数和功率谱密度,-The selection of random variables, in which exponential distribution and Gaussian distribution of random variables using the transformation method, analysis of its autocorrelation function and power sp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:8305
    • 提供者:liuminsheng
  1. zzlv

    1下载:
  2. 不调用matlab库函数,实现任意奇数方块模板,对其内数值进行中值滤波,包括对高斯,椒盐图的处理-Do not call the matlab library function, the realization of arbitrary odd-numbered box template, with its value for median filtering, including the Gaussian, salt and pepper map processing
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1090
    • 提供者:秦承峰
  1. Matrix

    3下载:
  2. 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4007
    • 提供者:chen changqing
  1. Gaussian_mixture_model

    0下载:
  2. 高斯混合模型[Gaussian mixture model,简称GMM]是单一高斯机率密度函数的延伸,由於GMM 能够平滑地近似任意形状的密度分布,因此近年来常被用在语音与语者辨识,得到不错的效果。 -Gaussian mixture model [Gaussian mixture model, referred to as GMM] are single-Gaussian probability density function of the extension.GMM can approxi
  3. 所属分类:Audio program

    • 发布日期:2017-03-25
    • 文件大小:45123
    • 提供者:杨清山
  1. Pattern_Classification_Project_3

    0下载:
  2. 两个模式识别算法实现,一个是线性区别函数另一个是混合高斯模型方法。本人的大作业,经验证可用。-Two pattern recognition algorithm, the difference between a linear function of the other is the Gaussian mixture model. I am a big operation, experience certificates available.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:253078
    • 提供者:苏冠华
  1. delta_bkgr

    0下载:
  2. 视频流中一种独立更新各个像素点的背景更新方法。基于高斯模型。基于opencv库函数。-Video stream in a stand-alone update all the background pixels to update method. Based on the Gaussian model. Based on the opencv library function.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:13948
    • 提供者:sherry
  1. gslb

    0下载:
  2. 高斯平滑滤波器的Matlab实现,实现对一副图像的滤波处理,并把用自己滤波器进行滤波的实验结果与用Matlab函数进行滤波的结果进行比较。 -Matlab Gaussian smoothing filter to achieve, to achieve an image processing filter, and filter their own filtering of the experimental results with the use of Matlab functions t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:610
    • 提供者:amy
  1. canny

    1下载:
  2. (1)利用高斯滤波器函数,用Matlab语言,编写Canny边缘检测器的Matlab(或C语言)函数; (2)利用上述函数,对一副图像(椒盐噪声或高斯噪声)进行边缘检测; (3)利用Matlab自带的Canny边缘检测函数对同一副图像进行边缘检测; (4)比较上述两个结果。 -(1) the use of Gaussian filter function, using Matlab language, the preparation of Canny edge detector
  3. 所属分类:Special Effects

    • 发布日期:2015-12-13
    • 文件大小:2469
    • 提供者:amy
  1. NoiseGenerator

    0下载:
  2. 本实验要求根据课本中给出的高斯噪声和椒盐噪声的概率分布的形状和参数编写两个通用程序分别给一个图像中添加高斯噪声和椒盐噪声。高斯噪声是n维分布都服从高斯分布的噪声,椒盐噪声是图像中经常见到的一种噪声是一种随机的黑点或者白点。在实验中通过它们对应的概率密度函数得到噪声分布函数进而与原图像进行叠加产生出对应的噪声图像-Textbooks in this experiment are given under the Gaussian noise and salt and pepper noise in
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:243372
    • 提供者:jhm
  1. siftdemo

    0下载:
  2. 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extremum point extraction, descr ipt
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:12641
    • 提供者:tjy
  1. sMOG_ChangeUpdateRate_DilationErosion

    0下载:
  2. simulink下封装的混合高斯的s-funcion函数。用于模型模块的搭建。-simulink package under the Gaussian mixture of s-funcion function. The structures used to model the module.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3688
    • 提供者:heshan
  1. ImageNoiseReduction

    0下载:
  2. 均值滤波对高斯噪声的效果 二维自适应维纳滤波对高斯噪声的滤除效果 对加入椒盐噪声的图像分别作均值、中值和维纳滤波 分别使用二维统计滤波对椒盐噪声和高斯噪声进行滤波 利用wrcoef2函数进行图像去噪-Mean filter on the effect of Gaussian noise two-dimensional Adaptive Wiener filtering of the Gaussian noise filtering effect the image to j
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:3164
    • 提供者:高超
  1. manualhist

    1下载:
  2. 高斯三峰函数的拟合函数,并用该拟合函数进行规定化-Sanfeng Gaussian function fitting function, and use the provisions of the fitting function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:1031
    • 提供者:尹承天
  1. DrawGuassin

    1下载:
  2. matlab代码,描述了如何画高斯一维分布,和二维,三维以及高维分布,有产生高斯数据的matalb函数-matlab code,discr ipt how to draw a gaussian function and the code that produce the data for this fuction
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:2048
    • 提供者:朱利
  1. Calgauss

    0下载:
  2. 高斯投影是正形投影的一种,同一坐标系中的高斯投影换带计算公式是根据正形投影原理推导出的两个高斯坐标系间的显函数式。在同一大地坐标系中(例如1954北京坐标系或1980西安坐标系),如果两个高斯坐标系只是主子午线的经度不同,那么显函数式前的系数可以根据坐标系使用的椭球元素和主子午线经度唯一确定。但如果两个高斯坐标系除了主子午线的经度不同以外,还存在其他线性系,则将线性变换公式代入换带计算的显函数式中,仍然可以得到严密的坐标变换公式。此时显函数式前的系数等价于使用两个坐标系主子午线的经度和线性变换参
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:5091
    • 提供者:Black
  1. gauss_general

    0下载:
  2. 通用的高维矩形域内高斯积分程序,使用起来比库函数更方便更直观。-A general Gaussian Quqadrature code for any high dimensional rectangular region,which is versatile and very convinient to be applied.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:208645
    • 提供者:yuan
« 1 2 34 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com