OpenCV License Plate Recognition Tutorial in Visual Basic

preview_player
Показать описание
This video uses Emgu CV 2.x and is now out of date. Here are the updated versions depending on language preference:

OpenCV 3 License Plate Recognition C++

OpenCV 3 License Plate Recognition Python

OpenCV 3 License Plate Recognition Emgu CV 3 Visual Basic

If you found this video helpful please consider supporting me on Patreon:
Рекомендации по теме
Комментарии
Автор

Very nice! Great to hear you're considering C++ and Python and Raspberry Pi for future videos. Your Windows content is fantastic but for embedded projects, just light-weight Linux, C++, Python, OpenCV & perhaps Qt would be awesome.

sgfgdsfae
Автор

Goodman and Good job... I was looking for this for a long time. Thanks.

AhmedEissaPage
Автор

Should've mentioned emgu in the title or description... not sure if it was mentioned in the video prior to 31:00. If it was, I missed it.... Thanks for the video though, your others have already helped propel my objective...

IKnowYouDidnt
Автор

Hi Chris, I'm having some difficult with video stabilization using emgu.cv VideoStab. Can you help me how to do that works?

heitordahoracf
Автор

Great Video.. It helped me a lot. I am doing a Rubik's cube color recognition project, it would be nice if you make the tutorial as it is not available on the internet or guide me to to make one. Thank you very much :)

pavankrishnaer
Автор

hi Chris, I change it to C# with newest version, and looks there are some method not exist, and when I use that version the code not works too, any idea?

justealfaza
Автор

excuse me sir, i have one problem when i put run this program... It has triggered a breakpoint. Occurred" any idea how i can fix this?

joaquinoros
Автор

Hello Sir Chris . Good day I encountered Problem while doing this project, this is the problem (I followed the same step and it works but on the reading of character failed example ABC = 101 ) ABC is the plate number and 101 is the result the yellow one below the plate number . how can i Fix this one ?

micomoreno
Автор

how this will work for live feed video?

akaleselassie
Автор

sir, i want your source code plat sumber with opencv in Windows 8

mukhammadsyarifudinhidayat
Автор

can you please provide a link to the source code?

yitzchokneuhaus
Автор

Dear Sir
I am being VS developer.
compiled this program in VS 2013.
but my program have not a little error.
this error is like below.
"An unhandled exception of type 'System.DllNotFoundException' occurred in Emgu.CV.ML.dll
Additional information: Unable to load DLL 'cvextern': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
I don't know why I have this error.
If you are know about this error, Plz give me know about it.
Thanks.

ollxmarain
Автор

I couldn't do that the same thing with OpenCV3 and I've decided to try with OpenCV 2.4 ( which you've used in this video ) so that doesn't work. I'm getting 2 errors and both are the same. The errorrs are " Reference required to assembly 'Emgu.CV.World, Version?3.2.0.2682, Culture = neutral, containing the type'Emgu.CV.IImage'. Add one to your project. "

When I add Emgu.Cv.World as a reference I'm getting 103 errors :D Actually my problem comes from the first. I couldn't add Emgu.CV.UI.dll as a reference because of the ImageBox. First I couldn't add Imagebox and I discard the Emgu.Cv.UI.dll from the references. So I was able to add ImageBox but now I can't run the program. If you help me I'd greatful !

Lrd_
Автор

i have a problem "An unhandled exception of type occured in Emgu.CV.ML.dll" any idea how to silve it? im using windows 8.1 64 bit

bri_subaweh
Автор

hello Chris, thanx for this awsome work firstly..
im trying to turn your code into C# with Emgu3.1
im not familiar with VB so much.
there is a line of your trainer code like this:

Dim contours As Contour(Of Point)

it seems like must be like this (on C#)

public Contour<Point> contour;

however there is no such datatype on Emgu3 as "Contour<>"
if thats a special type one of yours, i couldnt find any class definition on your repo

thats the link where i am digging for:

help pls.

btrtr
Автор

hi can you make bitmap finder on screen please

fatih
Автор

ibOriginal.Image = imgOriginalScene       of type 'Emgu.CV.Image(Of Emgu.CV.Structure.Bgr, Byte)' cannot be converted to 'System.Drawing.Image'.

evilwolf