CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 车辆 视频

搜索资源列表

  1. r

    1下载:
  2. 交通视频采集后的图像预处理。由于硬件及环境等因素的影响,摄像头提取的图像不可避免地包含噪声,图像的质量会受到不同程度的失真。因此,我们要对采集到的视频序列进行图像的预处理。 车辆检测算法。概括性的分析了基于图像处理的几种常用的车辆检测算法:帧差法、光流法,总结了各种方法的优缺点,并采用背景差法对车流量进行检测。该算法自适应能力强,计算量小,可正确判断有无车辆、完成车辆计数,实现车流量计算,为交通监管系统提供实时有效的交通参数。 车辆计数。分析常用的车辆计数方法:虚拟线圈法和目标跟踪法。并
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:25650
    • 提供者:rankin
  1. test0522-1testdrawcontours

    0下载:
  2. 检测视频中车辆,标注车辆的运动轨迹,速度,加速度等信息-Detection of vehicles in the video, marking the vehicle s trajectory, speed, acceleration and other information
  3. 所属分类:transportation applications

    • 发布日期:2017-05-28
    • 文件大小:10983980
    • 提供者:邢芳
  1. LaneDepartureWarning-master

    1下载:
  2. 车道线检测,并划分安全驾驶区域,当车辆偏离安全行驶区域时报警。附有测试视频,检测效果不错-Detection of lane lines, and the division of hazardous areas, when the vehicle position the safety lane when the alarm. With a test video, good results
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-06
    • 文件大小:792474
    • 提供者:dingyc
  1. zhixian_Untitled

    1下载:
  2. 本程序可以有效地解决在智能车辆运行过程中对道路中心线的有效识别,通过视频图像分割,二值化,边缘检测,hough变换最后得到。-This procedure can effectively solve the intelligent vehicle is running efficiently identify the centerline of the road, through a video image segmentation, binarization, edge detection,
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1363
    • 提供者:houyaohua
  1. 356f25b6c7b8

    0下载:
  2. 利用Opencv软件实现对一段三车道上的视频进行车辆计数-Using Opencv software implementation for a three lane video vehicle counting
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5144035
    • 提供者:Jole
  1. Video-Demo

    0下载:
  2. 使用vc++编写的基于视频的运动目标识别与跟踪,对视频中的车辆进行检测跟踪。-Prepared using vc++ video-based moving target identification and tracking of video vehicle detection and tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:89533
    • 提供者:zhyy
  1. VehicleDetectionSystem-master

    0下载:
  2. 对车辆进行检测,车辆特征已包含,附带视频-The vehicle detection, vehicle features are included, with video
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:66328576
    • 提供者:杨顺
  1. Traffic-Statistics-Based-on-Video

    0下载:
  2. 该程序基于视频统计车流量。该算法通过识别出交通场景图像中复合车辆特征的像素,进行图像分割,并依据提取出来的特征来匹配前后两幅图像中的车辆,从而计算车流量。-The program is based on the video statistics vehicle traffic. The algorithm calculates the traffic volume by recognizing the pixels of the composite vehicle feature in the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1537
    • 提供者:李默晨
  1. Vehicledetectiontracking

    0下载:
  2. 这是一个能在视频中定位车辆和跟着车辆的C++算法程序,算法效果还不错,简单易懂,希望和大家一起交流学习!-This is a video in the positioning of the vehicle and follow the vehicle C++ algorithm program, the algorithm is good, easy to understand, and we hope to exchange and learn!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:7407
    • 提供者:杨辉
  1. cheliangjiance

    0下载:
  2. 这是我的课程设计作业,作用是测试车流量,对车辆进行定位分割,已验证成功内附测试视频-This is my course design work, the role is to test the traffic flow, the vehicle positioning and segmentation, has been successfully included in the test video
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:114688
    • 提供者:王亚飞
  1. cheliangjishu

    1下载:
  2. 这是我的大作业,作用是测试车流量并计数,使用高斯模型对车辆进行定位分割,已验证成功内附测试视频-This is my big job, the role is to test the traffic flow and counting, the use of the Gauss model of the vehicle positioning and segmentation, has been verified successfully included test video
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:113664
    • 提供者:王亚飞
  1. MOVING OBJECT DETECTION USING MATLAB

    1下载:
  2. 在基于前景检测的基于移动物体检测和车辆跟踪算法的实现中,针对广泛的应用来实现读取AVI文件,并将其分解为R,G和B组件。 执行各种操作并检测移动物体。 各个阶段的阈值决定了识别某些尺寸的移动物体的可能性。 移动物体也在其中跟踪。 MATLAB用于实现算法。 该算法用包含120帧的输入avi格式视频文件进行测试。 研究并实现了这些算法的各种应用。(In this foreground detection based moving object detection and vehicle track
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:346112
    • 提供者:夙愿
  1. multiObjectTracking

    0下载:
  2. 可以视频中把车辆标记出来 并计数 识别出来的车辆完整得以他们的数字编号 输出为图片(You can mark the vehicle in the video and count the identified vehicles, complete their digital numbers and output them as pictures)
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:王凯强
  1. 动态目标检测技术

    0下载:
  2. 视频中动态目标分析,采用OPENCV程序开发,能够快速识别动态目标,如马路上可以的目标车辆、安防监控中的可疑目标跟踪等。(Dynamic object analysis in video)
  3. 所属分类:图形图象

    • 发布日期:2017-12-30
    • 文件大小:50176
    • 提供者:屠龙刀
  1. opencv_car_counting

    1下载:
  2. 使用opencv,c++对视频中出现的车辆计数(car counting with opencv, c++)
  3. 所属分类:OpenCV

  1. 多目标跟踪opencv

    0下载:
  2. 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:40266752
    • 提供者:huahuahua
  1. traffic

    0下载:
  2. 车辆识别,实现了在一个视频中把运动的车用绿色的框框出来。(Vehicle identification, implemented in a video to move the motor vehicle green frame.)
  3. 所属分类:交通/航空行业

    • 发布日期:2018-01-08
    • 文件大小:12288
    • 提供者:1David
  1. Experient4

    0下载:
  2. 利用opencv高斯混合背景建模,并进行开闭运算滤波, 提取视频监控中的车辆(Using opencv Gaussian mixture background modeling and opening and closing operation filtering to extract vehicles in video surveillance)
  3. 所属分类:图形图象

    • 发布日期:2018-05-06
    • 文件大小:8279040
    • 提供者:燕人张益达
  1. 基于卡尔曼滤波的运动目标检测,matlab代码

    4下载:
  2. 基于卡尔曼滤波算法的运动目标检测,做视频车道线检测,动态车辆识别,行人检测的朋友可以参考一下(Based on Calman filter algorithm for moving object detection, do video lane detection, dynamic vehicle recognition, pedestrian detection friend can refer to.)
  3. 所属分类:其他

  1. 车牌识别系统

    0下载:
  2. 车牌识别系统(Vehicle License Plate Recognition,VLPR) 是计算机视频图像识别技术在车辆牌照识别中的一种应用。车牌识别在高速公路车辆管理中得到广泛应用,电子收费(ETC)系统中,也是结合DSRC技术识别车辆身份的主要手段。
  3. 所属分类:软件工程

« 1 2 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com