登录
首页 » matlab » mixture_of_gaussians

mixture_of_gaussians

于 2016-06-06 发布 文件大小:2KB
0 212
下载积分: 1 下载次数: 41

代码说明:

  计算机视觉中最重要的研究之一就是运动目标检测,其不但在模式识别方面具有相关的研究,而且在图像理解领域也有非凡的意义。运动目标检测是通过通过图像序列帧图像来提取运动目标,通过运用相关的算法一幅图片被划分为前景点和背景点。运动目标检测算法是后续的运动目标分类、运动目标跟踪和分析提供了基础。本论文讲述了几种常用的视频运动目标检测算法,并就背景差分法进行了重点研究,通过两种方法来对比差分法的特点。其中背景差分法算法的主要流程为:视频获取、视频转化为图片序列、图片灰度化处理、去除噪声、差分图片、对图片进行后续处理。此次课题的完成采用的是比较常见的数学软件matlab,其具有强大的工具箱。对处理图像这块具有很广泛的支持。(Computer vision and video image processing is one of important research in the field of video moving object detection, whether in the domains of pattern recognition and image understanding has special significance. Moving target detection is to extract video moving object in successive frames, the image is divided into foreground and background. Moving target detection algorithm for subsequent movement target classification, target tracking and analysis provides the basis. This paper tells the story of several common video moving object detection algorithm, and to the study on the background difference method, through the two methods to contrast the characteristics of the finite difference method. The background difference method algorithm is the main process is: the video capture, video into image sequence and image grayscale processing, remove noise, difference image, for subsequent processing images. The completion of this subject is the more common mathematical software matlab, whi)

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

发表评论

0 个回复

  • junbantiqu
    图像处理,菌斑提取的源代码 可以提供参考(Image processing, plaque extract the source code can provide a reference)
    2009-12-16 15:10:59下载
    积分:1
  • wave
    this code make random sea wave and analysis their parameter
    2010-03-09 21:17:26下载
    积分:1
  • matlab-source
    用于无限冲激响应的数字滤波器设计,此处所用的是双线性冲激响应法以及脉冲响应法设计的一段Matlab程序。(For an infinite impulse response digital filter design, where the impulse response using a bilinear method and the impulse response method designed a Matlab program.)
    2011-12-06 21:08:40下载
    积分:1
  • gaussandsine
    时域有限差分方法 1维 产生正弦波和高斯波 犹他州大学程序(fdtd method 1D sinewave and gausswave www.ece.utah.edu)
    2012-11-20 08:29:02下载
    积分:1
  • PMSM_MRAS
    说明:  基于MRAS的永磁同步电机无速度传感器估计仿真模型(Sensorless estimation of PMSM Based on MRAS)
    2020-06-09 14:22:52下载
    积分:1
  • drbd-8.3.6.tar
    drbd源文件,热备使用,与heartbeat配合使用,drbd源文件,热备使用,与heartbeat配合使用(DRBD source file, use hot standby, and heartbeat, DRBD source file, use hot standby, used with the heartbeat)
    2013-12-03 21:16:49下载
    积分:1
  • Untitled-(2)
    莱斯因子及莱斯分布概率密度,分析不同多径能量方差和主信号幅度条件下的莱斯概率分布(Rice and Rice distribution probability density factor analysis of variance and different multipath energy under the conditions of the main signal amplitude probability distribution of Rice)
    2013-05-27 10:21:29下载
    积分:1
  • 1985488STL_DISPLAY_Display
    通过VC++ 6.0实现STL文件的显示以及切片处理(Achieved through the VC++ 6.0 STL file handling display and sliced)
    2010-12-27 16:32:17下载
    积分:1
  • xiaobohanshu
    介绍了各种小波函数,包括提取一维小波变换低频系数,计算完整最佳小波包树,求小波中心频率等函数的函数名(Describes the various wavelet functions, including a one-dimensional wavelet transform to extract the low-frequency coefficients to calculate the optimal wavelet packet complete tree, seeking the center frequency of the wavelet function names)
    2015-01-27 13:03:49下载
    积分:1
  • youhua1
    遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1() 遗传算法 n-- 种群规模 ger-- 迭代次数 pc--- 交叉概率 pm-- 变异概率 v-- 初始种群(规模为n) f-- 目标函数值 fit-- 适应度向量 vx-- 最优适应度值向量 vmfit-- 平均适应度值向量 clear all close all clc 清屏 tic 计时器开始计时 n=20 ger=100 pc=0.9 pm=0.1 初始化参数 生成初始种群 v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵 [N,L]=size(v) 得到初始规模行,列 disp(sprintf( Number of generations: d ,ger)) disp(sprintf( Population size: d ,N)) disp(sprintf( Crossover probability: .3f ,pc)) disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式 待优化问题)
    2020-12-11 20:19:19下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载