CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 高斯模型 opencv

搜索资源列表

  1. background__modelling

    0下载:
  2. 利用高斯模型实现背景建模的程序。简单实用,自己写的,利用了opencv的处理函数,需要调节阈值-using the Gaussian model, background modeling procedures. Simple and practical, wrote, opencv use of the processing function, needs to adjust the threshold
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:32179
    • 提供者:言研
  1. GMM

    0下载:
  2. 本混合高斯模型是基于opencv的,利用了系统自带的检测函数,检测效果较好.欢迎切磋!
  3. 所属分类:多媒体

    • 发布日期:2014-01-16
    • 文件大小:25704
    • 提供者:yi wen
  1. opencvBackgroundExtraction

    0下载:
  2. 利用opencv 的 高斯模型来进行背景建模,在背景变化不大的情况下工作的不错。最好能有几帧纯粹的背景用于建模,这样效果会更好。-build the background model using Gaussian in opencv. some static background will make it works better
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:190469
    • 提供者:jiling
  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
    • 文件大小:4557985
    • 提供者:baiyang
  1. gaussiangradient

    0下载:
  2. 是关于高斯混合模型的背景建模程序,是关于opencv改进的,自己编程的程序。-Gaussian mixture model on the background modeling procedure is about opencv improved, their own programming procedures.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:46181647
    • 提供者:ANMINGSHOU
  1. GMMS

    0下载:
  2. OPENCV下基于高斯混合模型的图像分割,程序中还有 基于大津法的图像分割和金子塔分割。-OPENCV Based on Gaussian mixture model of image segmentation, the program also includes Otsu method based on image segmentation and the segmentation pyramid.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:498062
    • 提供者:jiaojiao003
  1. gaosi

    0下载:
  2. 基于VC6.0编程的混合高斯模型,采用OpenCV技术 可以对摄像头数据 或是本地avi视频数据进行处理。-Programming based on Gaussian mixture model VC6.0 using OpenCV camera technology data can be local or avi video data for processing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:51648
    • 提供者:苏文娟
  1. moveboject1.0

    0下载:
  2. 基于opencv运动目标检测的中值模型,单高斯模型,简单统计模型的检测及监控系统-Opencv moving target detection based on the median model, a single Gaussian model, a simple statistical model of detection and monitoring system
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:57224063
    • 提供者:曾军
  1. MIXGUASS

    0下载:
  2. 基于OPENCV VC 的混合高斯模型函数代码-OPENCV VC MIXGUASS
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:3052
    • 提供者:青佳
  1. OpenCV1

    0下载:
  2. OpenCV1.0混合高斯模型注释及说明 通过代码的形似让大家进一步的了解opencv1.0的高斯模糊的含义效果-opencv function of knowledge is mainly related to the application we want to have some help
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:89432
    • 提供者:hmm
  1. Gaussion

    0下载:
  2. 混合高斯模型原理,以及OpenCV实现的源代码,以及注释-Gaussian mixture model principle, and the realization of the source code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:8160327
    • 提供者:lansejingling
  1. gmmcv

    0下载:
  2. 混合高斯模型 在opencv平台下实现 能够分离出视频序列中运动区域,并且建立背景-GMM gaussion mixture models
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:39117
    • 提供者:yangyang
  1. TGMMMrarh

    0下载:
  2. 本混合高斯模型是一种基于opencv的,运用用了系统自带的检测函数,检测效果较好.欢迎切磋! -Gaussian mixture model is based on the opencv, the use of the system comes with the detection functions, better detection. Welcome to learn!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:25991
    • 提供者:hxb
  1. KaewTraKulPong

    0下载:
  2. opencv中混合高斯模型实现方法的参考文献-An Improved Adaptive Background Mixture Model for Real-time Tracking and Shadow Detection
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:243818
    • 提供者:chenkanru
  1. GMM

    0下载:
  2. 是opencv 混合高斯模型的原函数,并进行了修改可以实现前景提取并进行背景建模-opencv GMM
  3. 所属分类:OpenCV

    • 发布日期:2017-11-30
    • 文件大小:4944
    • 提供者:Luiz
  1. gausstrack

    0下载:
  2. 利用混合高斯模型进行运动跟踪的源代码,vc++和opencv,需要有摄像头支持。-The use of Gaussian mixture model motion tracking the source code vc++ and opencv, camera support.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1821
    • 提供者:张半
  1. mixture-gaussian

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

    • 发布日期:2017-11-22
    • 文件大小:242742
    • 提供者:李楚
  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
    • 文件大小:638
    • 提供者:王烽
  1. Gauss

    0下载:
  2. 背景建模 混合高斯模型 opencv代码和matlab代码-Background modeling Gaussian mixture model opencv code and matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:68347
    • 提供者:潘少
  1. gmm

    0下载:
  2. 基于高斯混合模型的运动目标检测,opencv平台,直接可用(Moving target detection of Gauss mixed model)
  3. 所属分类:图形图象

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:幕幕府城
« 1 23 4 »
搜珍网 www.dssz.com