-
视频监控系统 视频监控系统
视频监控系统 视频监控系统 -Video Surveillance SystemVideo Surveillance SystemVideo Surveillance SystemVideo Surveillance System
- 2023-08-29 13:25:07下载
- 积分:1
-
网络音视频传输3.0
2006
网络音视频传输3.0
2006-06-23
TVideoCap-提供视频捕捉,预览的功能
TSendVideo-提供VFW模式下,可选系统压缩器进行传输的控件。
TRECVideo-和上面的控件是一对,用于接收。
TACMWaveOut-声音输出控件。
TACMWaveIn-声音输入控件。
TSendVideo_VIDX-Vidx压缩传输控件。
TRecXVID --接收vidx压缩初频的控件。
TVideoAdd1---只能结合TSendVideo_vidx的字幕、图片叠加控件。
TVideoDisp--普通的视频显示控件。
TSendG729--音频G729压缩传输的控件。
TRecG729--接收G729压缩音频并播放的控件。
在G729目录下为G729的音频传输控件演示。在Xdivtest下为xdiv视频
传输,以及图片,字幕叠加的演示
安装:在本系统中需要用到两个动态链接库,
xvid.dll g729dll.dll,最好请在安装前将其复制到系统目录下,
如:C:winntsystem32下面。
组播版以及,多线程版本,将会在后面陆续推出,
敬请关注。谢谢!-audio and video transmission network 2006- 23 TVideoCap 3.0-video capture , preview function TSendVideo-for VFW mode, the optional compression system for the transmission control. TRECVideo-and the above control is a right, for the reception. TACMWaveOut-voice output controls. TACMWaveIn-voice input controls. TSendVideo_VIDX- Vidx compression and transmission controls. TRecXVID-- receiving early vidx compression frequency co
- 2022-03-11 11:44:19下载
- 积分:1
-
将tif,jpg,bmp,jam等多种文件合成pdf的源码下载。
将tif,jpg,bmp,jam等多种文件合成pdf的源码下载。-to tif, jpg, bmp, jam and other synthetic pdf file to download the source code.
- 2022-02-05 06:35:52下载
- 积分:1
-
带有数据库的图形编辑器源码, 我们的C#课程设计,
带有数据库的图形编辑器源码, 我们的C#课程设计,-database with graphics editor source code, the C# curriculum design,
- 2023-01-30 23:05:03下载
- 积分:1
-
Using pyramid decomposition and iterative refinement, OF is calculated. Includes...
采用金字塔分解和迭代求精的方法,计算了系统的最优解。包括一个演示和一篇论文,详细解释了该方法。
- 2023-04-05 09:20:03下载
- 积分:1
-
平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又...
平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个n*n的模板数组。另外,读者需要注意一点,在用窗口扫描图像过程中,对于图像的四个边缘的像素点,可以不处理;也可以用灰度值为"0"的像素点扩展图像的边缘。下面给出了采用加权均值滤波的图像平滑函数代码和效果图:-smoothing filter general, the image of energy is mainly focused on the low-frequency part of the noise lies mainly in the high-frequency band, which system to extract the vehicle Edge Information has been concentrated in some of its high frequency, therefore, how to remove high-frequency interference at the same time, maintain the edge information, we Institute enforcement of the content. In order to remove noise, it is necessary for smooth images can be used to the low-pass filter to remove high-frequency interference. Image Smoothing in
- 2022-02-01 03:05:13下载
- 积分:1
-
粒子运动,详细描述粒子运动,是个很好的程序
粒子运动,详细描述粒子运动,是个很好的程序-Particle movement, a detailed description of particle motion, is a good procedure
- 2022-01-24 08:45:15下载
- 积分:1
-
Real
实时曲线显示类改进版,用于如网络流量等的显示-Real-time curve display class improved version for the display, such as network traffic, etc.
- 2023-04-28 12:30:03下载
- 积分:1
-
encrypting and decrypting an image
encrypting and decrypting an image
- 2022-11-29 15:50:04下载
- 积分:1
-
帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、
逐点比较法直线生...
帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、
逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,
spline,Bspling,Hermite曲线生成算法;单线性,双线性,
Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,
种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,
原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm;
- 2022-12-31 03:15:03下载
- 积分:1