Click here to Skip to main content
16,012,611 members
Please Sign up or sign in to vote.
1.67/5 (3 votes)
See more:
I have a .jpg files in these files numbers of vehicles are there, i have to detect all the number plates from these images.

What I have tried:

first i have converted these image file to Gray image and then performing binarization.
Posted
Updated 29-Apr-18 22:28pm

1 solution

First you study image recognition, then, you look for examples in C# that give you ideas how to get to work. Like the examples listed on this page in the section 'Related Questions'

Look at this CP article: Image recognition with C# and Emgu libraries[^] , and check out Emgu :

Emgu CV: OpenCV in .NET (C#, VB, C++ and more)[^]

Then you come back here, with specific questions, and code.
 
Share this answer
 
v2

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