搜索资源列表
运动对象提取代码
- 本代码是用于对运动的对象如运动的车辆、人等进行提取的代码,精确度较高,适合于交通系统中的视频监控等场合。
运动跟踪
- OPENCV环境下检测运动目标跟踪的程序
cheliangyinyingxiaochu
- 包含了10篇运动车辆检测和阴影消除的小论文,对于做智能交通很有帮助,希望可以帮到大家。-includes 10 sports vehicle detection and elimination of the shadow of small papers, for intelligent traffic so helpful, the desire to help everyone.
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
zishiyingbeijigngengxin
- 基于自适应背景更新的运动车辆检测技术,用比较先进的自适应背景更新算法进行车辆的检测,希望对大家有帮助。-Based on adaptive background update campaign vehicle testing technology, with more advanced adaptive background updating algorithm for vehicle detection, we wish to hel
MEANSHIFTKALMAN
- 运动车辆检测与跟踪 静态场景下的车辆检测与跟踪。-Movement of vehicles for detecting and tracking vehicles under static scene detection and tracking.
TheResearchforRecognition
- 基于视频图像的运动车辆识别系统主要是由汽车牌照识别和汽车类型识 别两大核心技术构成,它在智能交通领域中有着广泛的应用,同时也是计算机 视觉、图像处理和模式识别等交叉学科研究的热门课题,因此对相关技术的研 究正受到普遍关注。本文正是在这一背景下,对运动车辆识别技术进行了系统 的研究。在车牌识别技术中,本文着重对车牌定位和车牌字符识别等关键技术 所涉及的难点进行了深入的研究。在车型识别技术中,与当前国内外学者侧重 于
MATLAB
- 基于阈值分割的运动车辆检测跟踪,在视频中按灰度阈值不同进行图像分割,并标记结果。-Threshold-based segmentation to track the movement of vehicles detected in the video by a different gray level threshold for image segmentation, and mark the results.
IntelligentTransportationSystem
- 本文主要研究了基于视频的车型自动识别系统,系统通过对摄像机采集的视 频图像进行运动车辆检测分割、特征提取与选择、模式识别等处理,达到实时车 型识别-This paper mainly studies video-based automatic vehicle identification system, the system collected through the camera video image vehicle det
73462694CAMSHIFT---MFC
- Camshift算法跟踪运动车辆,运用MFC实现。-Camshift algorithm to track moving vehicles, the use of MFC to achieve.
vehicles_detecting_and_tracking
- 运动车辆检测与目标跟踪研究毕业答辩PPT-Moving Vehicle Detection and Tracking of graduates to reply PPT
MovementBasedOnAdaptiveBackgroundUpdateVehicleDete
- 一种基于自适应背景更新的运动车辆检测新方法-Based on adaptive background update new method of detecting the movement of vehicles
VideobasedvehicledetectionalgorithmSummary
- 基于视频分析得运动车辆检测的主要方法的综述和对比-Video analysis was based on detection of moving vehicles and comparative overview of the main methods
HistBackground
- 函数HistBackground功能是将高速公路的视频文件中的多帧图片利用统计直方图的方法提取不含运动车辆的背景,-Function HistBackground function is to freeway video files of images using statistical histogram to extract the background without moving vehicles,
MATLABcarsdetect
- 运动车辆检测 跟踪车辆 基于matlab 实时性很好-car detectcar detectcar detect
Trackand
- 该程序利用OPENCV来获取视频帧,并通过帧差来检测运动车辆和跟踪-The program utilizes OPENCV to obtain video fr a me, and through the fr a me difference to detect and track moving vehicles
trafficproc1119
- 本程序主要采取结构体进行编程,对帧中运动车辆进行跟踪,一个车一个标号,标号自增1.-The main structure of this program is programmed to take on the fr a me to track moving vehicles, a car of a label, label increment 1.
MovingDetect
- 运动车辆检测,大家下着看看,呵呵,自己写的-moving detect
_运动车辆检测跟踪系统
- 可以画出运动物体的运行轨迹没可以使用,VS2010 opencv2.0(Can draw the trajectories of moving objects VS2010 opencv2.0)
12_运动车辆检测跟踪系统
- 1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1