搜索资源列表
Shishicheliangjianceyujishu
- 基于背景差的实时车辆检测与计数系统,小论文,希望对智能交通的研究者有帮助。
基于VC_和MATLAB的车型分类及车辆计数系统
- 基于VC_和MATLAB的车型分类及车辆计数系统=
Shishicheliangjianceyujishu
- 基于背景差的实时车辆检测与计数系统,小论文,希望对智能交通的研究者有帮助。-Based on the background of poor real-time vehicle detection and counting system, small papers, in the hope that intelligent transportation researchers help.
DG
- 本档含详细的电路原理、源程序,AT89C51主控,利用车辆检测器不仅可开发电子警察,还可开发出如:自动显示泊车数的停车场,实时配时的路口信号机系统,自动车库,交通车流量计数器等。-The file containing detailed circuit principle, source, AT89C51 master the use of vehicle detector electronics can be developed no
JiaoTongDengKongZhi
- 交通灯控制 技术指标 (1)车辆直行时不允许车辆左拐行驶,但右拐可以同时进行,必须设有专门的左拐时间。 (2)车辆直行以及车辆左拐交替通行,直行时间绿灯每次放行60秒,车辆左拐每次放行30秒。 (3)绿灯亮表示可通行.红灯亮表示禁止通行。 (4)直行车辆每次绿灯变红灯时.黄灯先亮5秒。 (5)十字路口要有数字显示,作为等候时间提示。要求各通道的通行时间及黄灯亮的时间均
jiaotongdeng
- 1). 用红、绿、黄三色发光二极管作信号灯。主干道为东西向,有红、绿、黄三个灯;支干道为南北向,也有红、绿、黄三个灯。红灯亮禁止通行;绿灯亮允许通行;黄灯亮则给行驶中的车辆有时间停靠到禁行线之外。 2).由于主干道车辆较多而支干道车辆较少,所以主干道绿灯时间较长。当主干道允许通行亮绿灯时,支干道亮红灯。而支干道允许通行亮绿灯时,主干道亮红灯,两者交替重复。主干道每次放行50秒,支干道每次放行30秒。 在每次由亮绿灯变成亮红灯的转
chelianggengzongjiance
- 源程序实现的是基于卡尔曼滤波的车辆检测与跟踪,并对车辆进行计数编号。-Source implementation is based on Kalman filtering vehicle detection and tracking, and count the number of vehicles.
2
- 完成车辆计数功能,视频中有一个车辆通过检测带就有计数就加1。-Complete the vehicle counting function, the video has a vehicle count by testing with have to add 1.
chelianglicheng
- 这个程序是车辆里程表的程序。该程序通过定时器1进行定时计数,并将定时计数结果显示在七段数码管上。这个程序在PIC单片机上测试过,运行良好-This program is the vehicle odometer program. The program timer by Timer 1 to count and time count results on the seven segment. This program tested on
counter
- 停车场计数器的设计,分别计数进入停车场的车辆数目和离开停车场的车辆数目。- The design of the parking lot counter, into the parking lot were counting the number of vehicles and leaving the parking lot number of vehicles.
public-class-Form1
- 设计一个协助停车场计数的程序。该程序有两个按钮:Entering和leaving。汽车进入和离开时单击相应按钮,车辆数量显示在一个标签上。-Design a program to assist the car count. The program has two buttons: Entering and leaving. Cars entered and left click on the appropriate button, on
carcount
- 基于matlab 视频流的车辆计数 可以直接使用 输入为。avi-You can directly use the input video stream based on the vehicle matlab count. avi
r
- 交通视频采集后的图像预处理。由于硬件及环境等因素的影响,摄像头提取的图像不可避免地包含噪声,图像的质量会受到不同程度的失真。因此,我们要对采集到的视频序列进行图像的预处理。 车辆检测算法。概括性的分析了基于图像处理的几种常用的车辆检测算法:帧差法、光流法,总结了各种方法的优缺点,并采用背景差法对车流量进行检测。该算法自适应能力强,计算量小,可正确判断有无车辆、完成车辆计数,实现车流量计算,为交通监管系统提供实时有效的交通参数。
356f25b6c7b8
- 利用Opencv软件实现对一段三车道上的视频进行车辆计数-Using Opencv software implementation for a three lane video vehicle counting
CarDetect2
- 基于opencv的车辆检测并计数,采用的算法是背景差分法。计数很准确,效果很好(Opencv based vehicle detection and enumeration, using the algorithm is the background difference method. The count is accurate and the effect is good)
VehicleTrack
- 视频车辆检测,主要是介绍视频中的车辆运动目标的检测和跟踪计数(The detection of video vehicle mainly introduces the detection and tracking of moving targets in video)
opencv_car_counting
- 使用opencv,c++对视频中出现的车辆计数(car counting with opencv, c++)
opencv car2 车辆计数
- 基于opencv编写的 根据视频对车辆进行计数(Vehicle counting based on video)
基于视频的车流量统计
- 检测视频中设置区域的运动车辆,设置虚拟线检并计数参考程序测目标车辆(Setting up Virtual Line Inspection and Counting Reference Program to Measure Target Vehicles)
车辆分类计数
- python编写的车辆计数和分类跟踪识别,采用yolo实现。