Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i would like to create a system which will be a licence plate recognition.
I am searching which technology should i use for this system.
Java or c++ or whatever? If in this topic experienced people will make some advice i will appreciate.

Thanks.
Posted

I don't think that choice of language is the issue for this subject. The problem is how to process images and figure out what characters are on the licence plate. You may want to do some research on image recognition first to see if there are any existing libraries that will help you, and what languages they support.
 
Share this answer
 
The language does not matter that much. It's the quality of your algorithms that will make all the difference. As this should involve a lot of computation, and lots of opportunities for parallelism, I would suggest F#.
Remember to post an Article when you've finished it!
 
Share this answer
 
Sure i have searched for libraries. There are many libraries for nearly all of the programming languages c++, c#, java....
But there must be one of them is dominant in this industry.
I want to learn what most of the people use?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900