搜索资源列表
QTdraw
- qt的画图程序 以及由类图生成的代码 很简介很好很强大 自己总结的 -qt paint program as well as the code generated by the class diagram is very very strong your profile summary
ImageCatch
- 一个direct Show的封装类,可以选择硬件设备,可以打开文件,播放暂停,以及截图-A direct Show package type, you can choose the hardware device, you can open files, play pause, as well as the screenshot
sr
- 商人过河问题是数学建模中的一个经典问题,程序利用链表存储渡河状态,使用穷举的算法实现。该算法会找出N个商人/随从渡河的一个可行方案,但并不保证是最佳方案。写完这个程序后让我想到的居然是图的深度优先搜索,二者在查找的思想上是类似的。3gpp的文件-Merchants across the river in the mathematical modeling problem is a classic problem, the program list storage to cross the riv
Directgrabber
- 实现了directshow程序抓图的功能的类-A program can grab the picture from video
AddBMPintoAVI
- 该程序实现将一系列BMP位图生成AVI视频的功能,提供封装的类。-The program implementation will generate a series of BMP bitmap AVI video features to provide encapsulated.
LoadImageFile
- 用MFC读取并显示位图,自定义的CDIB类,实现调色板操作-show bmp images in this small program
EdgeContour
- 对复杂图象进行基于颜色的聚类分割、轮廓提取、种子填充、边缘检测基本算子等-Complex clustering-based color image segmentation, contour extraction, seed filling, edge detection operator and other basic
RTSPTool
- 1:此示例只是用来显示视频流,并没有处理存储视频及回放视频功能. 2:在打开项目后务必将构建里面的影子构建(Shadow build)取消. 3:实时显示视频,视频响应速度比VLC,QTAV等播放器快很多倍. 4:精简代码,在windows下是可以完整编译通过并运行的.linux下要将对应ffmpeg库文件替换. 5:支持三通道同步显示一个视频流,可以单击截图按钮截图放在最后一个通道. 6: 支持单个通道双击最大化显示. 7:代码处理并不够完整,还有很多需要优化的地方.