Im doing a license plate recognition system as my final year project. As I have no experience in image processing before I’m a bit confused about which programming platform to use. Can you please tell out of Java and C# which will support well.
Thanks a lot.
Im doing a license plate recognition system as my final year project. As I
Share
Options:
Implement an ANPR engine from scratch. Most likely it would take more than two months.
Use JavaANPR, or port it to C# if .NET is a must for you.
Employ the evaluation version of an already existing ANPR SDK such as http://www.arhungary.hu, x.htsol.com/index.php , http://www.warelogic.com , … . There are literally hundreds of them.
I would probably pick option 2.