搜索资源列表
数字视频图像传输系统实现中几个问题的研究
- MATLAB程序的仿真比较。随后,针对QPsK,详细讨论了其基本原理和具体的实现算法,并进行了仿真验证,然后选用HSP502巧数字上变频芯片和HSP50214B数字下变频芯片,设计了数字调制、解调器的实现方案。最后,作为对整个数字视频图像传输系统的宏观认识,利用M户JLAB中的实时建模仿真Simullnk库对典型的视频图像传输系统一数字视频广播系统(D vB),进行了建模、仿真和初步的分析,结果表明:在高斯白噪声的传输环境下,系统采取的一系列抗干扰措施,包括内、外码级联的信道纠错编码和先进的调制
Visual+C++视频技术方案宝典+源代码
- 通过63个实际开发方案深入讲解Visual C++视频开发的核心应用全面提高实际开发能力 系统设计方案:用户界面与业务逻辑的分离方案、数据抽象与封装方案、业务层部署方案以及系统建模方案等,共12个实用方案。 视频采集方法:包括视频录像设计方案、视频预览设计方案和事件通知设计方案,共8个实用方案。 视频编码方案:H263编码方案、H263编码方案以及MPEG-4编码方案,共3个实用方案。 音频采集方案:音量控制方案、MCI音频存储方案和CD播放及抓轨方案等,共9个实用方案。
给予opencv的VIS视频跟踪
- 该源码是关于运动对象跟踪的算法,主要实现了高斯背景建模,全局运动补偿(SIFT特征和RANSAC算法),运动对象检测,对象跟踪算法(Mean Shift,Particle Filter等),对象特征提取(轨迹,大小,起止帧等),同时,程序基于VC2008+OpenCV开发,实现了对话框式的程序界面,效率高。
用代码本方法实现视频跟踪的背景建模
- 用代码本方法实现视频跟踪的背景建模,该方法是很经典的。,With the code to achieve this method to track the background of video modeling, the method is very classic.
mixture_of_gaussians
- 混合高斯背景建模,利用该方法建立动态视频中运动背景建模,得到较好效果-mixture of gaussian
w4-moving-object-detection
- 此程序是针对视频中的运动目标的检测,程序中包括了背景建模、背景差法等功能的w4背景建模算法。-This procedure is for the video of the moving target detection, process modeling, including the background, the background difference method and other functions of the background modeling algorithm w4.
ACMMM2003
- 介绍一种应用于视频运动检测中前景和背景建模分割的方法-proposes a novel method for detection and segmentation of foreground objects from a video which contains both stationary and moving background objects and undergoes both gradual and sudden “once-off” changes.
BGmodel
- 这是利用opencv工具编写的背景建模程序,效果很好,内有视频文件,可直接运行-This is a tool written using opencv background modeling procedure, a good effect, there are video files, can be directly run
(1)
- 一些关于视频图像处理中有关背景建模的论文(文件1)-On video image processing in the background modeling papers (paper 1)
(2)
- 一些视频图像处理中关于背景建模的论文(第2部分)-Some deal with video images on the background of modeling papers (Part 2)
(3)
- 一些在视频图像处理中关于背景建模的论文(第3部分)-Video image processing in the context of modeling on the paper (Part 3)
bkgrd
- 利用背景建模检测运动物体。逐帧读取视频,根据帧差法来实现。-The use of background modeling moving object detection. Read video frame by frame, in accordance with the frame difference method to achieve.
VideoProcess
- 关于视频的课件,内容全面,包括:视频的各种编码,目标检测,目标运动估计,目标跟踪,视频建模等。-On the video courseware, comprehensive, including: a variety of video encoding, target detection, target motion estimation, target tracking, video modeling.
Video_Image_Segmentation_Based
- 为了对光线变化的图像进行顺利侵害,提出了一 种利用贝叶斯学习方法来进行视频图像分割的算法,印先在每个像素点处对不断变化的背景建模,同时计算每个像素点 处的颜色直方图,再用这些直方图来表示该像素点处特征向量的概率分布,然后用贝叶斯学习方法来进行判断,以确定在光线缓慢或者突然变化的时候,每个像素点是属于前景还是属于背景。-In order to change the image of light against a smooth, a Bayesian learning approach t
bg_subt_code
- Nonparametric Background subtraction classes非参数视频背景建模的一个类,该方法是目前背景建模中最好的方法之一-Nonparametric Background subtraction classes video background of non-parametric modeling of a class that the method is modeling in the present context, one of the best way
nkde
- 视频跟踪检测 背景核密度估计建模,欢迎指正,-Detection of the background video track modeling kernel density estimation, please correct me, thank you
VideoProcessingandCommunications
- 王尧和张亚勤的Video Processing and Communications 本书以视频编码和通信为中心,系统地介绍了数字视频信号处理的基本理论和技术。全书共15章,重点讨论了数字视频信号处理的基本技术,包括采样、建模和运动估计;视频编码,包括立体和多视下的视频信号处理和编码;视频通信中的基本问题,包括多媒体通信的各种标准、通信中的差误控制问题以及在Internet和无线IP网络中的视频通信问题等。-Ya-Qin Zhang Yao and Video Processing and
FaceDetection
- 人脸识别技术可以应用于基于网络的身份认证,我们实现了基于WebCam的人脸识别与跟踪系统。本文以WebCam采集的视频流为数据源,截取视频流中的单帧图像,通过转换彩色空间、人脸肤色建模、后处理操作和人脸定位算法实现了人脸检测,并以此为基础实现了在视频流中对于人脸的跟踪。试验结果表明,我们所实现的人脸识别算法适用于近距离人脸的检测,可以应用于基于WebCam的身份认证。 -Face recognition can be applied to identity authentication on I
MPEGvariablebitratevideo
- 用MPGE进行压缩编码的变比特率视频流的建模方法介绍和步骤-MPGE compression with variable bit rate encoded video stream modeling methods and steps for introduction
modelbasedonfulllengthVBRMPEG4videotraces
- 全长变比特率基于MPGE压缩编码的视频流的源建模方法及知识的详细介绍-Full variable bit-rate coding based on video streaming MPGE source modeling methods and a detailed descr iption of knowledge