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

搜索资源列表

  1. GMM高斯混合模型源代码

    3下载:
  2. GMM高斯混合模型源代码 附有详细解说 并有可执行程式档可供参考
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-04
    • 文件大小:1517214
    • 提供者:denny10079
  1. 利用OPENCV來實現高斯混合模型的背景相減

    0下载:
  2. 利用OPENCV來實現高斯混合模型的背景相減,可看到當前影像、前景及背景-OPENCV to achieve using GMM background subtraction, we can see the current image, foreground and background
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:1141
    • 提供者:justin
  1. gmm_test.rar

    0下载:
  2. 使用EM算法模拟高斯混合模型(GMM)的构成,Analog EM algorithm using Gaussian mixture model (GMM) the composition of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:827
    • 提供者:qjc
  1. DSP1.zip

    0下载:
  2. 1)生成2KHz和8KHz的混合信号,使该信号通过上述滤波器,观察滤波前后的波形变化和频谱分布情况。 2) 在改信号中加入高斯白噪声,观察滤波前后的波形变化和频谱分布情况3) 将上述滤波器改为中心频率为100KHz的带通滤波器,信号源为带外的90KHz和带内的100KHz的混合正弦信号,。 4) 用M文件实现上述低通滤波器。 ,1) 2KHz and 8KHz to generate the mixed-signal, so that the signal through the abov
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:62399
    • 提供者:ran
  1. cluster.rar

    1下载:
  2. 用高斯混合模型进行数据聚类分析的matlab 程序。,Set of files for analysis of Gaussian mixture models for data set clustering etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:33932
    • 提供者:Ming Li
  1. Matlab.Gaussian.mixture.model.

    1下载:
  2. 基于Matlab的高斯混合模型的算法实现,该程序可以实现对图像处理的功能,Matlab based on the Gaussian mixture model algorithm, the program can achieve the functions of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:5390
    • 提供者:geyu
  1. CvBSLibGMM

    0下载:
  2. 改进的高斯混合模型用于运动目标的检测和分割,利用C++和matlab混合编程.-Improved Gaussian mixture model for moving object detection and segmentation, the use of C++ and matlab programming mixed.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:271149
    • 提供者:杨佳
  1. Em

    0下载:
  2. 通过em算法实现对数据的高斯混合模型的分类-Em algorithm through implementation of data Gaussian mixture model classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:249402
    • 提供者:xufang
  1. GMM

    0下载:
  2. 利用K-高斯混合模型提取视频的前景信息。-The use of K-Gaussian mixture model for the future of video information extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3751479
    • 提供者:夏余
  1. GMMS

    0下载:
  2. OPENCV下基于高斯混合模型的图像分割,程序中还有 基于大津法的图像分割和金子塔分割。-OPENCV Based on Gaussian mixture model of image segmentation, the program also includes Otsu method based on image segmentation and the segmentation pyramid.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:498062
    • 提供者:jiaojiao003
  1. mixture_of_gaussians

    0下载:
  2. 基于混合高斯背景建模的理论思想,实现运动目标检测,检测效果理想-Gaussian Mixture Background Modeling Based on the theory of ideology, to achieve moving target detection, test results are satisfactory
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2076
    • 提供者:chenjz
  1. GMM_background_src

    1下载:
  2. 基于有限混合高斯模型的数据分类 1、使用基于有限高斯混合模型的EM算法对数据样本进行归类 2、使用C++或者Matlab语言编程环境实现该算法,并用给定的数据包对算法的正确性进行检验 -Gaussian mixture model based on limited data classification 1, using the finite Gaussian mixture model based on EM algorithm to classify the data sam
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5302
    • 提供者:路江
  1. em-three-preference

    0下载:
  2. 基于EM算法,可以估计在混合高斯分布下的三个参数-EM expection
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:8833
    • 提供者:xugonggong
  1. mixture-Gauss-model-EM-matlab

    0下载:
  2. EM算法计算混合高斯模型,可以计算三个参数。-Gaussian mixture model EM algorithm, three parameters can be calculated.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:8836
    • 提供者:袁宇
  1. motion-detection-techniques

    0下载:
  2. 研究了基于混合高斯模型的运动目标检测技术,在分析了混合高斯模型的基本原理的基础上,使用了一种改进的混合高斯模型更新算法.在Visual C++6.0中利用OpenCV完成了相关算法,成功地提取出了运动目标和实验场景的背景,验证了该改进的混合高斯模型更新算法的可行性-OpenCV-based motion detection techniques I have read some articles, I feel you can, share
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:388425
    • 提供者:mei88
  1. 一问 + 二问 VIBE_Code

    0下载:
  2. 用混合高斯模型进行背景处理,并能过滤微小的扰动,适用于动态背景(Use the mixed Gaussian model for background processing and to filter tiny perturbations for dynamic background)
  3. 所属分类:图形图像处理

  1. hs

    0下载:
  2. Matlib代码,实现了光流法,高斯混合等(Matlib code, to achieve the optical flow, Gaussian mixture and so on)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:319488
    • 提供者:zw66
  1. sy5

    1下载:
  2. 利用混合高斯模糊算法提取视频前景图,可以将静态视频中的动态目标提取出来。方便观察研究运动目标。(Using hybrid Gauss fuzzy algorithm to extract video foreground images, dynamic objects in static video can be extracted. It is convenient to observe and study the moving targets.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:当当呀
  1. Gaussian Mixture Model Ellipsoids

    0下载:
  2. 基于2个一维高斯模型组成的多维混合高斯模型,采用Python进行编程(Multidimensional mixed Gauss model based on 2 one-dimensional Gauss models and programming with Python)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:yajing_07
  1. gaussianBkModelTest

    0下载:
  2. 采用混合高斯模型,实现对监视背景的建模,有利于下一步运动目标的检测(The mixed Gauss model, modeling of monitoring background, is conducive to the detection of moving target next)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2726912
    • 提供者:码能
« 1 2 3 4 5 67 8 9 10 11 ... 40 »
搜珍网 www.dssz.com