hi i am newbie to handvu, recently i have been using handvu to create handbased computer control for disabled. is it possible to get code for handvu cvcam. i...
Hello, I try to compile the HandVu source of beta3 but I have a problem with the visual project dxApp and HandVuFilter. There is a problem between c and c++...
The projects have not been tested with MSVS 8.0 yet. I would recommend using the CvCam interface anyway, since the DXApp and DXFilter are no longer supported....
Hello Guys I want to setup the HandVu beta 2 on Fedora core 4 platform. My kernal is 2.6.11-1. I succeed to setup OpenCV and the another requirement libraries....
dear Mathias, can u send me the link for the hv_cvCam as i couldnt find the code. We are using the handvu for visually dipaired, illitrates and dyslexics. ...
It's part of the source distribution which you can download here: http://movesinstitute.org/~kolsch/HandVu/HandVu.html m. _____ From: handvu@yahoogroups.com...
Hi, Use the beta3 version, don't try to fix beta2. Can you check what the declaration for OnMouse is? It should be: void OnMouse( int event, int x, int y, int...
Hello I am currently searching for tools to perform vision-based hand-tracking in a video corpus of acted emotions for for the purpose of analysing the...
Hi Friends; On behalf of javalive.com, I'd like to extend an invitation to javalive forums. This forum has been launched from India and I would request all you...
I installed HandVu beta3 in FC4, 2.6.15.4. it gave me the error mkdir .libs g++ -g -o .libs/hvOpenCV hv_OpenCV.o -L/usr/src/handvu- beta3/lib /usr/src/handvu-...
Can you send me the output of the ./configure script? Looks like it doesn't get the location of the OpenCV libraries correctly, or more precisely, the ones...
Hello Guys, Forgot to say, I found my openCV in /usr/local/include/opencv directory. Also, I found the line "INC_OPENCV = -I/usr/local/include/opencv ...
Hello all, I would like to know how HandVu calculate the capture screen values. I saw the X and Y coordinates are all under than 1. For instance, ('lback', ' ...
Dear Mathias Kolsch, Can you tell me where you put openCv and handvu beta3 to complie please? In usr/src/ or usr/src/REDHAT/SOURCES. Because I still have the...
Hi, Actually, the part of ./configure script output that's most important is about where it finds OpenCV - my suspicion is that your header file directory...
The coordinates are normalized to [0,0]-[1,1] as you rightly guessed. When you initialize handvu (hvInitialize), you set the absolute width and height of the...
Thank you. I saw I can setup the width and height in hvOpenCV.cpp file with 640x 480. Is the video screen size? ... -- Yours sincerely, Qing Liu Fotnys...
Hi Kolsch, I donot get your idea. I put openCV in my /usr/src/ as root and put handVu beta3 in my /usr/src as root too. Is there something wrong? I am looking...
I think at this point it is easiest if you edit the hv_OpenCV/Makefile to point to the correct directories in which the OpenCV libraries live and make sure...
Sorry, press the wrong button. And I used a thread to keep track the handvu send out string and translate into parameters. Thank you. I am looking forward to...
Hi, I am looking for the hand detection and hand recognition algorithm that built by using Visual C++, that uses the skin color YCbCr color space. I am so...
Hi, i was wondering if someone could explain me what's the diference between opencv and handvu ? i couldn't figure out by reading the opencv website regards ...
Hm, that's a good idea. I haven't tried that yet. I think what's going wrong is with the path to the conductor file, which you specified relative to wherever...
OpenCV is a general-purpose computer vision and image processing library. HandVu does hand detection, tracking, and posture recognition. m. _____ From:...