Git Product home page Git Product logo

car-plate-recognition's Introduction

Car-Plate-recognition

자동차의 번호판을 OpenCV 라이브러리를 이용하여 추출하는 소스코드입니다. 주 처리는 ProcessClass.cs에서 진행됩니다.

전처리 순서

  1. CvtColor
  2. EqualizeHist
  3. FastNlMeansDenoising
  4. AdaptiveThreshold
  5. Dilate
  6. Erode

Bubble Sort를 이용하여 인식한 영역들을 정렬합니다. 영역들 간의 기울기를 계산하여 조건에 부합하며 서로 어울려 있는 사각형인지 판별하여 FindRect 리스트에 추가합니다. FindRect에 있는 모든 사각형 영역을 한개의 Mat에 조합하여 하나의 이미지를 만들어 냅니다.

라벨링을 통하여 의미가 있어 보이는 영역을 추출해냅니다.

예시 영상

car-plate-recognition's People

Contributors

dotoritos-kim avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

lynheo moxgeek

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.