交通标志识别 ;MATLAB;SIFT ;Template 匹配我要分享

Traffic sign recognition; MATLAB; sift; template matching

matlab 识别 交通标志 匹配 MATLABSIFTTemplate

关注次数: 237

下载次数: 1

文件大小: 485.91 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:这个程序是基于Matlab的实时交通标志识别。首先,通过摄像头捕捉到的图像实时。其次,将图像二值化后进行预处理所收集的图像(筛选)。然后,由颜色划分的目标区域特点.Lastly,计算SIFT特征和匹配模板来实现交通标志识别的目标区域。


English Description:

 This program is a real-time traffic sign recognition based on matlab. Firstly, through the camera to capture images real time.Secondly, pretreat the collected images (filtering).Then after the image binarization, divided the target area by the color characteristics  .Lastly, calculate SIFT feature and  match the target area with templates to achieve traffic sign recognition.


代码预览