-
rtp打包发送H264视频 h264toRtp
采用rtp打包发送H264视频流例子, 采用VC6.0编写,是学习h264视频传输,打包发送的经典例子,里面有测试的264文件 和sdp文件, 可用VLC来测试 播放发送的视频,核心代码在以下几个文件h264toRtp.hRtpPack.hRtpPack.c请仔细阅读这几个文件。本人编译测试通过, 下载之后可直接编译运行
- 2022-07-03 15:58:00下载
- 积分:1
-
图像处理程序之几何变换,天津理工信息安全中心版权所有
图像处理程序之几何变换,天津理工信息安全中心版权所有-Tuxiang chuli jihebianhuan
- 2022-11-27 21:20:03下载
- 积分:1
-
基于的图像旋转,实现图像放大缩小的程序,很好用的
基于的图像旋转,实现图像放大缩小的程序,很好用的-Based on the image rotation, zoom image of the process, well used
- 2022-06-20 02:03:05下载
- 积分:1
-
GVF Snake程序用MATLAB语言的图像分割
GVF Snake 程序,用于图象分割,用MATLAB语言编写-GVF Snake procedures for image segmentation using MATLAB language
- 2022-09-15 03:05:03下载
- 积分:1
-
This library implements the KLT Tracking algorithm [2004] for Feature Tracking i...
This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.
- 2023-06-29 20:25:03下载
- 积分:1
-
绘图程序,VC中的图象编程基础
绘图程序,VC中的图象编程基础-mapping procedures, the VC program based Image
- 2022-02-03 00:04:43下载
- 积分:1
-
图像归一化程序的matlab和C语言代码
图像归一化程序,图像处理领域中广泛应用。
- 2022-06-16 17:18:04下载
- 积分:1
-
DTW算法,非常优秀,非常好用的
DTW算法,非常优秀,非常好用的-DTW, very good, very useful, and,
- 2022-07-07 03:25:12下载
- 积分:1
-
OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部...
OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (reprocessing spent)
- 2022-10-19 07:10:03下载
- 积分:1
-
基于opencv利用差分法求运动的轮廓
应用背景应用于运动目标的检测,利用差分法,对路面上的车辆和行人进行检测 关键技术车辆检测部分采用背景差分法,跟踪部分采用卡尔曼滤波,检测与跟踪部分使用不同颜色的外接矩形框表示,采用平均背景法更新背景图像,代码部分附详细解释
- 2022-08-05 10:23:22下载
- 积分:1