登录
首页 » 图形图像 » * 书 名:《DirectShow开发指南》 * 作 者: 陆其明(著) 金邦飞(审校) * 内容提要: 本书以DirectX SDK...

* 书 名:《DirectShow开发指南》 * 作 者: 陆其明(著) 金邦飞(审校) * 内容提要: 本书以DirectX SDK...

于 2023-06-22 发布 文件大小:389.37 kB
0 172
下载积分: 2 下载次数: 1

代码说明:

* 书 名:《DirectShow开发指南》 * 作 者: 陆其明(著) 金邦飞(审校) * 内容提要: 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使 用DirectShow进行C++编码的方方面面。全书共分4个部分。第1部分详细介绍了 DirectShow的基础知识。第2部分重点讨论了Filter的开发,以及DirectShow 应用程序的开发,包括目前非常流行的如音视频采集、数码摄像机的支持、非线性 编辑等应用。第3部深入分析了DirectShow SDK提供的部分典型源代码例子。第 4部分结合作者个人的一些开发实践,通过案例和开放源码分析,进一步介绍 DirectShow的实务应用。-* Title : "DirectShow Development Guide"* Author : Lu Qiming (a) JIN Bang fly (Revision)* Synopsis : The book is DirectX 9.0 SDK version, modeled The contents cover almost the Windows platform using DirectShow coding for the C side aspect. The book is divided into four parts. Part 1 introduced DirectShow basic knowledge. Part 2 focused on the development of Filter, and DirectShow application development, including the current very popular, such as audio and video collection, digital cameras, nonlinear editing application. No. 3-depth analysis of the DirectShow SDK source code for some typical examples. Part 4 of the individual authors c

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 读取Jason
    读取Jason-1 卫星的SSHA数据 并图形显示-Read SSHA data of JASON-1 and plot the data.
    2023-03-11 18:35:04下载
    积分:1
  • 比较完整的分类程序,包含较多的分类算法
    比较完整的图像分类程序,包含较多的分类算法-more complete image classification procedures, including more classification algorithm
    2022-03-20 07:03:03下载
    积分:1
  • 基于EPM240的入门实验
    资源描述1.例程使用的是Quartus II 11.0sp1版本; 2.例程的源代码放置到工程目录下的source文件夹内; 3.工程目录下的tcl文件夹内放置的tcl脚本文件,是工程所用引脚的分配信息,你可以通过记事本打开,查看引脚分配情况;
    2022-11-03 14:40:19下载
    积分:1
  • 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,...
    遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,-Genetic Algorithm (Genetic Algorithm) is a simulation of Darwinian biological evolution, natural selection and genetic mechanism of the process of biological evolution computing model, is a simulation of natural evolutionary processes through the optimal solution search methods,
    2022-01-25 23:32:15下载
    积分:1
  • C++Builder得到象红,蓝,绿三基色直方,并将其显示出来,程序构思很巧妙。...
    C++Builder得到图象红,蓝,绿三基色直方图,并将其显示出来,程序构思很巧妙。-C Image Builder to be red, blue, green, and three-color histogram, and to show up procedure is a clever idea.
    2022-08-25 23:48:56下载
    积分:1
  • And jitter to achieve patterning technology, and bmp2txt command
    实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-And jitter to achieve patterning technology, and bmp2txt command-line compiler as follows vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib Note: run-time, the file c: test.bmp must exist
    2022-11-10 12:05:04下载
    积分:1
  • Vizard Visual Programming API function, development environment for Visual C
    Vizard可视化编程API函数,开发环境为Visual C-Vizard Visual Programming API function, development environment for Visual C
    2022-03-12 20:42:05下载
    积分:1
  • 一个SIFT特征检测的VC程序,SIFT特征检测在目标检测与识别中非常有用!...
    一个SIFT特征检测的VC程序,SIFT特征检测在目标检测与识别中非常有用!-a physiology of the VC feature detection procedures, Detection characteristics of metabolism in target detection and identification is very useful!
    2022-07-17 17:27:19下载
    积分:1
  • tracking face, using open cv and kalman filter
    tracking face, using open cv and kalman filter
    2022-08-08 15:37:19下载
    积分:1
  • 用于采集的C代码
    mini2440(处理器s3c2440)Linux下的cmos摄像头图像采集程序 该程序实现了 1、摄像头的图像的采集,采集到的数据直接显示在LCD上。 2、拍照,即将显示的采集到的图像信息保存为16位的bmp图片。(按键1拍照并保存,拍摄的时候led1点亮1秒)      3、图片浏览。可以浏览已拍摄的照片。(在拍摄状态按下按键2,即可进入图片浏览功能,     只可以播放一遍,其他功能尚未加入) 目前存在的问题: 1、保存的图像尚存在问题:在电脑上显示的不清楚,在    ARM9上可以正常显示。 2、拍摄的图片大小受限制,只能拍摄240*320的16位图片。下一步的改进:能够拍摄常见大小    的照片,并且保存为.jpg格式。 最主要的问题是摄像采集的数据 无线电协会
    2022-03-29 08:41:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载