ASL Finger spelling recognition using C# OpenCV wrapper
Uploader Comments (nakagawa53)
All Comments (65)
-
Sir are u got ur answer , if yes plz share it i got the same problem
-
@nakagawa53 tried running your program but got this error --> src_image = highgui.CvLoadImage(file, highgui.CV_LOAD_IMAGE_GRAYSCAL
E); -
@nakagawa53 libraries such as? have you completed the 7 other signs left? thanks!
-
hello @nakagawa53.
greet work, i downloaded code & libraries ( it's give a run time error on KNearest.cs
"src_image = highgui.CvLoadImage(file, highgui.CV_LOAD_IMAGE_GRAYSCAL
E);" i think it's need a the training files.
would you share them please, or tell me what to do?
thank you so much
i noticed that there was
link for that but i missed now
-
Hey @nakagawa53. Have couple of questions. i) Does it detect hand when u bring the hand ahead of the face ? ii) Does using Haar clasifiers slow down the program ??
-
Thanks for the noob guide :D
Sorry about my (very) late reply. There are many people asking the same question.
Please note that you cannot extract the program, compile it, and hoping that it would work right away =_=" there are several libraries that you need to install.
I have updated the info section I hope it helps.
nakagawa53 2 weeks ago
How do you run this program? :)
baamchika 1 month ago
@baamchika Info section updated.
nakagawa53 2 weeks ago
waw... keren bgt... saya juga lagi berusaha untuk hand detection in c# juga ^^.. btw saya sudah kerem message ke @nakagawa53 .. mohon di baca ya ^^.. hope a great response
MrSimplesify 3 months ago
@MrSimplesify Info section barusan saya update boss
nakagawa53 2 weeks ago
hey...
great work.
i visited the link but was unable to run the code. it wasn't detecting my hand. can u give me some solution how i can go about doing it
ank3201 10 months ago
@ank3201
First of all make sure that the haar training detection works. If it doesn't maybe you should consider making your own haar training. The haar cascade I used works well in well-lighted roomt. If the haar detection works, then the hand shape classification should work as well.
Please note that I used 640x480 resolution with Logitech Quickcam 9000.
nakagawa53 10 months ago