当前位置:
首页
资源下载

搜索资源 - background extract
搜索资源列表
-
1下载:
使用背景差分法提取出运动目标,再利用边缘检测法对目标进行跟踪。-Use background subtraction to extract moving objects, and then use edge detection method to track the target.
-
-
0下载:
程序实现一个自适应阈值的算法,用以在不规则光照下从背景中提取出前景图像。-Procedures to achieve an adaptive threshold algorithm to extract the foreground from the background image in the irregular light.
-
-
1下载:
该程序可以提取背景图片中车轮的直径大小。-The program can extract the background image of the diameter of the wheel size.
-
-
0下载:
Determine the background of an image, llowing extract foreground objects
-
-
0下载:
本程序可以进行视频的动态提取背景,使用的是高斯模型使用前请配置好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 ...
-
-
0下载:
Matlab 和 Simulink 开发视频和图像处理系统\视频读取并提取目标背景-Matlab and Simulink development of video and image processing systems \ video to read and extract the object-background
-
-
0下载:
计算机人脸识别技术( Face Reocgnition)就利用计算机分析人脸图像,从中提取出有效的识别信息,用来辨认身份的一门技术。[ 1 ]即对已知人脸进行标准化处理后,通过某种方法和数据库中的人脸样本进行匹配,寻找库中对应人脸及该人脸相关信息。人脸自动识别系统有两个主要技术环节,一是人脸定位,即从输入图像中找到人脸存在的位置,将人脸从背景中分割出来,二是对标准化后的人脸图像进行特征提取和识别。本文中介绍的PCA (特征脸)方法就是一种常用的人脸
特征提取方法。-Computer Fac
-
-
1下载:
用于复杂背景下的背景提取,比如高速公路等等,效果非常好-background extract background extract
-
-
0下载:
Background subtraction is used to extract moving objects in video frames.This algorithm is applicable for real time application.-Background subtraction is used to extract moving objects in video frames.This algorithm is applicable for real time appli
-
-
0下载:
首先将视频提取出图像序列。将图像序列r、g、b三个分量分别计算平均值,再合成一幅图像作为背景图像。-First, extract the video image sequence. The image sequence r, g, b, respectively, calculate the average of three components, and then synthesized image as a background image.
-
-
0下载:
均值法和中值法提取背景图像,并将二者进行比较.-Mean and median method to extract the background image, and will compare two.
-
-
0下载:
Background subtraction -to extract the background information from the image.
Segmentation is adopted here-Background subtraction -to extract the background information from the image.
Segmentation is adopted here..
-
-
0下载:
在windows下面使用OPENCV加VC++6.0编写的一个很好的图像处理例程基于静态场景的背景提取-Use OPENCV VC++6.0 written a very good image processing routines based on the static background of the scene to extract the windows below
-
-
0下载:
帧间差分法从多帧连续图像提取背景 另一个是通过背景提取运动物体-Interframe difference from the background of continuous multi-frame image extraction, the other is to extract moving objects by background
-
-
0下载:
提取静态场景的背景,用于图像图像目标检测,使用OpenCV平台,请在在vc++环境下运行 -Extract the static scene background for the image image target detection using OpenCV platform, running in vc++ environment
-
-
0下载:
介绍了背景的提取与自适应更新的算法,提出了一种基于直方图统计与多帧平均混合的算法。
这种算法克服单纯的多帧图像在车流量多、车速低时出现拖尾和模糊的现象,且相对于混合高斯模
型,其计算复杂度较低。该算法已通过TIDM642 DSP硬件平台实现,实验图像结果表明,该背景提
取算法的速度快,且符合实际场景
-The paper introducesbackground extractionswith self-adaptive update algorithm and puts for
-
-
0下载:
视频读取及目标背景提取,matlab平台下可以对视频取帧-Read and goals video background extraction, matlab platform can take video frame
-
-
0下载:
本源码包为VC+OpenCV提取静态场景的背景-The source code package for VC+OpenCV extract static background scene
-
-
0下载:
初始化 统计背景模型,用背景差法提取前景图像,并使得背景不断刷新-First initialized, statistical background model, background difference to extract foreground and background model constantly refreshed
-
-
0下载:
1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。
2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。
3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。
4.点击轨迹绘制菜单,绘制车辆的轨迹。
注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.d
-