搜索资源列表
Circuit3
- 目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。 技术:avi视频流的帧读取;图像帧存储格式的了解;RGB图像的灰度化;灰度图象的平滑滤波;块运动估计算法的实现;使用MFC显示图像帧;MFC上鼠标事件的使用。 -objectives : manually select video images on the question target tracking; Use block matching methods
FilterMosaic
- 这是一个视频叠加马赛克的例子,是用DirectShow的Filter实现的,它可以在任何一个视频文件,.avi,.wmv等等视频上实现马赛克效果,遮挡某一位置。-This is a mosaic of video superimposed example, is DirectShow Filter achieved, it could in any one video files. avi, . wmv etc. Video Mosaic achieving results, blocking
VODDemo1
- VODDemo: 视频点播演示程序。一个服务器程序,一个客户机程序。服务器端 维持一个供点播的节目列表。客户机与服务器建立连接之后,可以得到服务器上 可供点播的节目列表,然后选择一个感兴趣的节目进行播放。目前支持点播的媒 体类型有MPEG1、MP3、MPEG2、AVI等。 Bin\\VODServer.exe是服务器程序。 Bin\\VODClient.exe是客户机程序。 FilterNetReceiver是一个实现了网络数据接收的模式Source Filter
DirectShowVMR9_src
- This source code describes how to dynamically mix two video files (.mpeg, .mpg, .avi and .dat). Mixing involves alpha-blending and stretching/shrinking and positioning of the two video streams, individually, using DirectShow s VMR9 filter. -This sour
relink
- MFC IIS防盗链 开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1 主要功能: 1 防盗链 2 限制文件下载线程数 3 限制文件下载速度 使用方法: 1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加 2 名称随便 文件 选择你解压缩下来的relink.dll 3 重启IIS 4 打开ReLink.ini 具体参数: [settings
M4ToAvi
- hc to avi ... \\M4ToAvi(english).exe ... \\M4ToAvi(中文版本).exe .........\\Meida Player Filter Version 3.8 .........\\...............................\\0009 .........\\...............................\\....\\_Setup.dll .........\\.
avi_file_source
- WinCE下的一个directshow 的AVI文件解析的源filter
MFCFilter
- 是一个基于MFC制作的Filter,而非一个com组件。Filter可以在Filter Graph中运行。可以播放avi文件
2009.rar
- 跟踪目标的算法,camshift,meanshift.,Target tracking algorithm, camshift, meanshift.
dshowtest.zip
- 一個播放avi檔的filter graph.Source Filters主要負責取得資料,資料來源可以是文件、網路、或者電腦裡的介面卡、Webcam等,然後將資料往下傳輸;Transform Fitlers主要負責資料的格式轉換、傳輸;Rendering Filtes主要負責資料的最終去向,我們可以將資料送給音效卡、顯示卡進行多媒體的展示,也可以輸出到文件進行存儲。三個部分並不是都只 有一個Filter去完成功能。恰恰相反,每個部分往往是有幾個Fitler協同工作的。 ,Avi files a
MPUI.2008-01-20.Sources
- MPlayer是Linux 上的最强大的电影播放器的Windows版本。它能使用众多的本地的,XAnim,RealPlayer,和Win32 DLL编解码器,播放大多数MPEG,VOB,AVI,OGG,VIVO,ASF/WMV,QT/MOV,FLI,RM,NuppelVideo,yuv4mpeg,FILM,RoQ文件。 神乎奇技的媒体播放软件,让你在低配置电脑下也能流畅播放DVDrip视频,MPlayer是完完全全的绿色软件,本身编译自带了多种类型的解码器,不需要再安装xvid、ffd
testfilter
- Cut detector filter on a avi video (implement with Directshow)
DSEZRGB24
- The DirectShow EZRGB24 filter is an image processing transform filter. This filter performs a number of individual video effects, including red, green, blue, darken, XOR, blur, gray, and emboss effects.
GrabBitmaps
- Improved DirectShow sample code - GrabBitmaps sample. This console app will open a long AVI file in the parent directory,create a filter graph with a sample grabber filter, read frames out of it every second for a few seconds, and write the frames
VCandOpenCVsources
- 源码1:实现对图像平滑处理。比如噪声消除(二什图像的黑白点噪滤除;消除孤立黑像素点);邻域平均 法;中值滤波;加噪等。 源码2:对图像进行阈什分割和轮廓提取。 源码3:进行图像的合成。 源码4:图像的变换域处理 源码5:锐化及边缘检测 源码6:灰度变换 motiondetect1:基于OpenCV 运动检测(摄像头或.avi)-Source 1: Implementation of image smoothing. Such as noise reduction
PlayDMO11
- 播放报告avi.mpg.wav.mid等视频格式的任意文件。 同时有暂停、停止功能供你选择。-PlayDMO allows you to open any media file, view its video component (if present), and apply any number of DMO audio effects to its audio component. Select a media file by typing its name in the
object-tracking-particle-filter
- 1、本程序需要在dos下启动,否则程序默认打开E盘下一个叫做soccer.avi的视频文件,你可以将一个视频文件修改名称后,放在E盘下; dos下启动的方式是:进入本程序的目录下,输入"objecttracking E:\\……\\……\\***.avi"。本命令有两部分组成objecttracking 是我们的应用程序名, E:\\……\\……\\***.avi是你要打开的视频的全路径,注意是两个“\\”。 2、应用程序目录下,已经有所有的动态库,可直接运行程序。但是想编译源文
DetectiveContour
- 视频场景切换及轮廓检测(VS2008+opencv),采用VC编写,注意源代码里的视频名称是“sunyanzi.avi”,改成自己的视频名称即可-scene change detection and detective contours,write with vc,remember change the name of video in the code into yours
avifileopenprogram
- 该程序基于DirectShow滤波器集成了一个能打开avi,mpeg,wmv等格式视频文件的类,对做视频分析的入门人员提供了很大的便利,可以获得每帧的原始数据来分析.-The program is based on integrating a DirectShow filter to open the avi, mpeg, wmv video file formats such as class, the entry of a video analysis provide a great con
particle-filter-tracking
- 视频目标跟踪程序集相应的视频文件,需要自己添加相应的视频(avi)-Video target tracking assembly corresponding video files, the need to add the corresponding video (avi)