-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from AbhijitMotekar99/main
Added Number plate detection system : Issue no #125
- Loading branch information
Showing
10 changed files
with
3,242 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Car-Number-Plates-Detection | ||
|
||
## Hardware Requirements: | ||
- Camera (to capture images/video feed) | ||
- Computer or embedded system capable of running OpenCV and required libraries | ||
- Sufficient memory and processing power for real-time image processing | ||
|
||
## Software Requirements: | ||
- OpenCV: An open-source computer vision library for image and video processing. | ||
- EasyOCR: A Python library for Optical Character Recognition (OCR). | ||
- Matplotlib: A plotting library for Python (optional, for visualization purposes). | ||
- Google Colab (if using cloud-based computing resources). . | ||
|
||
## Resources: | ||
- Haarcascade XML file (haarcascade_russian_plate_number.xml): This file contains | ||
the trained data for detecting Russian number plates. It is used in the project for plate | ||
detection. | ||
- Sample image dataset: Contains images of vehicle license plates, used for testing and | ||
training the detection algorithm. | ||
|
||
## How to run | ||
- Just run the numer_plate.py file using python number_plate.py. | ||
- The program will capture images from the camera and display the detected number plates. | ||
- The detected number plates will be saved in the 'detected_plates' folder. | ||
- The program will also display the recognized text from the detected number plates. | ||
- give path of saved image to jupyter notebok file. |
Oops, something went wrong.