Completed
- Masking number plates to improve text extraction for OCR
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python ANPR with OpenCV and EasyOCR - Automatic Number Plate Recognition Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 - Start
- 2 - Reading and visualising images using OpenCV with Python
- 3 - Applying color shifts and changes to images e.g. grayscaling and BGR2RGB
- 4 - Detecting contours using OpenCV findCountours
- 5 - Masking number plates to improve text extraction for OCR
- 6 - Extracting number plate text using EasyOCR