# TSR **Repository Path**: yuhaoa/TSR ## Basic Information - **Project Name**: TSR - **Description**: Traffic Sign Recognition - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 交通标志识别 ## Traffic Sign Recognition 从视频图像中识别交通标志,基于OpenCV & Qt。 This program can recognize traffic sign from video or image, depending on OpenCV & Qt. 本程序的基本框架是相对较为完善的,然而算法部分由于时间关系写得很混乱。。。若打算参考或使用此程序建议直接忽略算法部分(TSR.cpp & TSR.h),在此框架的基础上添加自己的算法。 The basic framework of this program is completed, but the image algorithm is poor...If you want to use this program, rewriting the algorithm code is recommended.