/Car-Number-Plate-Detection-OpenCV-Python

Detecting Number plate from images of cars using openCV

Primary LanguagePython

Car-Number-Plate-Detection-OpenCV-Python

Detecting Number plate from images of cars using openCV

Original Car Picture

alt text

Grayscale Conversion:

alt text

Apply Bilateral Filter

alt text

Find Edges

alt text

Now find contours using edges and pick the best approximation - contour with four corners

Final Image with Car Plate Detected

alt text