0

I need some way to do ANPR(automatic number plate recognition) for one form of license plates on Windows Mobile, the plates are clear and numbers are big enough, anyone has a code to do that? I work on C# and its ok if the code is written on C++.

Thanks.

Moe
  • 1
  • 2
  • you might want to start writing your own code, before asking for assistance. Stackoverflow is not your personal Dev team :P – Jharwood Jun 11 '12 at 08:23
  • This kind of quesions are already discussed in SOF. Atleast visit this : http://stackoverflow.com/questions/981378/how-to-recognize-vehicle-license-number-plate-anpr-from-an-image. May be language used will be different. And there are plenty of papers on this out there on net. Google it. – Abid Rahman K Jun 13 '12 at 18:56
  • Thank you Abid, the problem is Compact Frame is very limited and will take long time in programming, so I though maybe some one already did it. – Moe Jun 14 '12 at 09:49

2 Answers2

0

There is a nice license plate SDK also available for Windows CE/Mobile.

Please try http://www.dtksoft.com/dtkanpr.php

regards

Josef

josef
  • 5,951
  • 1
  • 13
  • 24
0

Check out OpenALPR (http://www.openalpr.com). It's free and open source and very fast/accurate. The code is written in C++ so it should be possible to run it on Windows Mobile as well.

Derrick Johnson
  • 377
  • 5
  • 9