This is a Computer Vision Program made to detect Car-Plates in an image, Video or in real-time(ex: Webcam)! Very Interesting right? :)
You might ask yourself how precisely does this great tool work...? An Algorithm is the simplest and understandable way to represent a program.
Have a look o_o:
- It receives an image, video or real-time Capture(ex: Webcam);
- Using the OpenCV python library and a HaarCascade file, it scans through the given objects(image or webcam), searching for one thing ~ Car Plates;
- When detected, it then returns the position in the actual frame;
- A bounding box is then drawn around this detected Car Plate and a text("Plate") is written above it.
Being completely sincere, I will tell you some reasons for you to use this program...
-
Two Programs available to avoid confusion: One made only for Images and the other for Real-Time Captures;
-
Concerning the Program only for images
CarPlatesDetectorImages.py
: -
Trackbars made available, for extreme Precision;
- Our Formatting and Syntax respect the Python code styling rules;
- Comments all over the programs, to ease understanding of the code;
- Try it out to find more interesting features(ex: speed) and let me know...
I(ndonkoHenri) say: *Thank You for using my Programs!! :-)*