License plate recognition use C# EmguCV full source code and tutorial

preview_player
Показать описание
+) As previous tutorial I showed you how to recognize license plate use C++ and this video i will share you how to recognize car license plate by C# using EmguCV & OCR
#Note: To recognize difference license plate type you need to follow bellow haar train and replace xml file in the project folder.
+) Other method to recognize licese plate (SVIM) on C++:
------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Thanks for the project
How to use the project to read the barcode instead of the car number

abdalarmden
Автор

Is there a way to use this in real time while attached to a webcam?

cloudhot
Автор

Do not even lose your time with this project, sadly it uses an old version of OpenCv that only reads an old format of the haar cascade xml, every xml you will find on the internet will absolutely be on the new format and therefore won't be read by this project's code, also, updating it to the new emgucv version is borderline impossible since there are many breaking changes and emguCv's team do not document them

ElPeppito
Автор

which AI technique that you used to develop this? ANN, CNN or other?

amiladeshan
Автор

hi man, this video is very good, i like. I need your help in mine project.
Mine project speak about LPR i want to use c# language and emgucv, ocr.
do you can help me?

osvadojoao
Автор

hy jacky, I've been trying to train my country's rectangular plates using a cascade trained GUI. the result is a cascade.xml file
then how to convert cascade.xml file to file "\\ output-hv-33-x25.xml" as you have it? Please help. thank u

timotheaanggasta
Автор

sir can I use this in my project? please I'm doing my masters and will add a reference to the video

kevinchyne
Автор

HI Jacky Le
if i want to use web cam for plate detection not from the load image then how and also tell me that if i want to recognize my country license plate then how i can.
Please Tell me Thanks in advance

AMIRKHAN-dmfm
Автор

Dear @Jacky Le, i have train cascade for my license plates and replace in the project folder but now i am getting the following error. Please comment
Emgu.CV.Util.CvException: 'OpenCV: The node does not represent a user object (unknown type?)'

khan
Автор

In the source folder, the solution file is missing.

RajSharma-uivq
Автор

Its preset program for the given photos.

omaralnayme
Автор

Is there an XML file for american plates? Is it just the size that has to be changed?

johndesimone
Автор

Hey i have a question, what this method sir? this is neural network or KNN?

supergreenpunk
Автор

Hi, i have one qwestion? Did you have Emgu.CV.dll for x64 ? Thanks

makandriy
Автор

Is this ever going to be updated to a new version of .NET? It wants me to download .NET 3.5

mattl
Автор

A Jacky Le cho em hỏi chút:
Khi em chạy MainForm thì chương trình báo lỗi này là sao vậy a?
'Could not load file or assembly 'tesseractengine3, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.'

GiangNguyen-njnv
Автор

thanks for your tutorial so good, but program can I used for Arabic plate recognition ? how ? Can you Help me So thanks

arkanomer
Автор

Hi Jack!
Your program running well with square license plate but not work with rectangle plate, I want it work with both so: do I have to modify at findContour class? and how?. thanks mate

robertng
Автор

I really need your help, can you help me with OpenCV to read the Brazilian license plates? would be of great help, I'm a programming student and I need your help

MateusHenrique-exkl
Автор

Hello, this project is amazing, so, I want to use this library to detect some anormal condition on PCB Board, I mean, On the PCB Board has several elements with solder, If this solder is too large this one is an anormal condition, I think that with this library is possible to detect this condition, please let me know if it's possible please.

programadorcarlos