搜索资源列表
myblobtrack.rar
- 基于OpenCV的物体跟踪..能够够根据输入的视频文件或摄像头捕捉的媒体文件进行分析,Blob Tracker base on OpenCV
avi.rar
- 视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。,Video Demo algorithm includes: 1. Static background prediction in the context of target detection 2. The conte
ReadVideo.rar
- 实现AVI视频的读取和背景检测,实现运动物体的实时跟踪,get frame from avi
cdn
- 利用图像差分,进行人体跟踪,并记录视频帧中目标的坐标-Differential use of image for the human body tracking, and record the video frame coordinates of the target
MotionDetectioninavideo
- MATLAB实现视频中动态目标的识别、跟踪与检测!-this programs identifies the moving objects in a video ( continious frames) and displays the moving object in a window.
VideoDemo
- 视频演示算法包括,1. 静态背景下的背景预测法目标检测。 静态背景下帧间差分法目标检测Mean Shift目标跟踪方法 重心多目标跟踪方法。该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。-Video presentation algorithms, including, 1. Static background background prediction target detection. Static background fram
VideoPlay
- 实现对视频一帧帧播放,并实现背景相减,帧间相差法等,并实现运动目标的跟踪。-To achieve a frame of video playback, and to achieve background subtraction, inter-frame difference method, etc., and tracking moving objects.
rodrigob-doppia-ba2f818c30cb
- 在视频图像中实现目标的实时目标分类和检测、跟踪-Achieve the goal of real-time video image object classification and detection, tracking
shipingenzong
- 对视频目标进行跟踪,通过像素特性对目标参数分析-Target parameter analysis of video object tracking by pixel characteristic
blobtrack
- 视频中运动物体的跟踪,可用vs2010+opencv1.0运行。(注意opencv在vs中的配置,注意配清楚,才可正常运行代码)-Tracking moving objects in video, available vs2010+ opencv1.0 run. (Note that in vs opencv configuration, with attention to clear, before running the code)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通