搜索资源列表
具有自检测功能的交通路标识别系统代码
- 具有自检测功能的交通路标识别系统代码。能自动识别常见的交通标志,检测道路信息。-Self-detection of traffic signs recognition system code. Can automatically identify common traffic signs, road information detected.
yuyinqingganshibie
- 这是一个关于语音情感识别的源码,通过使用MATLAB编写,可以实现对人的常用语言做出判断,给出识别标志,是高兴,悲伤等-MATLAB,
detectsign
- 交通标志的分割,只限于红色类交通标志,用于交通标志识别的前期分割工作.-Segmentation of traffic signs, red category is limited to traffic signs, traffic signs used to identify pre-partition job.
TheResearchforRecognition
- 基于视频图像的运动车辆识别系统主要是由汽车牌照识别和汽车类型识 别两大核心技术构成,它在智能交通领域中有着广泛的应用,同时也是计算机 视觉、图像处理和模式识别等交叉学科研究的热门课题,因此对相关技术的研 究正受到普遍关注。本文正是在这一背景下,对运动车辆识别技术进行了系统 的研究。在车牌识别技术中,本文着重对车牌定位和车牌字符识别等关键技术 所涉及的难点进行了深入的研究。在车型识别技术中,与当前国内外学者侧重 于研究车辆外形、大小的识别不同,本文主要侧重对汽车标志的定位和
1
- 基于边缘直方图的快速汽车标志识别方法,论文-Histogram based on the edge of the rapid scan method of vehicle
fulltext
- 在复杂背景下面,如何识别交通标志-Traffic sign recognition is a difficult task if we aim at detecting and recognizing signs in images captured from unfavorable environments.
rice
- 基于图像识别的整精米自动检测 检测出图中的碎米,并在相应的米粒上打上标志。 对图像进行预处理,把米粒图像变成二值图像,根据区域内部像素的连通性,将不同的区域赋予不同的标记,计算出单个米粒所占的像素 -Based on Image Recognition milled rice automatically detect detect the broken map, and marked with the corresponding symbol on a grain of rice.
dljtbzt202
- 交通标志检测与识别,很好用哦,大家下载来看一下,希望会对你们有帮住-Traffic sign detection and recognition, useful Oh, look at everyone to download, hope there will help you live
jiaotong
- 我做交通标志检测和识别中用到的几个子模块,本人亲测在VS2008平台上能跑。程序不复杂,但是对于初学Opencv的人来说还是有一定用处的。包括,提取特征颜色、霍夫圆检测、Canny边缘检测等。-Opencv Hough Canny
traffic-sign-detection
- 实现场景中标志的检测,能够用OpenCV将结果显示输出。(Realize the detection of flag in scene)
Traffic_Sign_Classifier
- Traffic_Sign_Classifier,用于交通标志识别的源代码。(Traffic_Sign_Classifier)
final
- 一种交通标志的ROI分割算法,运用HSV空间的颜色信息和Hu不变矩的形状信息进行识别(A ROI segmentation algorithm for traffic signs, which uses the color information of HSV space and the shape information of Hu invariant moments to recognize)
基于opencv的交通标志识别
- 基于opencv的交通标志识别,主要运用轮廓识别和模板匹配。适用于简单自然条件下的识别(Opencv based traffic sign recognition mainly uses contour recognition and template matching. Identification for simple natural conditions)
Traffic-Sign-Recognition-master
- 利用SVM与hog特征,对交通标志进行检测和识别(Using SVM and hog features to detect and identify traffic signs.)
Signage_Board_Information_Recognition-master
- 对交通标志进行检测和识别(本文件仅针对红色交通标志进行识别)(Identification and identification of traffic signs (this document is only for identification of red traffic signs).)
Traffic_Sign_Recognition-master
- 利用图像的HOG特征,对交通标志进行检测和识别(Detection and recognition of traffic signs based on HOG features of images)
全部打包
- 本代码可以进行各种各样的很多交通标志的识别(This code can identify traffic signs)
交通标志识别
- 交通标志识别,训练和识别的图像为外国比赛用图(Traffic Sign Recognition)
TrafficSignecognition
- 创建一个能够对交通标志进行分类的模型,并且让模型自己学习识别这些交通标志中最关键的特征。在这篇文章中,我将演示如何创建一个深度学习架构(Create a model that categorizes traffic signs and let the model learn to identify the most critical features of these traffic signs. In this article, I will demonstrate how to create
MATLAB雾霾交通标志shibie[GUI]
- 该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易