Click here to Skip to main content
Sign Up to vote bad
good
See more: C++Python2.3
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?
Posted 15 Feb '13 - 9:11
Edited 15 Feb '13 - 9:15
richcb12.6K

Comments
joshrduncan2012 - 15 Feb '13 - 15:15
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:25
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:26
I agree 100%.
Matthew Faithfull - 15 Feb '13 - 15:18
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:27
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
TRK3 - 15 Feb '13 - 16:29
You can call functions in a C-DLL from python using the ctypes python library. Or you can spawn process and get return values using the subprocess python module. And/or you can invoke the python interpreter from C. There are all kinds of ways to interoperate C/C++ and python. I'd look into doing that rather converting everything to python.

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

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 425
1 OriginalGriff 315
2 Slacker007 240
3 Aarti Meswania 210
4 Maciej Los 200
0 Sergey Alexandrovich Kryukov 8,953
1 OriginalGriff 7,134
2 CPallini 3,758
3 Rohan Leuva 3,036
4 Maciej Los 2,488


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 15 Feb 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid