登录
首页 » matlab » GMM

GMM

于 2011-01-14 发布 文件大小:16KB
0 139
下载积分: 1 下载次数: 919

代码说明:

  本代码建立高斯混合模型(高斯多模型)(GMM),将其用于计算机视觉领域的视频目标检测/视频监控/运动检测/运动目标检测/视频目标跟踪等相关应用中。(This code sets up Gaussian mixture model(Gaussion Mixture Model, GMM) with image sequences for the research and application field of computer vision, using GMM for visual object detection(video object detection), visual surveillance, motion detection, motion tracking, visual object tracking, video object tracking, etc.)

文件列表:

GMM_高斯多模型_高斯混合模型
...........................\adaptive_video.m,3285,2010-04-23
...........................\best_background_image.m,851,2007-02-04
...........................\display_result.m,4472,2007-06-20
...........................\foreground_objects.m,1460,2007-03-08
...........................\framedifference_video.m,3196,2010-04-23
...........................\GMM_images.m,6242,2010-04-23
...........................\GMM_video.m,6399,2010-04-23
...........................\load_data.m,1617,2010-04-20
...........................\mixture_parameters.m,4285,2010-04-23
...........................\segment_image.m,3468,2007-03-08
...........................\update_mixture_params.m,5853,2007-07-24

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

发表评论

0 个回复

  • 1111222223333334444445533332345554
    VC计算机图形学原理及算法教程 VC计算机图形学入门教程(VC theory and algorithms of computer graphics computer graphics tutorial Tutorial VC)
    2013-11-18 15:30:26下载
    积分:1
  • duozhen
    对三帧差法进行改进后的多帧融合差分法,改变原有提取帧的方法(Improved multi-frame to fusion difference method, a change in the original extract frames of three poor law)
    2012-12-13 16:58:11下载
    积分:1
  • readnc
    说明:  读取nc文件,可画出温度,盐度,水深和流场图(it can read NC files, and then draw the map of ocean water depth, temperature, salinity and flow quiver field)
    2020-03-04 18:10:08下载
    积分:1
  • matlabfyliye
    基于傅立叶变换的数字水印嵌入技术(毕设)(内有英文翻译)(Fourier transform-based digital watermark embedding technologies (complete set) (with English translation))
    2008-05-14 10:26:49下载
    积分:1
  • matlab_hough
    基于霍夫变换开发一种较通用的快速圆检测方法,并将之应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。(Hough transform based on the development of a more general-purpose fast circle detection methods, and to apply it to the detection of iris images, the completion of the iris inner and outer edge of the positioning.)
    2008-07-19 19:45:29下载
    积分:1
  • 07ICIPShi
    图像特征隐写分析,用于分析图像是否含有秘密信息(Image feature steganalysis for the analysis of the image if it contains confidential information)
    2010-01-24 22:58:56下载
    积分:1
  • NEW
    一种新的彩色图像去噪与增强模型(A new color image denoising and enhancement model)
    2008-05-28 20:54:06下载
    积分:1
  • dtcwpt
    2-band discrete wavelet transform (DWT) Dual-Tree Complex Wavelet Packet(The 2-band discrete wavelet transform (DWT) provides an octave-band analysis in the frequency domain, but this might not be ‘optimal’ for a given signal. The discrete wavelet packet transform (DWPT) provides a dictionary of bases over which one can search for an optimal representation (without constraining the analysis to an octave-band one) for the signal at hand. However, it is well known that both the DWT and the DWPT are shift-varying. Also, when these transforms are extended to 2-D and higher dimensions using tensor products, they do not provide a geometrically oriented analysis. The dual-tree complex wavelet transform (DT-CWT), introduced by Kingsbury, is approximately shift-invariant and provides directional analysis in 2-D and higher dimensions. In this paper, we propose a method to implement a dual-tree complex wavelet packet transform (DTCWPT), extending the DT-CWT as the DWPT extends the DWT. To find the best complex wavelet packet frame for a given signal, w)
    2009-07-01 06:16:20下载
    积分:1
  • lenabmp
    该图像包含了各种细节、平滑区域、阴影和纹理,这些对测试各种图像处理算法很有用。(The image contains a variety of detail, smooth areas, shadows, and textures, which are useful for testing various image processing algorithms.)
    2017-07-31 10:48:43下载
    积分:1
  • StereoVision_SSD
    本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中x 是代匹配的数据,image1 是图像1 数据,image2 是图像2 数据。 从理论上分析,ssd 比sad 算法要复杂一点,经过测试,在一幅640*480 的图像中寻找10 个匹配点数据SAD 用时25.062519 秒,SSD 用时25.291432 秒。(The algorithm Matlab2008b environment to achieve. Including the main, san, and ssd three functions. The implementation of the algorithm is not the point of comparing two matches already know, but the known feature points in a graphic, an image found in the other match with the most points, matching measured with the SAD or SSD. main.m is the entry, including the generation and reading test data, call the sad ssd function evaluation functions and matching points, and finally draw the final result. sad.m measure is sad figure in another match point in the function implementation to solve, there are three parameters y = sad (x, image1, image2). Where x is the generation of matching data, image1 is the data image 1, image2 is the image 2 data. From the theoretical analysis, ssd little more complicated than the sad algorithm, tested in a 640* 480 images of 10 match points in the search for data using time 25.062519 seconds SAD, SSD with time 25.291432 seconds. )
    2011-01-25 19:06:47下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载