Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (7 votes)
See more:
Hello,
I'm trying to make a virtual dressing room application with kinect. My problem is that I want to use poser for modeling, so I need to convert C++ from kinect to python. I have no experience in python!

Can anybody help me please?

What I have tried:

Message has been used by people mistakenly thinking this is a free conversion service.
Posted
Updated 17-Oct-20 21:16pm
v4
Comments
joshrduncan2012 15-Feb-13 15:15pm    
Why are you using Python if you have no prior experience with it? WHy can't you use a language you are more familiar with?
Sergey Alexandrovich Kryukov 15-Feb-13 15:25pm    
It would be hard to answer such question. As if getting knowledge required excuses... But usually, "converting" is a bad idea.
The language is valuable only if it supports some different way of thinking...
—SA
joshrduncan2012 15-Feb-13 15:26pm    
I agree 100%.
Matthew Faithfull 15-Feb-13 15:18pm    
I know precious little about Python other than that it sucks but I have heard that if you want to connect C++ and Python together there is a Boost library to help with that, presumably Boost::python. I would start at http://wiki.python.org/moin/boost.python/GettingStarted
Sergey Alexandrovich Kryukov 15-Feb-13 15:27pm    
You first problem here is not become a Python poser being a C++ fan at heart. :-)
That's why "conversion" is, maybe, not a good idea.
—SA

1 solution

I have no clue what "kinect" is but I do work with C++/Python binding often. There's a tool called "swig" that's a widely used method for exporting C++ to Python (and other combinations). Essentially you create interface files (*.i) that you pass to Swig (a standalone app) that generates objects/libraries that can be imported in Python. It can be a bit of a pain but it works and there are plenty of people using it so if you run into problems, there is some help out there.

Simplified Wrapper and Interface Generator[^]
 
Share this answer
 
Comments
Dave Kreskowiak 18-Dec-16 22:15pm    
You had to dig up a four year old question? Really?
Albert Holguin 18-Dec-16 22:29pm    
Didn't look at the dates... that shows up on my feed as an unanswered question given my filters... what can I say? ::shrug::
Dave Kreskowiak 18-Dec-16 22:31pm    
OK. I've done the same before.

It could have been hit before by a spam message that was deleted. This would kick it back up to the top of the list.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900