Project developed for the discipline of Signais and systems at UFPE,
- numpy
- openCV
- easyocr
- pytorch
- imutils
- glob
Tested using Anaconda Environment with Python 3.8.5
Run the code plateBoxDetect.py
for find car plate Box with fourier transform in images dataset located in images/
, for more details of the operation see the report.
Run the code openCVDetect.py
for find car plate Box with openCV Canny Edge Detection algoritms in images dataset located in images/
, for more details of the operation see the report.