Face Detection And Recognition Using Emgu, OpenCv and c# (Step By Step)

preview_player
Показать описание
Face Detection And Recognition Using Emgu, OpenCv and c#
Learn How to use Emgu and OpenCV libraries.
Like The Video And Comment Your Email, and i will send you the source code as soon as possible.

References Download Link:

Don't forget to subscribe to my channel for more videos.
Рекомендации по теме
Комментарии
Автор

thanks. It was one of the 2 tutorials on emgucv in the whole internet that work :P

catboy
Автор

Thank you! Step by step, easy. I just can say your post is very usefull. You, by the way, are a little bit slow codding... C# in Visual Studio IDE brings a new toolset and a simplified syntax that can help you a lot in this particular issue. Anyway, you did in a fast and clean way a sample code that is a basic start point to several more complex and unique projects. Again, thank you.

joseluisdeoliveirasantos
Автор

I don't know how many of you guys tried it but it shows the same name for all the images. it doesn't identify the difference in the images so I can say it is face tracking but not recognition although it is nice exposure for newbies. Please correct me if I am wrong!

randomcreatorsind.
Автор

There is small mistake. The program can not read information that has been previously saved in "database". It is revealed by try/catch MessageBox despite existing files in the "Faces" folder. To fix this problem you should change "/Faces/Faces.txt" in 26:40 to $"/Faces/{FacesLoad}"

ryszardwozniak
Автор

Thanks for the great guide! First step completed for making my face following camera.

jonathandennerly
Автор

this is what i want, and this very useful for me for learn CV thank you

DAFFANAUFALSNET
Автор

Your vedio helped me a lot. In my project. Thank you so much

createit
Автор

Thanks for such explanatory information

yusuf
Автор

hey man, thank you so much for this. Its a great tutorial, and it worked when i tried it :D very grateful for this <3

notamejackstone
Автор

Very nice job broo ❤❤❤thanks for sucha great videi

skillscraftfreelancing
Автор

Getting Error The type initializer for 'Emgu.CV.CvInvoke' threw an exception

softmanagement
Автор

Hello, I thought your video was good but I have a question, if you try to recognize another person already having Ronaldo in the base, doesn't it show you the same name?

aslarrecomienda
Автор

I have added all the DLL files from emguCV bin but it shows an error on haarcascade !! What can I do? Pls help

sanchidhingra
Автор

Hi Rizk,
When I click Button "Start Detection And Recognition" again, It's show error: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt" at command line "Frame = camera.QueryFrame().Resize(480, 320, in FrameProcedure(object sender, EventArgs e)
Please help me!

tranhau
Автор

if I put this line "MCvAvgComp[][] facesDetectedNow = GrayFace.DetectHaarCascade(faceDetected, 1.2, 10, Emgu.CV.CvEnum.HAAR_DETECTION_TYPE.DO_CANNY_PRUNING, new Size(20, 20));" into FrameProcedure, my app get lagging, please tell me why?

hieuha
Автор

perfect tutorial works perfectly thank you!!!

Lucas_Sins
Автор

Good, but if another face detect then same name only will display

sandeepsandy
Автор

Hi Rizk Mawad
, How did you connect to camera? did you use the front camera on your laptop? how could it be done if I run the program on a desktop with an IP camera?

hieuha
Автор

Hello, I have a problem, .Resize() does not exist when I
tried to call him, what should I do?

nikita
Автор

I imported EmguCv by Nuget Packet and it installed the latest version (4.2.0).
I cannot create "eigenobjectrecognizer", so, is there any way to help me solve this problem?
thank u!

ThanhTran-gmcy