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

搜索资源列表

  1. my_GMM

    0下载:
  2. this program is implementation of gaussian mixture model.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:38746
    • 提供者:nova
  1. wave_tex.tar

    0下载:
  2. A package for wavelet-based texture retrieval: MATLAB source code that produced the results in the paper Wavelet-based texture retrieval using generalized Gaussian density and Kullback-Leibler distance.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:39795
    • 提供者:dao
  1. Gaussian

    0下载:
  2. Gaussian backgrounding using opencv
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1156
    • 提供者:zhengyi
  1. awgn

    0下载:
  2. This a set of codes to be copied to the C software and run. It calculates the AWGN (Additive White Gaussian Noise) and show that it is a normal distribution by plotting a graph-This is a set of codes to be copied to the C software and run. It calcula
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1244
    • 提供者:Heman
  1. Image_Bib4

    0下载:
  2. This can be useful to Understand the Gaussian Mixture Model for Adaptive Background updation
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-30
    • 文件大小:216123
    • 提供者:Rajaram
  1. optics_toolkit

    0下载:
  2. This toolkit has two main purposes. 1. Decomposition and visualization of paraxial beams in Hermite-Gaussian and Laguerre-Gaussian bases. (These functions are located in the subdirectory "transverse.") 2. Propagation of such beams through o
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:52735
    • 提供者:mitko
  1. Bib6

    0下载:
  2. This can be useful to Understand the Gaussian Mixture Model for Adaptive Background updation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:861720
    • 提供者:Rajaram
  1. GaborFilter(2)

    0下载:
  2. This version of the 2D Gabor filter is basically a bi-dimensional Gaussian function centered at origin (0,0) with variance S modulated by a complex sinusoid with polar frequency (F,W) and phase P.-This version of the 2D Gabor filter is basically a bi
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-28
    • 文件大小:72774
    • 提供者:rajat singh
  1. How_to_use_MATLAB_generated_Gaussian_white_noise.r

    0下载:
  2. 如何用MATLAB产生高斯白噪声-How to use MATLAB generated Gaussian white noise !!!!!!!!!!!!~~~~~~~~
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1600
    • 提供者:萧文
  1. Gaussian

    0下载:
  2. 数字图像处理中的高斯平滑实现,c++语言编写-Digital image processing to achieve the Gaussian smoothing, c++ language
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2936223
    • 提供者:ln
  1. MixtGaussian

    0下载:
  2. Gaussian mixture model
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-10
    • 文件大小:2296249
    • 提供者:astik
  1. vdpgm.tar

    0下载:
  2. Variational Dirichlet Process Gaussian Mixture Model
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:12588
    • 提供者:hocusa
  1. noise-plus-image

    0下载:
  2. 对图像添加各种噪声 高斯噪声 淑盐噪声-Add a variety of image noise, Gaussian noise, noise, salt-sook
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2457
    • 提供者:王红卫
  1. gaussiandis

    0下载:
  2. function for generating N gaussian distribution samples
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:687
    • 提供者:mesa177
  1. MATLAB_Medical_Image_Process_Experiments

    1下载:
  2. MATLAB医学影像处理实验(内含14个原代码及教学的说明) (1)Plot a sine function using MATLAB, and write the data into a file (2)Read data from a file, plot a SINC function, and append the result back to the same file (3)Plot a Gaussian distribution using MATLAB (4)Fo
  3. 所属分类:Special Effects

    • 发布日期:2015-09-24
    • 文件大小:2280026
    • 提供者:江儜昶
  1. GMM

    0下载:
  2. :高斯混合模型(GMM)是一种经典的说话人识别算法,本文在实现其算法的同时,主要模拟了不同噪声环境情况下高斯混合模型 (GMM)的杭嗓声性能,得到了一些有益结论。 -Gaussian mixture model (GMM) is a classic speaker recognition algorithms, this algorithm at the same time in fulfilling its main simulated environmental conditions
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:120088
    • 提供者:于高
  1. Gaussian

    1下载:
  2. 一个很好的高斯滤波器源码,对图片进行高斯滤波,有简易操作的界面,内含测试图像,在visual C++下调试成功。-A good source of Gaussian filter, Gaussian filter of pictures, there are easy to operate interface that includes test images, the visual C++ to debug successfully.
  3. 所属分类:Special Effects

    • 发布日期:2015-10-15
    • 文件大小:840249
    • 提供者:lilian
  1. OpenMP_exercise

    1下载:
  2. 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:240056
    • 提供者:luoang
  1. CvBSLibGMM(GMMbackgroundsubtraction)

    0下载:
  2. Implementation of background subtraction algorithm using Gaussian mixture model.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-27
    • 文件大小:26411
    • 提供者:Tao Ji
  1. gaosimohu

    0下载:
  2. 这时高斯模糊的源码,对做图像盲复原的同学可以参考-Then Gaussian blur of the source, to make the image blind restoration of the students can refer to the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1890
    • 提供者:cjj51
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com