搜索资源列表
chelianggengzongjiance
- 该程序利用OPENCV来获取视频帧,并通过帧差来检测运动车辆和跟踪,还带有AVI文件,效果很好,希望大家喜欢。
运动跟踪
- OPENCV环境下检测运动目标跟踪的程序
chelianggengzongjiance
- 该程序利用OPENCV来获取视频帧,并通过帧差来检测运动车辆和跟踪,还带有AVI文件,效果很好,希望大家喜欢。-OPENCV use the program to obtain video fr a me, and through the fr a me difference to detect and track movement of vehicles, but also with AVI files, well, I hope e
blobtrack
- 基于vc++ 和openCV的车辆检测及跟踪代码,测试过,无错误-Based on vc++ and openCV vehicle detection and tracking code, tested, no error
chelianggengzongjiance
- 该程序利用OPENCV来获取视频帧,检测运动车辆和并跟踪,还带有AVI文件,效果很好,希望对大家有用-The procedure used to obtain the video fr a me OPENCV to detect and track moving vehicles, and also with the AVI files are very good, we want to be useful
Opencv
- 基于OpenCV的视频道路车辆检测与跟踪的文献,优秀硕士论文。希望对相关专业的学习有益。-OpenCV-based video detection and tracking of road vehicles literature, excellent, Vol. Hope that the relevant professional learning useful.
kaka
- 基于opencv的道路视频车辆检测与跟踪,基于帧差法-Opencv video based road detection and tracking of vehicles, based on fr a me difference method
5556
- 基于OpenCV的车辆轮廓检测为了获得理想的车辆轮廓线,提出了一种基于开源计算机视觉库OpenCV的轮廓检测新方法。首先对图像迸行形态 学去噪、平滑滤波处理和二值化阈值分割等预处理,获得二值化黑白图像。然后通过轮廓提取和跟踪检测到车辆外轮廓线。 在VC++6.0环境下,利用Opener编程实现了此方法。-Proposed a new method of contour detection based on open source com
car-detect-and-tracking-
- 车辆检测与跟踪,效果较好,安装好opencv就可以运行。对于做车辆跟踪的有一定的参考。-car track
Vblobtrackc
- 基于vc++ 和openCV的车辆检测及跟踪代码码,测试过,无错误 ,经测试可直接使用。 -Vehicle detection and tracking code code based on vc++, and openCV of tested, no error has been tested and can be used directly.
OpenCV-VIDEO-DETCTION
- 计算机视觉是研究用计算机模拟生物外显或宏观视觉功能的科学和技术。作 为计算机视觉研究的一个分支—运动目标的检测与跟踪,就是对视场内的运动目 标,如人或车辆等,进行实时的观测,并在此基础上对被观测对象进行分类,然 后分析它们的行为。近年来,计算机视觉的研究重点已经从对静态图像的研究过 渡到对动态图像序列的研究上面,这方面的典型应用包括自动化的视频监控系 统、视频MPEG编解码技术
OpenCV-video-detection-and-tracking
- 基于OpenCV的视频道路车辆检测与跟踪,包含程序,已调试通过-Based the OpenCV video road vehicle detection and tracking
TrackandID
- 在vc++6.0下,利用opencv函数库,使用轮廓检测法检测车辆,并显示实现车辆的跟踪和计数-Use opencv library in vc++6.0, using contour detection assay vehicle and display of vehicle tracking and counting
genzongyuanma
- 一个有关于车辆检测和跟踪的源码,其中用到了OPENCV,初学OPENCV的同学可以-A source of vehicle detection and tracking, which uses the OpenCV OpenCV s beginner students can look
TrackandID1
- 基于opencv环境在视频区域内设置感兴趣区域,在该区域内进行车辆检测以及车辆跟踪。-Based on the opencv environment settings in the video area of the region of interest in the region for vehicle detection, and vehicle tracking.
MoveTracking
- opencv,c++,数字图像处理,运动车辆检测与跟踪系统-opencv, c++, digital image processing, motion vehicle detection and tracking system
cheliangjiancezhuizong
- opencv,图像处理,基于视觉的运动车辆检测与跟踪学习资料-opencv, image processing, vision-based motion detection and tracking of vehicles learning materials
动态目标检测技术
- 视频中动态目标分析,采用OPENCV程序开发,能够快速识别动态目标,如马路上可以的目标车辆、安防监控中的可疑目标跟踪等。(Dynamic object analysis in video)
12_运动车辆检测跟踪系统
- 1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1