Tuesday, March 31, 2009

Installing HandVU on XP

some notes: link

I have already installed OpenCV , Microsoft Visual studio 2005 , Microsoft DirectX SDK (August 2006) and Microsoft platform SDK . Here I describe how I got the HandVU working on my PC. Hope it will help you.


After you have installed necessary software your environment variables (My computer->properties->Advanced->environment variables) should be like this according to your installation paths.

I have installed OpenCV and DirectX in D:\


I couldn’t find all the DirectX SDK libs in my installation folders. You can use these Visual Studio project files for the DirectShow SDK baseclasses and samples to get those.

These are the dll file files you need before compiling HandVU.

  1. Now open the HandVU source folder and locate HandVU folder. Compile it with visual studio. I got errors...


type #include to HanVu_img.Cpp

2. Same thing was done with the cubicals folder.

This will give an error. To correct it add II_TYPE_FLOTE to Preprocessor Definitions. Then type #include CascadeFileScanner.c

Dlltester:


links: Hafiz Demir's Blog , Willkommen auf Hatice Türkmen´s Blog

Test image in HandVU



7 comments:

Anonymous said...

waiting for the next post of handvu instal tutorials

iamblakee@sina.com said...

hi
what version of OpenCV you use to compile HandVU

Prasad Ronald said...

it is openCV version 1.0

sri said...

Hi,
I also tried compiling handvu in VS2008 but I get the same errors .Could you explain more as to what you meant here:
"type #include to HanVu_img.Cpp "

Prasad Ronald said...

It should be corrected as follows:

#include "errno.h" to HanVu_img.Cpp

Anonymous said...

What version of HandVu are you using? I am having trouble using Handvu Beta4 with OpenCV 2.1.

How do you know when the hand is detected. Where are you supposed to click with the mouse?

Unknown said...

Could you tell me where I can download HandVu beta 4 source code?