Introduction to Human and Computer Vision project
-
Use TrafficSignDetection.m as a template for your code. This functions shows hot to use the evaluation functions.
-
Use test_submission.m to test your results submissions to the course server
-
Useful resources:
- Circle detection: circular_hough/
- Segmentation with UCM: segment_ucm/ (only for linux & Mac OSX. Can not be used on Windows)
- Color space conversion: colorspace/
- Evaluation (Precision, recall, etc.): evaluation/
- Segmentation (Mean-shift, k-means, etc.):