Welcome![Sign In][Sign Up]
Location:
Search - traffic sign recognition

Search list

[Windows Developfulltext

Description: 在复杂背景下面,如何识别交通标志-Traffic sign recognition is a difficult task if we aim at detecting and recognizing signs in images captured from unfavorable environments.
Platform: | Size: 245760 | Author: suco7zz | Hits:

[Applications7(2)

Description: traffic sign recognition
Platform: | Size: 273408 | Author: manuelmier | Hits:

[Graph Recognizedljtbzt202

Description: 交通标志检测与识别,很好用哦,大家下载来看一下,希望会对你们有帮住-Traffic sign detection and recognition, useful Oh, look at everyone to download, hope there will help you live
Platform: | Size: 2095104 | Author: lin | Hits:

[Special EffectsImage-segmentation-

Description: 图像分割及二值化源码。该程序是交通标识识别的一部分。-Image segmentation and binary code. The traffic sign recognition program is part of.
Platform: | Size: 88064 | Author: 张谷 | Hits:

[GDI-Bitmapjiaotong

Description: 交通标志检测识别资料 ①交通标志检测使用的是RGB空间上颜色阈值分析; ②交通标志的识别采用的是灰度直方图来分析相似度。-Traffic sign detection and recognition of data (1) traffic sign detection is color in the RGB space threshold ② traffic sign recognition using gray level histogram analysis of similarity.
Platform: | Size: 20226048 | Author: 余权 | Hits:

[Graph RecognizeTSR

Description: 一个简易的交通标志识别系统,里面包含自制的图片库,适合初学者。-A simple traffic sign recognition system, which contains a self-made picture library, suitable for beginners.
Platform: | Size: 6611968 | Author: zhoubo | Hits:

[Graph Recognizetraffic-sign-recognition

Description: 本程序能自动识别出禁止驶入标志与禁止车辆临时或长时停放标志,并且用matlab编写了一个界面。首先模板训练,接着导入图片,然后参数训练,最后识别-The program can automatically identify prohibited from entering the flag to vehicular temporary or long when parking signs, and an interface written using matlab. First training template, and then import a picture, then the parameter training last recognition
Platform: | Size: 1405952 | Author: 韩睿 | Hits:

[OpenCVDemos--scripts

Description: 本代码是基于matlab 的交通路标识别-this text is use matlab for Traffic sign recognition
Platform: | Size: 775168 | Author: 郭嘉 | Hits:

[Special Effectstraffic-sign-recognition

Description: 复杂场景中的红色交通标志牌检测与识别,结合颜色与圆形的标志牌定位,然后提取特征,最后用模板匹配的方法实现识别,内附图片和程序说明,对初学者有帮助-Red detection and recognition of traffic signs in complex scenes, the combination of colors and circular signs positioning, and feature extraction, the last with template matching methods to achieve recognition, included pictures and a description of the procedures for beginners
Platform: | Size: 58368 | Author: 王慧 | Hits:

[OpenCVtraffic-sign

Description: 交通标志识别影像分割,RGB色彩空间中实现影像分割,为后续做准备-Traffic sign recognition, image segmentation, to achieve image segmentation in the RGB color space to prepare for the follow-up
Platform: | Size: 1433600 | Author: wm | Hits:

[matlabuntitled1

Description: 基于MATLAB的交通标志识别,对一定交通标志可以进行识别-MATLAB-based traffic sign recognition, for certain traffic signs can be identified
Platform: | Size: 11264 | Author: 周申翌扬 | Hits:

[transportation applicationsReal-time-traffic-sign-detection

Description: 伯克利大学的一个交通标志识别与检测系统的理论构架及演示-A theoretical framework for traffic sign recognition and detection systems and presentation Berkeley
Platform: | Size: 1800192 | Author: wade | Hits:

[OtherTraffic-recog-system

Description: Traffic sign recognition technology for vehicle vision navigation system.车载视觉导航系统中的交通标志识别技术-Traffic sign recognition technology for vehicle vision navigation system.
Platform: | Size: 619520 | Author: | Hits:

[Othertraffic-sign-recognition

Description: 交通标志识别,对几种常见的交通标志进行简单的检测与识别-Traffic sign recognition, for several common traffic sign detection and recognition of simple
Platform: | Size: 583680 | Author: gx | Hits:

[OtherTraffic-sign-Recognition

Description: This source code for automatic traffic sign detection and recognition.It is very useful in autonomous driverless car design-This is source code for automatic traffic sign detection and recognition.It is very useful in autonomous driverless car design
Platform: | Size: 3780608 | Author: satya kumar | Hits:

[AI-NN-PRTraffic-Sign-Detection

Description: traffic signs recognition
Platform: | Size: 12961792 | Author: carole0904 | Hits:

[Othertraffic-sign-recognition

Description: 检测路边的交通标识符,提取有效信息,交通标志的检测(Detection of roadside traffic identifiers to extract valid information Detection of traffic signs)
Platform: | Size: 57344 | Author: 冰棒 | Hits:

[Graph programTraffic-Sign-Recognition-master

Description: 利用SVM与hog特征,对交通标志进行检测和识别(Using SVM and hog features to detect and identify traffic signs.)
Platform: | Size: 4096 | Author: 芭娜娜 | Hits:

[AI-NN-PRutf8''Traffic-sign-recognition

Description: 项目基于Tensorflow进行实现。 #### 文件说明: --- * input_data.py: 图片的输入 * traffic_sign_cnn.py: 用cnn进行训练分类 * testDemo.py: 用于测试已经训练出来的模型,输入单个图片输出结果,并分类到文件夹 #### 数据集说明: --- * 这里是列表文本使用的是比利时的交通标志数据集,可以网上自己找,里面有62个分类。 #### 网络说明: --- * 这里是列表文本这里是列表文本CNN网络包含两个卷积层,两个全连接层。识别率大概在95% 左右,可以自己根据需要自己修改参数提高识别率 另外,训练开始前需要先在项目目录下新建文件夹./log/train/,用来保存模型参数,数据集的目录结构大概是./data/train/00001(标签)/图片(The project is based on Tensorflow. #### File Description: --- * input_data.py: input of the picture * traffic_sign_cnn.py: Training classification with cnn * testDemo.py: Used to test the trained model, enter the result of a single image output, and categorize it into a folder #### Data Set Description: --- * Here is a list of texts using the Belgian traffic sign data set, which can be found online, with 62 categories. #### Network Description: --- * Here is the list text Here is the list text The CNN network consists of two convolutional layers, two fully connected layers. The recognition rate is about 95%, you can modify the parameters by yourself to improve the recognition rate In addition, before the start of training, you need to create a new folder in the project directory. / Log / train /, used to save the model parameters, the directory structure of the data set is probably ./data/train/00001 (tag) / picture)
Platform: | Size: 430080 | Author: lionkiss | Hits:

[Special Effectstraffic-sign-detection-master

Description: 基于SVM+HOG的交通标志检测与识别程序(Traffic sign detection and recognition based on SVM)
Platform: | Size: 7822336 | Author: 喵喵不赖床 | Hits:
« 12 3 »

CodeBus www.codebus.net