登录
首页 » matlab » mixture_of_gaussians

mixture_of_gaussians

于 2010-06-29 发布 文件大小:79KB
0 186
下载积分: 1 下载次数: 28

代码说明:

  Among the high-complexity methods, two methods dominate the literature Kalman filtering and Mixture of Gaussians (MoG). Both have their advantages, but Kalman filtering gets slammed in every paper for leaving object trails that can t be eliminated. As this seems like a possible deal breaker for many applications, I went with MoG. Also, MoG is more robust, as it can handle multi-modal distributions. For instance, a leaf waving against a blue sky has two modes—leaf and sky. MoG can filter out both. Kalman filters effectively track a single Gaussian, and are therefore unimodal: they can filter out only leaf or sky, but usually not both.

文件列表:

mixture_of_gaussians
....................\bg_sub_mog_gui2.fig,3807,2008-06-05
....................\bg_sub_mog_gui2.m,11580,2008-06-23
....................\mixture_of_gaussians.m,6064,2008-08-08
....................\mixture_of_gaussians_c.m,3806,2008-08-08
....................\mixture_of_gaussians_c_files
....................\............................\cfiles,137,2008-06-19
....................\............................\mixture_of_gaussians_c.c,19502,2008-06-19
....................\............................\mixture_of_gaussians_c.ctm,12119,2008-06-19
....................\............................\mixture_of_gaussians_c.h,852,2008-06-19
....................\............................\mixture_of_gaussians_c_main.c,2435,2008-06-19
....................\............................\mixture_of_gaussians_c_msvc6.dsp,5025,2008-06-19
....................\............................\mixture_of_gaussians_c_msvc8.dsp,5096,2008-06-19
....................\............................\mixture_of_gaussians_c_stub_main.c,472,2008-06-19
....................\............................\README_msvc8.txt,296,2008-06-19
....................\mixture_of_gaussians_mex_files
....................\..............................\cfiles,137,2008-06-19
....................\..............................\mixture_of_gaussians_c.asv,3580,2008-06-19
....................\..............................\mixture_of_gaussians_c.c,17730,2008-06-19
....................\..............................\mixture_of_gaussians_c.dll,142336,2008-06-19
....................\..............................\mixture_of_gaussians_c.h,868,2008-06-19
....................\..............................\mixture_of_gaussians_c.list,265,2008-06-19
....................\..............................\mixture_of_gaussians_c_mex.c,8037,2008-06-19
....................\..............................\mixture_of_gaussians_c_msvc6.dsp,5025,2008-06-19
....................\..............................\mixture_of_gaussians_c_msvc8.dsp,5096,2008-06-19
....................\..............................\mixture_of_gaussians_c_stub_mex.c,472,2008-06-19
....................\..............................\README_msvc8.txt,296,2008-06-19
....................\mixture_of_gaussians_test_harness.m,2579,2008-08-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ZeroCounter
    很经典的一款统计器,可以分时期统计访问量。(Statistics is a classic, you can sub-period traffic statistics.)
    2007-10-14 23:26:16下载
    积分:1
  • InverterBasedonPWM_1
    正弦电压PWM逆变器的仿真,使用了自己搭建的PWM产生模块,带阻感负载。(Sinusoidal voltage PWM inverter simulation, using its own built PWM generation module, with a sense of the load resistance.)
    2010-12-09 10:09:12下载
    积分:1
  • Probabilistic-Reasoning
    ldpc再发现者的著作,值得一看,有独到之处。(Probabilistic Reasoning in Intelligent Systems- Networks of Plausible Inference)
    2011-05-29 20:52:10下载
    积分:1
  • Adoptmeanvaluewavefilteringwaytodislodgenoisetothe
    Adopt mean value wave filtering way to dislodge noise to the image(Adopt mean value wave filtering way to disl odge noise to the image)
    2007-03-08 10:36:59下载
    积分:1
  • Gray
    说明:  进行Gray码的图像变化,思想是进行位操作,首先将原始图先的每一位取出来, 然后将十进制转化位二进制,将其按位取出,进行变换,得到变换后图像的每一位的值,再进行组合即可(Gray code for the image change idea is to place operation, first the original plan to take out each and every first and then bit binary decimal conversion, be removed by bit, for transformation, transformed the image of each of value, then the combination can be)
    2010-04-25 14:04:39下载
    积分:1
  • cangku
    交通流元胞自动机仿真平台,是用于处理交通流的元胞处理器(Cellular automaton traffic flow simulation platform, is a cellular processor for handling traffic flow)
    2014-02-08 00:18:39下载
    积分:1
  • fragile-watermark
    当前图像脆弱性水印的研究主要从完全脆弱水印,半脆弱水印,图像可视内容的真伪鉴别与自嵌入式水印四个层次进行研究。该算法是完全脆弱图像水印的matlab实现(Completely fragile image watermarking matlab implementation)
    2012-07-25 22:08:27下载
    积分:1
  • RM_code
    1、本程序用于仿真里德-穆勒(Reed-Muller)码在AWGN信道中的性能,调制采用bpsk 2、理论请参见《差错控制编码》(第二版),Shu Lin(美)编,晏坚等(译)一书P70-75.且仿真结果与书中图4-2完全一致 3、BPSK_AWGN_RM_Code.m为主程序,点击运行即可 4、The_creation_of_RM_code.m和RM_Decode.m分别为RM码的编、译码程序,而Majority_logic_decision.m用于译码中的大数判决,combine_dunction.m用于计算组合数。(1, the procedure for the simulation Reed- Muller (Reed-Muller) codes in AWGN channel performance, modulation using bpsk 2, theory, see " Error Control Coding" (second edition), Shu Lin (America) series , Yan Jian, etc. (translated) book P70-75., and the simulation results consistent with the book Figure 4-2 3, BPSK_AWGN_RM_Code.m-based program, click Run to 4, The_creation_of_RM_code.m and RM_Decode.m were RM compiled code decoding process, and in large numbers for decoding Majority_logic_decision.m judgment, combine_dunction.m used to calculate the number of combinations.)
    2013-12-09 20:45:48下载
    积分:1
  • FOG_REMOVAL
    FOG REMOVAL ALGORITHMS
    2013-12-23 11:32:04下载
    积分:1
  • rls_nlms
    Algoritmo de rls en matlab, archivo .m
    2010-07-12 06:46:22下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载