Results 1 to 2 of 2

Thread: Draw a 3d Animated Body Skeleton? Libraries/tools to use?

  1. #1
    Join Date
    Sep 2011
    Posts
    8
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Draw a 3d Animated Body Skeleton? Libraries/tools to use?

    Hi!

    I am recording some videos using the Kinect. By using OpenNI I can extract the skeleton from the video files. Once I have this Skeleton, I create a binary file with the position of every join, and the time stamps as well as the framerate (cause it can be variable).

    Picture 29.png


    Now it comes my question: I would like to create a 3d map for drawing the skeleton into it and of course make the animation. It should be possible to rotate the scenario (in real time) while the skeleton is moving (or just set 3 or 4 different views, should be fine as well).

    Do you have any idea about what should I use? I was taking a look into the OpenGL for QT and it looks complicated and time-consuming... do you any other specific tool?

    And as a side question, would it be easier to do in MATLAB?

    Thank you in advance!!

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Draw a 3d Animated Body Skeleton? Libraries/tools to use?

    Do you have any idea about what should I use? I was taking a look into the OpenGL for QT and it looks complicated and time-consuming...
    You have two options, as far as I can tell:
    1. Code in Qt3D and/or OpenGL
    2. Use 3D animation and rendering tools such as 3ds Max.

    For the second point you will probably have to create the data files in a format the tool knows how to read, and then you can use the tools to create your animation.
    But using tools is not less complected and time consuming, only the weight of the complexity is in different areas.
    I am not aware of any such tool that you can in very short time do what you want as your task requires a lot of input which is task specific - and no tool knows in advance what you have in mind.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. QTextEdit <body> tags text only
    By certqt in forum Qt Programming
    Replies: 3
    Last Post: 22nd January 2011, 13:11
  2. I can't ZOOM THE ICONS can any body help me..!
    By jthacker in forum Qt Programming
    Replies: 7
    Last Post: 2nd June 2010, 07:13
  3. Poses of a human skeleton
    By Cruz in forum Qt Programming
    Replies: 4
    Last Post: 15th January 2009, 10:37
  4. Any body who have a ping soure code using qt ?
    By longtrue in forum Qt Programming
    Replies: 1
    Last Post: 10th March 2008, 11:29
  5. any body using qextserialport?
    By yagabey in forum Newbie
    Replies: 4
    Last Post: 25th December 2007, 22:08

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.