Project as part of Dr. John Wright's ELEN 4810 - Digital Signal Processing course at Columbia University. Note that all the code was written in MATLAB 2016b.
For a better theoretical udnerstanding of the code, please refer the technical write-up: https://www.researchgate.net/publication/311886141_Vehicle_License_Plate_and_Color_Recognition_using_Computer_Vision
Description:
To view the complete project
- Run "main.m"
- Select an image in one of the folders that pop up
- The command window will display the color of the car and the skew of the license plate. A window will pop up to show the isolated plate
To see step by step how "main.m" works,
- Run "main_with_steps.m"
- Select an image in one of the folders that pop up
- Press the "enter" key to view the next step in the algorithm
- After the last figure is displayed, the command window will display the color of hte car and the skew of the license plate
To see the emblem detection,
- Go to "Emblem Detection" folder
- Run "Emblem_Detection.m"
- Select an image in one of the folders that pop up
- An image of the logo will appear in a figure. The command window will display the manufacturer of the car
-Note: emblem detection only works for image 20
Copyright 2017, Rayal Raj Prasad, All Rights Reserved.