-
VC Based on a simple video capture code
基于VC的简单视频捕捉代码-VC Based on a simple video capture code
- 2023-04-29 03:00:03下载
- 积分:1
-
用于视频开发的空间代码,在VC 6.0 上实现!对于初学者了解视频开发很有好处。...
用于视频开发的空间代码,在VC 6.0 上实现!对于初学者了解视频开发很有好处。-Development of space for video code, implemented on VC 6.0! For beginners to understand the development is very good video.
- 2022-03-14 14:01:52下载
- 积分:1
-
SDK
SDK-2 开发包可快速开发基于杭州海康威视系统视频采集卡(Hi kvision DS-40xxHC DS-40xxHC+ DS-40xxMD SDK)的视频监控类 应用程序。 本开发包在海康视频采集卡二次开发包的基础上进一步封装大量 底层细节,让开发者在程序中控制采集卡简单到只需调用一个函 数,完成强大功能只需一句代码即可快速实现,真正达到了开发 高效、稳定、简单、快速的效果,本开发包不仅仅适应于初学者 ,因其强大的开发包接口同样也适应于专业系统的开发。-SDK-2 development kit can quickly develop the system based on the Hangzhou Hikvision video capture card (Hi kvision DS-40xxHC DS-40xxHC+ DS-40xxMD SDK) type of video surveillance applications. The development kit Haikang video capture card in the secondary development of the package to build on a large number of low-level details of the package to allow developers to control the capture card in the program as simple as just calling a function, the completion of the power of just one code can be quickly realization of the development really efficient, stable, simple, fast results, the development kit is not only adapted to beginners, because of its powerful development kit interface also adapted to the professional systems.
- 2022-02-25 03:08:02下载
- 积分:1
-
图像缩放处理IP
视频缩放处理IP,具有以下一些特征:1. 最大支持1280x1024输入输出; 2. 水平方向缩放范围为0.25到4,垂直方向缩放范围为0.33到4; 3. 支持领域复制,双线性插值和近双三次插值三种算法; 4. 用户可自定义时序参数; 5. 支持简单的对比度和亮度调整。
- 2022-07-14 13:04:34下载
- 积分:1
-
H.264,我们不可以错过的好东东啊,一定要充分利用,不洼…
h.264,大家不可以错过的好东东呀,一定要充分利用,别浪费!-h.264, we can not miss the good Dongdong ah, we must make full use of, not to waste!
- 2022-01-30 21:43:32下载
- 积分:1
-
C++实现的视频捕捉程序,无须任何驱动。
C++实现的视频捕捉程序,无须任何驱动。-C++ Realize the video capture process, without any driver.
- 2022-07-06 18:14:37下载
- 积分:1
-
Min-cut Min-Req multicast
1引言
这是Min-cut Min-Req multicast的(M. KIM,INFOCOM2010)的实现。在这两种方案中,网络编码被用来
增加分层编码的多速率多播的性能。
2如何使用它。
- 2022-03-01 10:51:27下载
- 积分:1
-
视频—镜头切换检测,关键帧提取
检测视频中镜头切换的关键帧 检测镜头切换的基本思想是:对比视频中前后两帧灰度差,若两帧差值超过阈值,则说明视频中的镜头转换了,并把这一帧作为关键帧保存下来。 定义相应的指针和结构 初始化指针和结构 计算视频中前后两帧的灰度差 将两帧的灰度差值与阈值比较,超过阈值,则将其判定为关键帧保存 其中阈值大小根据视频的情况进行调整
- 2023-02-19 16:40:04下载
- 积分:1
-
本地播放器
本地播放器(ActionScript 3.0实现).7z本地播放器(ActionScript 3.0实现).7z本地播放器(ActionScript 3.0实现).7z
- 2022-01-28 16:33:27下载
- 积分:1
-
视频编解码器
应用背景
This is the second public release of our MPEG-2
encoder. It converts an
ordered set of uncompressed input
pictures into a compressed bitstream
compliant with ISO/IEC 13818-2 DIS [1]
(MPEG-2).
This program will evolve to become:
ISO/IEC 13818-5 Software Simulation
of MPEG-2 Systems, Video, and Audio.
关键技术
The execution
template for the encoder is:
mpeg2encode parameter_file
output.m2v
Coding parameters can be modified by
editing the parameter_file. Since the
parser expects the operating parameters
to be on certain line numbers,
kindly do not insert or delete lines
from the file.
We have provided a couple of sample
parameter files in the par directory.
&nb
- 2023-07-07 17:15:04下载
- 积分:1