License plate recognition

Posted by WowtaH on Stack Overflow See other posts from Stack Overflow or by WowtaH
Published on 2009-06-26T09:10:19Z Indexed on 2010/03/30 15:43 UTC
Read the original article Hit count: 205

Filed under:
|
|
|
|

As a side-project I'm trying to create an app that scans license plates from passing cars from my living-room window.

I have hooked up a high resolution camera to my system to capture (moving) images into my c# app. Now all I need is a way to interpret these images into something readable.

I´m thinking about some sort of OCR-solution that is fast/accurate enough for moving images.

Hope you can give me some direction!

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET