OpenCV 3 KNN Character Recognition Emgu CV 3 Visual Basic

preview_player
Показать описание
GitHub site:

Prerequisite:

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

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 ....
Any solution???

carloscosta
Автор

I want to recognize the letters in a word but it is taking the whole word. Could you help me on this?

lovelotey
Автор

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

rogeriopedroso
Автор

Hello Sir, how can I use this algorithm for korean characters?

RajSharma-uivq
Автор

Hello, how can we find out that our input character is not upside down? basically if I feed an upside down image,
the program still give use some useless text as result !

babakmanafi
Автор

Please @Chris Dahms !!!
Could you show the true code for this tutorial ????
The code shown and made available to TrainAndTest.vb and GenData.vb does not work ....
I did the whole tutorial step by step and it does not work
Please enter the correct code!

carloscosta
Автор

in my classification.xml is not same with the classification.xml in that video, can anyone help?

yudaardian
Автор

hi sir. can this code run with live video from camera?

drangelo
Автор

Hi chris. I heard cnn is more accurate than knn. Is that possible to use cnn in emgu?

jeffwoo
Автор

Cris thanks in advance for this.
I am trying to code it in java. And I got a issue. The serialization used in VB generates .XML file with set os characters alpha numeric. The serialization in Java only generates number. Do you have any idea on how VB generates alpha chars if only numbers are in the array?

kleberbueno.
Автор

How Can I use a liveCam and compare the license plate with a database in mysql

isaacrodriguez
Автор

hi
I am doing andrewssobral BGSLibrary 2.0.0 and using the codes for but while I am including the #include showing the error as cannot open the source file how can I solve this .plese help.

shwetainusa
Автор

hi sir, when i first run the program after renaming Form1 to frmMain, i cant find the BC30456 error, is that a problem?

patrickdalida
Автор

thank you very much for the tutorial~ it has helped me greatly in my studies however i have been trying to use your program to detect black number plates with white letters and it has been failing so far and well im not sure why
i have tried changing the training files to black and white and it seems that the accuracy has increased by a smidgen but it still fails miserably only managing to detect at most 2 /6 letters at all times.
i have a suspicion it might be due to a number of factors such as the font of the letter as well as the spacing between letters but im not too sure on how to integrate it into the algorithm that you have shown above.
i hope to hear from you soon.
thank you for your help.

izzatulaisyahmohdsalleh
Автор

Hi sir . How can I distribute the scanned characters ? for example: "FirstName" will go to textbox1 then "Surname" will go to textbox2, how can I do that ? thanks in advance

KKKP
Автор

Has anyone else got the error "ContourWithData" is not defined?

ryanpage
Автор

Is it possible to use this for a background window? Like OCR running and analyzing texts for another program.

aldrinroxas
Автор

Hi sir. Can I apply it in android mobile? *I'm newbee

caelt.
Автор

Anyone having issues with the latest emgu change this line "imgTrainingNumbers = CvInvoke.Imread(ofdOpenFile.FileName, LoadImageType.Color)" for this line "imgTrainingNumbers = CvInvoke.Imread(ofdOpenFile.FileName, ImreadModes.Color)" to get it working. This resolves error BC30451 'LoadImageType' is not declared. It may be inaccessible due to its protection level.

britishsandboxer
Автор


please help us out, we are using emgu cv 3.2.0

fahadkareem