Questions tagged [libhand]

LibHand is an open-source library for rendering and recognizing articulations of the human hand. Bindings are available in C++ and Matlab. It is useful for hand pose research and for games.

LibHand is an open-source library for rendering and recognizing articulations of the human hand. Bindings are available in C++ and Matlab. It is useful for hand pose research and for games.

7 questions
4
votes
2 answers

cvNamedWindow - function not implemented, unable to launch LibHand

I'd like to use the LibHand hand gesture library, but I'm unable to launch it on Ubuntu 13.10. I've compiled it successfully (after overcoming few issues related to the linker), but when running pose_designer, the OpenCV library logs that GUI…
Maciej Papież
  • 431
  • 1
  • 6
  • 20
3
votes
1 answer

Libhand library compilation error cannot find -lNOTFOUND

I'm trying to build a hand model library from libhand.org on Ubuntu 14.04. The library uses ogre and opencv libraries. I followed the instructions provided by the author that allowed me to successfully install ogre and opencv. There is no problem…
Qing Fan
  • 31
  • 1
2
votes
2 answers

Libhand library compilation error using cmake

I'm trying to build a hand model library from libhand.org on Ubuntu 12.04. The library uses ogre and opencv libraries. I followed the instructions provided by the author that allowed me to successfully install ogre and opencv. Unfortunately when…
1
vote
0 answers

Libhand library compilation error on Ubuntu 12.04

I'm trying to build a hand model library from libhand.org on Ubuntu 12.04. Unfortunately when Compiling the examples I get the following error: fan@dell:~/libhand-0.9/examples/build$ make Scanning dependencies of target bend_one_finger [ 33%]…
qing fan
  • 11
  • 1
1
vote
0 answers

Installing libhand on OSX 10.9.4

I tried to build libhand http://www.libhand.org/ v0.9 for OSX, the cmake command works fine, but as soon as I run the make command I get the following error Scanning dependencies of target hand_utils [ 4%] Building CXX…
sanders
  • 133
  • 1
  • 11
1
vote
1 answer

error while compiling libhand examples

I am trying to compile the examples of libhand, but I get the following output: /usr/bin/ld: /usr/local/lib/libOgreMainStatic.a(OgreDynLib.cpp.o): undefined reference to symbol 'dlopen@@GLIBC_2.1' /usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in…
Theodosis
  • 31
  • 6
1
vote
0 answers

Any alternatives to libhand?

LibHand seems to be tightly integrated with OGRE for rendering. And extending any OGRE program beyond the basics is an uphill task. Are there any alternatives to LibHand? I'm hoping to use it with simple OpenGL programs.
Ashwin Nanjappa
  • 76,204
  • 83
  • 211
  • 292