Git Product home page Git Product logo

indonesia-car-number-plate-detection's Introduction

Indonesia Car Number Plate Detection

Overview

This repository will show the method for detecting Indonesian plate car using Python OpenCV (non deep learning method)(plate_detection_indonesia.py file) . The method will use contour detection concept.

Steps

  1. The first step is loading the image. We will use this image

Fig1

  1. The next step is image processing. It plays very important role for contour detection. In this code, for image processing, we will conduct : conversion from colored image to grayscale, then filtering, after that we conduct the adaptive Threshold. Adaptive threshold is applied because of its ability to handle different illuminaton intensity problem in an image.

  2. After that, we can find the contours using cv.findContours() method and we apply ROI (region of interest) technique to find the plate area.

  3. Image to string with Pytesseract and the result is :

Fig2

The code still needs improvement, especially for the image to text process.

indonesia-car-number-plate-detection's People

Contributors

fidelisgalla 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.