搜索资源列表
cdn
- 利用图像差分,进行人体跟踪,并记录视频帧中目标的坐标-Differential use of image for the human body tracking, and record the video frame coordinates of the target
tuxiangchuliruanjian
- 图像处理软件源码。 VC++平台下编写。内含灰度图像处理,真彩图像处理,图像跟踪,轮廓提取等功能。-Image processing software source code. VC++ platform to prepare. Containing gray image processing, true color image processing, image tracking, contour extraction functions.
rodrigob-doppia-ba2f818c30cb
- 在视频图像中实现目标的实时目标分类和检测、跟踪-Achieve the goal of real-time video image object classification and detection, tracking
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通