s0ph1e / license-plate-recognizer

Simple script written in Wolfram Mathematica which recognizes area of license plate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

license-plate-recognizer

Script is written in Wolfram Mathematica. It takes all photos from "test" directory, searches area of license plate and saves result to "result" directory.

Performs next steps for each image:

  1. Canny edge detection algorithm
  2. Hough Transform for line selection
  3. search for rectangle with specified ratio among all rectangles formed with horizontal and vertical lines

###Example of work:###

Alt text Alt text Alt text Alt text

About

Simple script written in Wolfram Mathematica which recognizes area of license plate


Languages

Language:Mathematica 100.0%