Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 576 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 576 Bytes

Traffic Sign Detector

This project contains a Matlab implementation of classical computer vision techniques to detect traffic signs from photographs taken from cars while driving.

It was done during the Introduction to Human and Computer Vision module inside the Master in Computer Vision Barcelona.

The approach could be summarized as the following:

  • Simple colour-based segmentation + Watershed segmentation
  • Morphological filtering
  • Geometrical filtering
  • Template matching

For more information check the report from the same repository.