CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - gaussian model

搜索资源列表

  1. singleGaussianmodel

    0下载:
  2. 本码源是针对于单高斯模型算法做的运动目标检测,其中实现了背景建模、背景更新和目标检测的步骤实现。-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 update and steps to achieve targe
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3.64kb
    • 提供者:songhong
  1. GMM

    0下载:
  2. It s GMM(Gaussian Mixture Model) code
  3. 所属分类:Audio program

    • 发布日期:2017-03-23
    • 文件大小:3.51kb
    • 提供者:kimjinwoo
  1. mixture_of_gaussians

    1下载:
  2. 混合高斯模型 图像检测 可以应用于视频和图片-Mixture Gaussian model image detection can be applied to video and picture
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-25
    • 文件大小:2.03kb
    • 提供者:孙灿
  1. ObjectExtraction

    0下载:
  2. 利用混合高斯模型检测到目标,并对运动目标的运动加以分析。文件齐全,欢迎下载-Detection of the use of mixed-Gaussian model to the target, and the movement of moving targets to be analyzed. Complete documents, please download
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7.17mb
    • 提供者:陈偲
  1. gauss-backgrounds

    0下载:
  2. 本程序可以进行视频的动态提取背景,使用的是高斯模型使用前请配置好opencv环境。希望对大家学习人脸检测有所帮助-This procedure can extract the dynamic video background, using a Gaussian model configured before use opencv environment. We would like to learn helpful Face Detection ...
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4.35mb
    • 提供者:baiyang
  1. gaussian_average_rgb

    0下载:
  2. 在rgb颜色空间实现的单高斯模型,用于目标检测-In rgb color space to achieve a single-Gaussian model for target detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.23kb
    • 提供者:heshan
  1. motiondetect

    0下载:
  2. 实现基于混合高斯模型的运动目标检测算法的仿真-Achieved based on Gaussian mixture model simulation of moving target detection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1.23kb
    • 提供者:彭灿
  1. matlabGMM

    0下载:
  2. 用matlab编的混合高斯模型的背景建模方法,可以参考一下。-Matlab compiled using a mixed Gaussian model of background modeling method, you can reference.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:2.13kb
    • 提供者:sunrui
  1. face

    0下载:
  2. 人脸检测,基于肤色信息的皮肤区域粗检。自适应高斯模型,-Face detection, skin region based on color information, rough inspection. Adaptive Gaussian model
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:796byte
    • 提供者:yuyang
  1. mixture_of_gaussians

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

    • 发布日期:2017-03-27
    • 文件大小:80.74kb
    • 提供者:geziyi
  1. motion3

    0下载:
  2. 基于混合高斯模型的多目标跟踪算法,对背景图像建立混合高斯模型,实时更新高斯模型,达到更新背景的目的。-Gaussian mixture model-based multi-target tracking algorithm, Gaussian mixture model to establish the background image, real-time updates Gaussian model, to achieve the purpose of updating the backgr
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:572.82kb
    • 提供者:廖家亮
  1. Gaussian

    0下载:
  2. 基于高斯模型的动态物体检测,可以通过本程序读取摄像头获得的文件进行识别-Gaussian model-based dynamic object detection, you can get the application to read the camera to identify the file
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:1.76kb
    • 提供者:赵悦凯
  1. mixture-Gauss-model-EM-matlab

    0下载:
  2. EM算法计算混合高斯模型,可以计算三个参数。-Gaussian mixture model EM algorithm, three parameters can be calculated.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:8.63kb
    • 提供者:袁宇
  1. gaussian

    0下载:
  2. 高斯混合模型,从97年到2011年间经典英文文献13篇,对与学习高斯模型的同学很有帮助-Gaussian mixture model, the classic English literature from 1997 to 2011, 13, very helpful with the students to learn the Gaussian model
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7.45mb
    • 提供者:国际米兰
  1. Gaussian-mixture-model-Article

    0下载:
  2. 高斯混合模型的背景提取,目标检测算法的几篇论文!对于理解和研究高斯模型有很大帮助!-Gaussian mixture model for background extraction, several papers in the target detection algorithm! For the understanding and study of the Gaussian model of great help!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:964.31kb
    • 提供者:sunny09
  1. mixture-gaussian

    0下载:
  2. opencv混合高斯模型实现的理论基础,比较有参考价值-The theory of the mixture gaussian model in opencv
  3. 所属分类:Graph program

    • 发布日期:2017-11-22
    • 文件大小:237.05kb
    • 提供者:李楚
  1. OpenCV-Gaussian-model-n

    0下载:
  2. OpenCV 基于混合高斯模型GMM的运动目标检测-OpenCV based on Gaussian mixture model GMM moving target detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:638byte
    • 提供者:王烽
  1. single-gaussian-background-model

    1下载:
  2. 单高斯模型是一种图像处理背景提取的处理方法,适用于背景单一不变的场合,其他如混合高斯模型等方法都是对单高斯模型的扩展,单以单高斯模型最为简便,而且采取参数迭代方式,不用每次都进行建模处理。-Single gaussian model is a kind of processing methods of background extraction, image processing is suitable for the single constant background, other meth
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:2.97mb
    • 提供者:陈柱
  1. model

    0下载:
  2. it is a matlaba file used for calculation the nonlinear interference power in the gaussian model by Poggiolini but is unfinished
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:715byte
    • 提供者:panagiotisb
  1. Single-Gaussian-Model

    0下载:
  2. 单高斯模型视频背景前景提取,,内附源码、测试视频、测试结果等-Single Gaussian model background foreground extraction ,, enclosing video source, the video test, test results, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:6.88mb
    • 提供者:宫晨
« 12 3 4 5 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com