@rizi619 I don't know of any such project, but technically it looks more like a machine learning project- you train a classifier to recognize digits/characters etc and given any new text that you capture via webcam, you output the result of the classifier. You can also take a look into other learning techniques esp. Hidden Markov models.
well this is good but you are using white background not using the background removal technique to make it possible to signal from front. I hope you would have understood.
Do you know of anyway to do something similar with C#. I'm finding C# to be a pain when it come to experimental cmputer science, you know in the grey areas where little exploration has been done compared to the rest. Do you think the switch from C# to C++ would be difficult? Thanks for your time in advance, Chirs.
plz can you tell me how to control the mouse position (i dont need to know any of the tracking stuff; just the mouse movement?) thx great project btw=]
I used OpenCV to program this. I used CAMSHIFT algo to track my hand. To segment the hand, I depended on skin color segmentation. I used online training -before the program starts, user places the hand in predefined location and program picks up the skin color or you can use OpenCV's face detection to detect face and pick skin color from face.
To identify pointed finger and mouse click (thumb movement), I got the blob of my hand & checked the shape - was a crude algo, better use Neural Net etc
hey, this is a cool program i have one but its not the same, mine is called visual mouse, but i like yours better, can you please tell me the name of it, thnx.
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 2 months ago
Skype - psnlmstar
Programm give me plz
GTALMStarLeo 3 months ago
The source is missing cv.h and highgui.h
NeoCortex3 5 months ago
@NeoCortex3 those files are part of opencv. You need to include opencv libraries while compiling.
tasingh 5 months ago
@tasingh ah okay, thanks.
NeoCortex3 5 months ago
how to compile it plz make a totdorial
sbilal807 7 months ago
Is it possible to use this with led-s?
TRUPAC12 11 months ago
so sad=( i followed the link above.. I was not able to view the codes...
would you mind to share the codes to me??
plzz.:D
Msgrace155 1 year ago
so sad =( i followed the link above... i cant view the codes anymore....
could you share me the codes?
Msgrace155 1 year ago
Mousetrap is an open source similar to this
marek007able 1 year ago
This has been flagged as spam show
can you make that into a exe and upload that for people who don't know how to compile or use it by source code
chuckiepatt 1 year ago
can u make that into a exe and upload it for other people who don't know how to complie programs ??
chuckiepatt 1 year ago
your pc lags like hell
zebaz58 1 year ago
Tracking is one part, but how would you go about registering a click, or a right click or slide forward / back or document scroll.
Shakespeare1612 1 year ago
I think you are using linux you can get the images from cam and use the opensource ocr lib to get the text :d
It is very easy :D
russellwmy86 1 year ago
download ????
159zfu 1 year ago
The New Generation of Software
yoda302055 1 year ago
can you please upload .net edition ??
rizi619 1 year ago
@rizi619 @rizi619 I don't have .net edition code. What ever I have, I have uploaded it here-
Also, if you understand the algorithm description (CAMSHIFT etc), then you can easily port it to .net.
tasingh 1 year ago
@tasingh Sir i have a project idea on text recongnition via web cam is there this kind of project you know about then please tell me abt it..
rizi619 1 year ago
@rizi619 I don't know of any such project, but technically it looks more like a machine learning project- you train a classifier to recognize digits/characters etc and given any new text that you capture via webcam, you output the result of the classifier. You can also take a look into other learning techniques esp. Hidden Markov models.
tasingh 1 year ago
@rizi619 Try google-ing OCR Software
accaunt4o 10 months ago
Woow! Really nice done! I like it! 5/5
SoapBock 1 year ago
fuck how am i supposed to play CSS and COD4!?
samosval92 1 year ago
innovative !!, good work
yourtube20061 1 year ago
well this is good but you are using white background not using the background removal technique to make it possible to signal from front. I hope you would have understood.
anyways nice effort
l060338 2 years ago
I have uploaded the code and report for the application on the website (see info section)
tasingh 2 years ago
@tasingh: i would use edge detection in this case, as opposed to skin detection.
you use an even background, so that would work and eliminate all color calibration / lighting problems.
even with an uneven background it could work by the way. just use background differencing with the edge detected background image.
Good luck.
lievenvv 1 year ago
do you have the app still?
jickidyjackeehah 2 years ago
LOL THIS IS WHERE U GOT IT FROM!!
SelenaLover466 2 years ago
no its totally different!!
jickidyjackeehah 2 years ago
I have uploaded the code and report for the application on the website (see info section)
tasingh 2 years ago
I dont have it. I lost it in hard disk crash. I can look up my old emails and I might find some or whole of the code... let me know if u want it.
tasingh 2 years ago
Do you know of anyway to do something similar with C#. I'm finding C# to be a pain when it come to experimental cmputer science, you know in the grey areas where little exploration has been done compared to the rest. Do you think the switch from C# to C++ would be difficult? Thanks for your time in advance, Chirs.
Kaish3k 2 years ago
I don't have any experience in C#. I used OpenCV library, so you can take a look if C# allows you to use openCV.
tasingh 2 years ago
jus get a laptop
matthewcrow1 2 years ago
PLEAS GIVE ME THAT APP!!!
tutorialtutorial123 2 years ago
I have uploaded the code and report for the application on the website (see info section)
tasingh 2 years ago
wow it is very nice
prasadronald 2 years ago
plz can you tell me how to control the mouse position (i dont need to know any of the tracking stuff; just the mouse movement?) thx great project btw=]
knabbers 3 years ago
dude, can u send me the source code for this?
pcunderwear 3 years ago
sorry dude, I lost the code in hard disk crash. I have written the details in the info section- see if that helps
tasingh 3 years ago
where can i get cam shifft algo
benlove94 3 years ago
same here..tell me the name 5/5 xD
mk0frosty 3 years ago
I used OpenCV to program this. I used CAMSHIFT algo to track my hand. To segment the hand, I depended on skin color segmentation. I used online training -before the program starts, user places the hand in predefined location and program picks up the skin color or you can use OpenCV's face detection to detect face and pick skin color from face.
To identify pointed finger and mouse click (thumb movement), I got the blob of my hand & checked the shape - was a crude algo, better use Neural Net etc
tasingh 3 years ago
hey, this is a cool program i have one but its not the same, mine is called visual mouse, but i like yours better, can you please tell me the name of it, thnx.
blobloblow 4 years ago
it is too late for the reply but in case you are still interested, read my reply for the above comment.
tasingh 3 years ago