GithubHelp home page GithubHelp logo

maeren / real-time-car-plate-detection-recognition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from esraameslam/real-time-car-plate-detection-recognition

0.0 0.0 0.0 24.98 MB

Jupyter Notebook 100.00%

real-time-car-plate-detection-recognition's Introduction

Real-Time-Car-plate-detection-recognition

steps:
Step 1: Video to Frames After converting the video to frames and resizing them for efficient processing, we define the region of interest (ROI) where license plates are expected.
Step 2: Grayscale Conversion We convert the ROI to grayscale to simplify and speed up processing.
Step 3: Applying Bilateral Filter The bilateralFilter function effectively reduces noise in the image while preserving edges, making it ideal for preprocessing.
Step 4: Edge Detection with Canny We apply the Canny edge detection algorithm to identify edges in the image.
Step 5: Finding Contours Contours are found to outline the potential license plates. We sort and reverse them to find the largest contours.
Step 6: Contour Verification We verify if the contours represent a license plate by checking if they have four sides.
Step 7: Mask Creation A mask of the same size as the image is created, and the contours of the potential license plate are drawn on it. We then use bitwise operations to extract the text area.
Step 8: Text Recognition with EasyOCR Using EasyOCR, we read text from the extracted region. If successful, the recognized text is typically the license plate number.

real-time-car-plate-detection-recognition's People

Contributors

esraameslam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.