<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>图像处理</title>
<link>/html/Image/index.html</link>
<description>图像处理</description>
<language>zh-cn</language>
<generator>&lt;a href='mailto:webmaster@delphichm.com'&gt;
Copyright@delphichm,&lt;/a&gt;2006-2009.&lt;br/&gt;All Rights Reserved.&lt;br/&gt;
&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://js.users.51.la/1120570.js&quot;&gt;&lt;/script&gt;
</generator>
<webmaster>webmaster@delphichm.com</webmaster>
<item>
    <title>delphi 保存或加载图片成流TStream</title>
    <link>/html/Image/20070715/351.html</link>
    <description>How to save / load any TPicture-contained TGraphic to / from a stream</description>
    <pubDate>2007-07-15</pubDate>
    <category>图像处理</category>
    <author>Tomas Rutkauskas</author>
    <comments>国外</comments>
</item>
<item>
    <title>delphi 如何将位图、图片、图元件到剪切板</title>
    <link>/html/Image/20070715/350.html</link>
    <description>How to copy a bitmap, picture or metafile from the clipboard?</description>
    <pubDate>2007-07-15</pubDate>
    <category>图像处理</category>
    <author>Maarten de Haan</author>
    <comments>国外</comments>
</item>
<item>
    <title>delphi MS的AVICAP32.DLL的API</title>
    <link>/html/Image/20070629/223.html</link>
    <description>这里介绍使用DELPHI使用MS的AVICAP32.DLL就可轻松的实现对摄像头编程， 如果再加上你的网络编程水平，实现一个视屏聊天就不成什么问题了。 看看下面代码的代码： const WM_CAP_START = WM_USER; const WM_CAP_STOP = WM_CAP_START + 68; const WM_CAP_DRIVER_CONNECT =</description>
    <pubDate>2007-06-29</pubDate>
    <category>图像处理</category>
    <author>轶名</author>
    <comments>网络</comments>
</item>
<item>
    <title>delphi 用Delphi开发视频捕获程序</title>
    <link>/html/Image/20070629/222.html</link>
    <description>在许多关于视频的软件(如视频会议、可视电话等)开发中，都应用了视频捕获技术。微软为软件开发人员提供了一个专门用于视频捕获的VFW (Video for Windows) SDK。VFW SDK为在Windows系统中实现视频捕获提供了标准的接口，从而大大降低了程序的开发难度。由于VFW SDK只有V</description>
    <pubDate>2007-06-29</pubDate>
    <category>图像处理</category>
    <author>轶名</author>
    <comments>网络</comments>
</item>
<item>
    <title>delphi 压缩图像资料</title>
    <link>/html/Image/20070629/221.html</link>
    <description>當程式用capCapture不斷地抓入影像資料時,這個資料其實是以 PVEDIOHDR的結構放在記憶體之中, 這是一頁一頁的影像資料, 攝影機每抓好一頁就會啟動 VidoeCallBackProc一次. 而若你要壓縮這個影像資料, 可以叫用ICCompress這個函數(Windows SDK)。 但是叫用之前要先用 hic</description>
    <pubDate>2007-06-29</pubDate>
    <category>图像处理</category>
    <author>bill</author>
    <comments>网络</comments>
</item>
<item>
    <title>delphi 如何屏蔽控件的默认右键菜单</title>
    <link>/html/Image/20070629/220.html</link>
    <description>在很多情况下我们也许想把某些控件的默认右键菜单屏蔽掉。
屏蔽控件右键菜单有很多种方法，现在就介绍我知道的其中四种。
  在介绍之前，先让我们看一下下面这段代码，这段代码是VCL库中TControl对象的一段代码，
从这段代码我们可以看出右键菜单的弹出事件都写在弹</description>
    <pubDate>2007-06-29</pubDate>
    <category>图像处理</category>
    <author>轶名</author>
    <comments>网络</comments>
</item>
<item>
    <title>delphi How can I capture an image from a video source</title>
    <link>/html/Image/20070629/219.html</link>
    <description>For a complete example, you need to get the Microsoft Video for Windows SDK. The following simple example shows how to open the default video capture device, grab a frame from the device, save a frame from the device to the disk as a .BMP (device in</description>
    <pubDate>2007-06-29</pubDate>
    <category>图像处理</category>
    <author>轶名</author>
    <comments>国外</comments>
</item>
<item>
    <title>delphi DSPACK视频开发</title>
    <link>/html/Image/20070629/218.html</link>
    <description>你把DSPack2.34版的Demo\D6-D7\VideoCap调出来，在上面放置一个新的TFilter(DSPACK里的)控件,属性name设成VCompFilter， 属性FilterGraph留空，属性BaseFilter点击...进去选择你要用的压缩插件，XVID放在VideoCompressors的项目分类里，完整名称应该是XviD MPEG-4 Cod</description>
    <pubDate>2007-06-29</pubDate>
    <category>图像处理</category>
    <author>轶名</author>
    <comments>网络</comments>
</item>
<item>
    <title>delphi Delphi Video for Windows 视频捕获</title>
    <link>/html/Image/20070629/217.html</link>
    <description>   摘要：许多关于视频的软件（如视频会议、可视电话等）开发都应用于视频捕获技术。微软为软件开发人员提供了一个专门用于视频捕获的VFW SDK，从而为在Windows系统中实现视频捕获提供了标准的接口，并大大降低了程序的开发难度。由于VFW SDK只有VC和VB版，没有Delphi版</description>
    <pubDate>2007-06-29</pubDate>
    <category>图像处理</category>
    <author>轶名</author>
    <comments>网络</comments>
</item>
<item>
    <title>delphi 视频软件开发</title>
    <link>/html/Image/20070629/216.html</link>
    <description>在许多关于视频的软件(如视频会议、可视电话等)开发中，都应用了视频捕获技术。微软为软件开发人员提供了一个专门用于视频捕获的VFW (Video for Windows) SDK。VFW SDK为在Windows系统中实现视频捕获提供了标准的接口，从而大大降低了程序的开发难度。由于VFW SDK只有VC</description>
    <pubDate>2007-06-29</pubDate>
    <category>图像处理</category>
    <author>轶名</author>
    <comments>网络</comments>
</item>

</channel>
</rss>
