CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 提取 前景

搜索资源列表

  1. bg_subtraction_cmd

    0下载:
  2. 本代码是Foreground-Background Segmentation of Video Sequences的配套程序,利用KDE算法对avi进行处理,从而提取前景和背景,在windows, Visual C++下测试成功
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:51.89kb
    • 提供者:辜嘉
  1. 抠图通过从复杂背景中提取前景

    0下载:
  2. 抠图通过从复杂背景中提取前景,然后切换到另外一个真实的背景中,以实现不同背景下图像融合的图像逼真效果
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-10-21
    • 文件大小:28.77kb
    • 提供者:yand789
  1. 混合高斯背景建模用于检出背景

    0下载:
  2. 混合高斯背景建模用于检出背景,并提取前景,在OPENCV环境下操作进行的。是数字图像处理领域不可缺少的一种处理方式。OPENCV库里含有的函数在数字图像中的作用都是不可获取的,用起来简单又便捷,建议OPENCV从头认真学起-Gaussian mixture background modeling for the detection of background and foreground extraction, OPENCV environment in the operation. The f
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:1.17kb
    • 提供者:yuanyuan
  1. histo_bkgr

    0下载:
  2. 基于灰度图的阴影消除,通过对水平方向的投影图的峰值,提取前景(投影值与峰值比小于阈值时认为是阴影)-Based on the grayscale of the shadow of the elimination of the horizontal direction of the projection of the peak, the prospects for extraction (projection value and the peak is less than the threshol
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:23.08kb
    • 提供者:sherry
  1. detecting

    0下载:
  2. 运动目标检测,背景差分法提取运动前景目标,背景自动更新-moving object detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.29mb
    • 提供者:liutao
  1. thresholdadaptive200810

    1下载:
  2. 实现一个自适应阈值的算法,用以在不规则光照下从背景中提取出前景图像。-The realization of an adaptive threshold algorithm for the irregular light extracted from the background images prospects.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:147.69kb
    • 提供者:Joe Black
  1. GMM

    0下载:
  2. 利用K-高斯混合模型提取视频的前景信息。-The use of K-Gaussian mixture model for the future of video information extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.58mb
    • 提供者:夏余
  1. FgBgSubtract

    0下载:
  2. 前景背景分离的程序,用于提取固定背景下的视频中的运动目标-The prospects for the background separation process for extracting fixed in the context of the video moving target
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:3kb
    • 提供者:christine
  1. xiaobo

    0下载:
  2. .首先,建 立背景的混合高斯分布模型和阴影颜色模型,通过差分法提取前景区域并结合Gabor小 波纹理特征分析找出潜在的阴影点;然后通过阴影颜色模型对这些潜在的阴影点进行颜 色分析;最后通过后续处理,找出真正的阴影区域-. First of all, to establish the background Gaussian mixture distribution model and the shadow color model, by differential extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:374.48kb
    • 提供者:xxx
  1. Harris

    0下载:
  2. 研究一种红外医学图像处理与分析方法,实现红外人脸图像中特征区域的自动定位。方法 针对红外正面脸部图像,采用一种无监督的局部和全局的特征提取方法,首先通过阈值法区分出前景和 背景,并根据面部特征对称性在前景中确定鼻区 然后在面部确定一个包含所有特征的矩形区域,利用 Harris算子在该区域检测出角点,并找出这些点的局部最大值点 最后用K-means方法对这些点进行 聚类 -To develop an mi age analyzing procedure forautomatic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:162.21kb
    • 提供者:高雪
  1. Background_And_Foreground

    0下载:
  2. 背景、前景 提取,能在视频中准确提取背景信息从而提取前景信息-Extract Background And Foreground Image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:860.49kb
    • 提供者:abc
  1. ForegroundExtract

    0下载:
  2. 视频捕捉的对象中,背景通常保持不变。一般分析中关注移动的前景物体,威力提取出前景物体,需要建立背景的模型,将模型和当前帧进行比对检测前景物体。前景提取应用非常广泛,特别是在智能监控领域中。 如果有不含前景物体的背景图片,提取前景的工作相对容易,只需要比对当前帧和背景图片的不同,调用函数absdiff实现。但是大多数情况,获得背景图片是不可能的,比如在复杂的场景下,或者有光线条件的变化。因此,就需要动态的变换背景。一种简单的办法是对所观察到的图片取平均,但这样做也有很多弊端,首先,这种办
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:1.19mb
    • 提供者:dsfewf
  1. hsv_file

    0下载:
  2. 本代码主要是基于HSV的阴影检测及消除,分别提取前景及背景图像,进行色彩空间转换。HSV空间类似人类感觉色彩的方式,可以更加准确地识别阴影,并保持在计算上简单。-This code is mainly based on the HSV shadow detection and elimination, extract the foreground and the background image, respectively, for color space conversion. HSV spa
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:1.21kb
    • 提供者:肖伟
  1. Motion-BasedForegroundSegmentation

    0下载:
  2. 编程实现视频前景目标提取,处理,特别是对于监控视频,实用性很大。(Programming implementation of video foreground target extraction, processing, especially for monitoring video, is very practical.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:6kb
    • 提供者:云凡
  1. Code

    0下载:
  2. matlab Code 图像识别提取前景目标(matlab code Image recognition, extraction, foreground target)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:1kb
    • 提供者:明丶
  1. GMMmatlab程序

    0下载:
  2. 混合高斯模型,用于背景变化无抖动的目标的前景提取(The hybrid Gauss model is used for foreground extraction of background invariant targets without jitter)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:2kb
    • 提供者:泰迪0612
  1. MATLAB_高斯模型

    0下载:
  2. 用高斯模型算法来处理视频,提取前景信息,适合动态背景(Gauss model algorithm is used to process video and extract foreground information, which is suitable for dynamic background)
  3. 所属分类:图形图像处理

  1. VIBE

    0下载:
  2. 前景目标提取,已经申请专利,比较快速好用(Foreground target extraction)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:3.46mb
    • 提供者:780521
  1. hunhe

    0下载:
  2. 采用多个高斯分布的方式来描述背景像素点的特征,在线地更新参数和权重,实现运动检测和前景提取的同步进行,即采用混合高斯背景算法进行建模,以降低动态背景的干扰。(The characteristics of the background pixel are described by several Gaussian distributions, and the parameters and weights are updated online. Synchronization of motion d
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:2kb
    • 提供者:lauraxty
  1. FGseg

    0下载:
  2. 用于视频前景目标提取,包含测试数据,可运行(This package can be used for video foreground target extraction. It includes executable programs and test data files and thus it can be run directly.)
  3. 所属分类:图形图像处理

« 12 3 4 5 6 »
搜珍网 www.dssz.com