搜索资源列表
基于单高斯模型的运动检测
- 基于单高斯模型的运动检测
单周高斯脉冲信号模拟
- 用matlab 制作的单周高斯脉冲信号。
单高斯目标检测
- 基于OPENCV的单高斯模型,通过摄像头获取视频帧,得到背景图片。
单高斯背景建模opencv
- 单高斯背景建模opencv
高斯随机数的产生
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-
图像压缩的几个MATLAB算法
- 图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-Image Compression Algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
lurastud
- 计算机图象处理,图象压缩处理,图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-computer image processing, image compression, image compression algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value
fyy12
- 在单文档界面下, 点击菜单,画出otdr曲线。并对曲线添加高斯噪声。其中含工具条的使用。-documents in a single interface, click on the menu, paint otdr curve. Also adding Gaussian noise curve. Inclusive of the tools used.
GSM_detector
- 单高斯模型是检测运动目标有效方法,这是一种matlab实现。-Single Gaussian model is an effective way to detect moving targets, which is a matlab achieve.
GaussProjCal
- 高斯投影的单点和多点的正算和反算,可以选择所在投影的分度带。-Gauss projection of a single point and multi-point of positive operators and anti-operator, you can choose where the sub-degree zone projection.
SingalGaussian
- 自己写的运动检察的单高斯背景建模,c++代码-Write their own sports procuratorial single Gaussian background modeling, c++ Code
dgs2
- matlab环境下 建立单高斯模型,检测出运动的人体,后期经过数学形态学处理,效果很好。-matlab environment to establish a single Gaussian model, to detect the movement of the human body, the latter mathematical morphology after treatment, the effect well.
singleGaussianmodel
- 本码源是针对于单高斯模型算法做的运动目标检测,其中实现了背景建模、背景更新和目标检测的步骤实现。-The source code is in the single-Gaussian model for the algorithm to do the moving target detection, in which the realization of the background modeling, background to upd
Tracking_Cars_Using_Singal_Gaussian
- 通过单高斯来建立背景,然后用背景减法来提取情景,并对前景进行跟踪和计数。-We establis the background through the method of singal Gaussian,then use the background substration to get foreground,we are also successed to get the counts of cars and to track the
gaussian_average_rgb
- 在rgb颜色空间实现的单高斯模型,用于目标检测-In rgb color space to achieve a single-Gaussian model for target detection
sfmixture_of_gaussians_copy_2
- 在simulink下封装的单高斯模型的s_function.用于模型模块的搭建-Under the package, the simulink model of a single Gaussian s_function. For the model to build the module
单高斯
- 单高斯背景建模实现,仿照网上程序实现,可以使用(Single Gauss background modeling implementation, modeled on the online program to achieve, you can use)
code
- 初步尝试使用单高斯模型进行背景建模与跟踪提取,采用形态学方法,对于背景单一的场景,提取效果还可以。(Preliminary attempts are made to use single Gauss model for background modeling and tracking extraction. Morphological method is used to extract the effect from a single
单高斯程序
- 单高斯算法用于静态背景下显著目标的拾取该方法较为简单,也能应对静态背景下的目标拾取。(Used for picking up salient objects in static background)
gaosi
- 在视频监控中采用背景相减法时,采用单高斯背景建模建立背景模型(Background subtraction for setting up a background model)