OpenCV Intro to Character Recognition and Machine Learning with KNN in Visual Basic and C#

preview_player
Показать описание
This video uses Emgu CV 2.x and is therefore now out of date, here are some updated OpenCV 3 options depending on language preference:

OpenCV 3 KNN Character Recognition C++

OpenCV 3 KNN Character Recognition Python

OpenCV 3 KNN Character Recognition Emgu CV 3 Visual Basic

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

This Tutorial was really great! please create similar tutorial on other machine learning algorithms such as SVM etc.

niks
Автор

Hello @Chris Dahms !!!
Congratulations for the beautiful work ...
However, I have a problem with the code XML files are being generated only with the letter what could be happening ....

carloscosta
Автор

Hello Chris Dahms, I have a problem, the XML files are being generated only with the letter what could be happening ....

rogeriopedroso
Автор

Do you have an updated tutorial with openCV 3 with c#?

saadabdullah
Автор

Hello Chris Dahms, I have a problem, the XML files are being generated empty, what could be happening ....

rogeriopedroso
Автор

Have a problem with oppenning the test image.It says " Unable to Open image, error: The type initializer for 'EMGU.CV.Cvinvoke. threw an exception." Please help me

tharindunilanka
Автор

I solved the following error:Unable to find an entry point named 'CvNearestDefaultCreate' in DLL 'cvextern' by simply adding item cvextern.dll that can be found in bin\x86 It seems to work without this item on the video but I wont work without on my side.

luckyguest