-
This article presents some classes that make customising window captions really
This article presents some classes that make customising window captions really quick and easy. Using these classes you can change the background colour and the text font and colour of both the active and inactive window captions independently for any windows you choose. I also provide an example class that allows a bitmap to be used as the caption background, e.g. for logos, or wood or stone effects. Framework for Creating Custom Window Captions 创建自定义窗体标题的框架 这篇文章说明了可快速简单的创建自定义窗口标题的框架的一些类。 使用这些类你能独立的改变任何你所选择的窗体的背景颜色,文本字体以及激活和未激活的窗口标题的颜色。我也提供一个使用一个位图作为标题背景的例子类,如作为徽标,木材或石头效果。 -This article presents some classes that make customising window captions really quick and easy. Using these classes you can change the background colour and the text font and colour of both the active and inactive window captions independently for any windows you choose. I also provide an example class that allows a bitmap to be used as the caption background, eg for logos, or wood or stone effects. Framework for C
- 2022-02-28 15:24:47下载
- 积分:1
-
ffmpeg解码视频
在学习ffmpeg的过程中发现,目前大多数的资料中的函数都过时,所以照着这些资料的思路将一些旧的函数替换成新的函数。代码的目的是读取一个名为1.flv的文件,并把解码的帧以ppm文件的形式存放。
函数均是最新的(2013年12月19日,32位版本),旧的函数名均已修正。lib与include是从ffmpeg的dev版本中考出来的,建立工程时注意正确设置。dll文件在ffmpeg shared版本中的,我都已拷到工程目录下。我的vs版本是2013,为防止版本不兼容,仅提供cpp文件。
代码流程为:打开文件,获取视频流,获取视频格式,获取解码器,解码帧,存入图片,释放内存。
- 2022-04-09 11:43:01下载
- 积分:1
-
RTSP 客户端 C++ 源代码 (Visual Studio 20XX)
共有两个版本, 这是Windows版本, 分别在Visual Studio 2005/2008/2010上编译通过, 在Windows-7通过测试i
- 2022-02-01 00:33:00下载
- 积分:1
-
视频—镜头切换检测,关键帧提取
检测视频中镜头切换的关键帧 检测镜头切换的基本思想是:对比视频中前后两帧灰度差,若两帧差值超过阈值,则说明视频中的镜头转换了,并把这一帧作为关键帧保存下来。 定义相应的指针和结构 初始化指针和结构 计算视频中前后两帧的灰度差 将两帧的灰度差值与阈值比较,超过阈值,则将其判定为关键帧保存 其中阈值大小根据视频的情况进行调整
- 2023-02-19 16:40:04下载
- 积分:1
-
数字摄像头OV6620 调试用程序 使用C和汇编编写 效率高。
数字摄像头OV6620 调试用程序 使用C和汇编编写 效率高。-OV6620 digital camera to use for debugging and compilation of the preparation of C and high efficiency.
- 2022-01-25 20:36:01下载
- 积分:1
-
使用DirectShow视频聊天程序,XviD MPEG4
视频聊天程序,用directshow,xvid mpeg4-Video chat program, using directshow, xvid mpeg4
- 2023-06-14 14:05:06下载
- 积分:1
-
Video Capture 1.9.5
A Win32 Python Extension for Accessing Video Devices (e.g. a USB WebCam, a TV-Card, ...)
- 2022-01-25 16:10:10下载
- 积分:1
-
实现了图像格式yuy2到RGB24的转换,在视频采集中有着广泛的应用、...
实现了图像格式yuy2到RGB24的转换,在视频采集中有着广泛的应用、-Realize a YUY2 to RGB24 image format conversion, video capture in a wide range of applications,
- 2022-07-21 15:17:41下载
- 积分:1
-
摄像头捕捉程序 能够从摄像头读到每一桢图像 有详尽的说明在源码里头...
摄像头捕捉程序 能够从摄像头读到每一桢图像 有详尽的说明在源码里头-Camera capture program can read from each camera image-ching have detailed in the source inside
- 2022-03-19 02:20:33下载
- 积分:1
-
抓屏,X264编码,JRTP传输客户端
资源描述这实现了PC端的抓屏,X264编码,使用JRTP向网络发送H264数据包,并保存为本地文件。至于之后怎么播放,是我当前的任务。解决了再来上传完整的
- 2023-04-28 05:20:07下载
- 积分:1