Your project inspired me to do a similar one (for my senior project for CS, u can see it in my videos)
I've gotten hand-movement to work, how did U access pixels btw? I used the C++ wrapper provided from one of the OpenCV tutorials (i forget the page). Im trying to figure out a way for it to work better in poor lighting conditions, maybe lasers?
@DarkRubySage First of all im a linux user, the thing is im not ignorant as you. Do you want me to install Windows and post a Vid just to prove the noob that you are? that you dont know shit?!
Did I not just say that X11 and OpenCV are not for Windows? Perhaps there is a way to do it with Windows, but it would likely be tedious and difficult. Why don't we just agree on how pwnsome Linux is?
It's very nice, I use Ubuntu 8.10 and I want to move the mouse with opencv library but I don't know how I can do, please can you send me your complete source code So I can study how do you?
Oye notengo mucho en esto, yo lo hago detectando rostros con cvHaarDetectObjects, pero tu como detectas la mano, con cvMatchtemplate o detectas el color de la piel??
Mi ingles es malo, era sobre las API de manera independiente ejemplo dar Click al Mouse, pero encontre algo no tan bueno como lo tuyo, lo estoy aplicando Opencv
linked, liked, and subscribed :)
NickNackGus 3 months ago
camspace is like that :P
TheMaslato 6 months ago
What do you type? i can't see
ijuanjojose 7 months ago
nice work..... :)
neenad007 8 months ago
Comment removed
soniankit89 9 months ago
excellent stuff ! where can I download the source code ??
soniankit89 9 months ago
x11 is not a window manager.
drite94 9 months ago
download link?
genesisshift 9 months ago
Great stuff. Can't wait to check out the code!
sebby007 9 months ago
This has been flagged as spam show
pls send me the source code to ontyakachaos@gmail.com
Um so interested in seeing how u implemented the mouse part
ontyakachaos 10 months ago
man thats an awesome way to control a mouse if it were to be with a 3D glasses less monitor. Anyways where and I get this program at?
cyctechproductions 10 months ago
This is pretty cool! how old are you?
pumpfever 1 year ago
ia331411.us.archive.org/3/items/TvQuran.com__1/TvQuran.com__020.mp3
ahmd1431 1 year ago
Excellent idea!
matt0xFF 1 year ago
Could you send me the XML with the haarcascade? I would appreciate a lot.
haffybra 1 year ago
@haffybra No Haar cascade -- I'm just counting all of the red pixels in the picture and finding their average position.
andqso 1 year ago
I see you use linux and your webcam quality is pretty good. Which webcam do you use? Nice coding! :)
nikhatzi 1 year ago
Your project inspired me to do a similar one (for my senior project for CS, u can see it in my videos)
I've gotten hand-movement to work, how did U access pixels btw? I used the C++ wrapper provided from one of the OpenCV tutorials (i forget the page). Im trying to figure out a way for it to work better in poor lighting conditions, maybe lasers?
MercenaryFH123 1 year ago
Comment removed
MercenaryFH123 1 year ago
How do you make it that fasst?
I tried with cvHaarDetectObjects its very slow in normal computer, just 4-5 fps.
szproxy 1 year ago
@szproxy I'm not actually doing Haar detection -- just identifying large red regions. Check out the code!
andqso 1 year ago
your right hand is jaleous
elbombardi 1 year ago
This has been flagged as spam show
nice
i need the source code
moutaz_aramin@yahoo.com
moutazaramin 1 year ago
nice
i need the source code
moutaz_aramin@yahoo.com
moutazaramin 1 year ago
pretty cool.
YouMockMe 1 year ago
I have a question, how do you gain control over your mouse,using linux or windows?
rrrnearrr 1 year ago
You could never do that in Windows. This is one of the many ways Linux is better.
DarkRubySage 1 year ago
@DarkRubySage STFU if you dont know what your talking about.... This is possible in windows.
exmifrator 1 year ago
@exmifrator
X11 is the Window Manager of most Linux distros. OpenCV? Not for M$ Windows either. GTFO Windows luser, this is a Linux video.
DarkRubySage 1 year ago
@DarkRubySage First of all im a linux user, the thing is im not ignorant as you. Do you want me to install Windows and post a Vid just to prove the noob that you are? that you dont know shit?!
exmifrator 1 year ago
@exmifrator
Did I not just say that X11 and OpenCV are not for Windows? Perhaps there is a way to do it with Windows, but it would likely be tedious and difficult. Why don't we just agree on how pwnsome Linux is?
DarkRubySage 1 year ago
@DarkRubySage Fail.Right about X11, but OpenCV can be implemented on Windows too.
Cranio76 1 year ago
buen trabajo! es bueno ver que los proyectos creativos!
oehrlein49 1 year ago
Excelente!!!
que lenguaje utilizas para programar OpenCV?
StAchezlesMacs 2 years ago
@StAchezlesMacs C
andqso 2 years ago
cvCaptureFromCAM do not works in my ubuntu 9.04 :(
i donno but there is something wrong w/ v4l, v4l2...
btw, vry interesting job, andqso!
gerabelo 2 years ago
Ho no!
I had the same idea you have done it before me =(
municyclenxtman 2 years ago
It's very nice, I use Ubuntu 8.10 and I want to move the mouse with opencv library but I don't know how I can do, please can you send me your complete source code So I can study how do you?
cgtaurino 3 years ago
Es mas simple---calculo la posicion promedio de los pixels que tienen gran componente rojo.
Para hacer click usa la libreria XTest.
andqso 3 years ago
Oye notengo mucho en esto, yo lo hago detectando rostros con cvHaarDetectObjects, pero tu como detectas la mano, con cvMatchtemplate o detectas el color de la piel??
quepajoooooo 3 years ago
Es muy buena tu aplicacion felicidades... saludos
quepajoooooo 3 years ago
Mi ingles es malo, era sobre las API de manera independiente ejemplo dar Click al Mouse, pero encontre algo no tan bueno como lo tuyo, lo estoy aplicando Opencv
void LeftClick ( )
{ INPUT Input={0}; Input.type = INPUT_MOUSE; Input.mi.dwFlags = MOUSEEVENTF_LEFTDOWN; ::SendInput(1,&Input,sizeof(INPUT)); ::ZeroMemory(&Input,sizeof(INPUT)); Input.type= INPUT_MOUSE; Input.mi.dwFlags = MOUSEEVENTF_LEFTUP; ::SendInput(1,&Input,sizeof(INPUT));
} gracias por contestar
quepajoooooo 3 years ago
a question, in c + + builder i can move the mouse, but you gain as clicking your mouse?
quepajoooooo 3 years ago
No entiendo--cual es la pregunta?
andqso 3 years ago
Genial
punksolid 3 years ago
that's really cool. Could you please send me the opencv tutorial that you used. Thanks !!
pipvniss 3 years ago