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.
- Now open the HandVU source folder and locate HandVU folder. Compile it with visual studio. I got errors...
type #include
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
Dlltester:

Test image in HandVU




7 comments:
waiting for the next post of handvu instal tutorials
hi
what version of OpenCV you use to compile HandVU
it is openCV version 1.0
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 "
It should be corrected as follows:
#include "errno.h" to HanVu_img.Cpp
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?
Could you tell me where I can download HandVu beta 4 source code?
Post a Comment