搜索资源列表
traffic_simevents
- 车辆类型识别,简单的车辆模型识别技术,通过交通灯来检测一条道路上车辆的多少-trafficpatterns- a simple model of vehicular traffic on four roads all leading to an intersection controlled by a traffic light. It turns green for each of the four paths with specified durations. Tweak the traff
traffic-ligth-simulation
- traffic light simulation
Automatic-Vehicle-Identification
- Automatic Vehicle Identification (AVI) has many applications in traffic systems (highway electronic toll collection, red light violation enforcement, border and customs checkpoints, etc.). License Plate Recognition is an effective form of AVI s
transportation
- 智能控制课程作业,基于模糊控制的交通灯控制演示程序。-homework of Intelligence Control, a demonstration of traffic light control based on fuzzy theory.
AI
- 使用eclipse+java开发的有关人工智能的红绿灯-Developed with eclipse+ java traffic light on artificial intelligence
Traffic
- A simple software to be used to dimension a traffic light of an intersection.
The-traffic-light-control-system
- 交通灯控制系统,利用图的遍历与查找技术实现计算多岔路口的交通灯设置问题。-Traffic Light Control System, to graph traversal Find technology to calculate multi fork traffic lights set problem.
semafor
- traffic light control in vhdl example
Vehicle-License-Plate-Recognition-
- 车牌识别技术(Vehicle License Plate Recognition,VLPR) 是指能够检测到受监控路面的车辆并自动提取车辆牌照信息(含汉字字符、英文字母、阿拉伯数字及号牌颜色)进行处理的技术。车牌识别是现代智能交通系统中的重要组成部分之一,应用十分广泛。它以数字图像处理、模式识别、计算机视觉等技术为基础,对摄像机所拍摄的车辆图像或者视频序列进行分析,得到每一辆汽车唯一的车牌号码,从而完成识别过程。通过一些后续处理手段可以实现停车场收费管理,交通流量控制指标测量,车辆定位,汽车防盗
dingtest
- 利用matlab实现交通灯模糊控制控制系统的仿真-Using matlab realize the traffic light control system Fuzzy Control Simulation
solarstreetlight
- Study of a DC-DC Converter for Solar LED Street Lighting: Recently, light-emitting diodes (LEDs) are becoming increasingly attractive lighting sources in our daily lives. They are well suited to indoor and outdoor energy-saving lighting application
identifying-a-traffic-light
- 对已定位红绿灯进行识别的程序 包括对灯的定位-Positioned on the procedure for identifying a traffic light-1
FuzzyController-for-Traffic-Light
- this source code in matlab and the code is about how to read traffic ligth sign -this is source code in matlab and the code is about how to read traffic ligth sign
红绿灯
- 51单片机实现红绿灯功能,包括仿真和程序(51 singlechip to realize the function of the traffic light)
matlab之红绿灯的监测以及亮灭
- 将亮的红绿灯圈出来_并在圈内显示红绿灯颜色 图像找到红绿灯位置_判断红绿灯哪个亮 指定位置_最大灰度值_判断亮灭(Circle the bright traffic lights _ and display the traffic lights in the circle Image find traffic light position _ judge which light is green Specify position _ maximum gray value _ judgm
matlab的交通灯信号识别
- 交通信号灯的识别,可以测试不同颜色的交通灯,效果还行(traffic light detection MATLAB)
MATLAB雾霾交通标志shibie[GUI]
- 该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易