搜索资源列表

  1. 基于混合高斯背景建模算法

    0下载:
  2. 该代码可以用于实现基于混合高斯背景建模的运动检测,该算法计算量较大,运行时间较长!
  3. 所属分类:源码下载

    • 发布日期:2011-04-11
    • 文件大小:1399
    • 提供者:liverpooler
  1. PhotoEffect

    0下载:
  2. 可以做各种图像特效的DLL(含代码)。包括:Alpha混合,高斯模糊、灰度,-can do all kinds of image effects DLL (including code). Including : Alpha mixed Gaussian fuzzy, gray, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-17
    • 文件大小:35840
    • 提供者:王晓光
  1. training_gmm

    0下载:
  2. 训练高斯混合模型的程序,尽管此类代码较多,但本程序经过笔者改写优化后,很大程度上避免了普通方法中局部最优的问题。-Gaussian mixture model training procedures, although the code more, but the procedure after the author rewrite optimization, largely avoiding the ordinary method o
  3. 所属分类:Audio

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:
  1. ppkd

    0下载:
  2. 基于有限高斯混合模型的EM算法的源程序代码,里面有实验报告和运行结果。 -based on finite Gaussian mixture model of the EM algorithm source code, which has run reports and experimental results.
  3. 所属分类:其他数据库

    • 发布日期:2024-06-17
    • 文件大小:52224
    • 提供者:
  1. E_M_matlab

    0下载:
  2. 机器学习中的E M算法,本代码是基于高斯混合模型的E M 算法聚类。-machine learning algorithm E M, the code is based on the Gaussian mixture model clustering algorithm E. M.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:李民
  1. Matlab-Fitting-Functions

    0下载:
  2. 附件中的m代码包括了一系列的拟合函数,这些函数通常的输入是概率分布的样本。还有最大似然估计仿真器、最小平方仿真器、混合高斯分布估计的EM算法、-M in the annex to the code, including a series of fitting function, which function normally is the probability distribution of input samples. There
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:68608
    • 提供者:liyuedsg
  1. gaosi

    0下载:
  2. 在OpenCV的cvaux有高斯混合模型函数,其中定义了CvGaussBGModel类用于存放高斯混合模型的各个参数。在编写代码前需要对cvbgfg_gaussmix.cpp和cvaux.h这两个文件做些修改-OpenCV has cvaux in the Gaussian mixture model function, which defines the category CvGaussBGModel Gaussian mixture
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:6144
    • 提供者:liuna
  1. EM

    0下载:
  2. EM算法介绍及Matlab演示代码(一维和多维高斯混合模型学习算法)-Introduction of EM algorithm and Matlab codes that implement the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:203776
    • 提供者:冰激凌
  1. GaussBackGroundModel

    0下载:
  2. 混合高斯背景建模的实现程序,Matlab编写,运算速度极慢,但可作为理解算法的示例代码.系作者参加SJTU PRP项目时所写。此代码已在原项目中不再使用。-The realization of Gaussian mixture background modeling procedure, Matlab writing, computing speed is very slow, but the understanding of the
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:liangyihao
  1. matlab_utilities

    1下载:
  2. 粒子滤波、无迹粒子滤波算法程序,高斯混合模型参数设置等详细代码-Particle filter, unscented particle filter program, Gaussian mixture model parameter settings, and more code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-17
    • 文件大小:89088
    • 提供者:薛刚
  1. mtest_new5_simple1

    0下载:
  2. matlab实现的对样本视频的混合高斯模型的检测代码-Sample video detection code Gaussian mixture model
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:5120
    • 提供者:cuixuechao
  1. mixture_of_gaussians

    0下载:
  2. 基于混合高斯模型的背景减除算法实现。matlab代码。-Gaussian mixture model-based background subtraction algorithm. matlab code.
  3. 所属分类:图形图象

    • 发布日期:2024-06-17
    • 文件大小:82944
    • 提供者:geziyi
  1. GMM

    0下载:
  2. 本代码建立高斯混合模型(高斯多模型)(GMM),将其用于计算机视觉领域的视频目标检测/视频监控/运动检测/运动目标检测/视频目标跟踪等相关应用中。-This code sets up Gaussian mixture model(Gaussion Mixture Model, GMM) with image sequences for the research and application field of computer visi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:16384
    • 提供者:朱亮亮
  1. mixture_of_gaussians

    0下载:
  2. 这个代码适用于检测运动目标,基于混合高斯建模的运动目标检测。-this code can help you detection some objects,such as car,people,and so on. which based on mixture of gaussians background model
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:
  1. GMM_3

    0下载:
  2. 自己改进的混合高斯代码,废了好几天时间,希望大家有用,共同学习-Improved Gaussian Mixture own codes, learn together
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:4114432
    • 提供者:高文
  1. GMM

    0下载:
  2. 混合高斯算法,用opencv3实现,用于对运动目标进行检测 效果还算是不错的,代码通俗易(Hybrid Gauss algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:6144
    • 提供者:雨落清泉
  1. hs

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

    • 发布日期:2024-06-17
    • 文件大小:319488
    • 提供者:zw66
  1. GaussianMixtureModel_EM-master

    0下载:
  2. 用于混合高斯背景建模 MATLAB代码(The mixed Gauss background modeling MATLAB code)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:ink172
  1. mixedGauss

    0下载:
  2. 混合高斯matlab实现, 具体见代码(mix gauss)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:MarceloO
  1. GMM

    0下载:
  2. 高斯混合聚类的python实现代码,里面有data的demo(Python implementation code of Gauss mixed clustering)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:lwlei
« 12 3 4 »

源码中国 www.ymcn.org