Page 1 of 1

Load a target?

PostPosted: Mon Mar 19, 2012 2:34 pm
by Sarah
Hi everyone!

I'm presently a computer science student in last year. For my work graduation I'm modeling a morphable 3d face using MATLAB.

I wanted to use "MakeHuman" for the display of the face. I'm at a point where I can write the position of vertex and index of my face in a target file.
Is there now a way to view this file in MakeHuman? How?
If not, do you have any other suggestions?
Thank you in advance for your answers,

Sarah

(and eventually, sorry for my poor english)

Re: Load a target?

PostPosted: Mon Mar 19, 2012 9:20 pm
by dmbasso
Hi Sarah,

while this is not the solution you requested, if you only need a quick way to display your processing output you can transform your mesh to use Matlab's own mesh display functions, such as 'surf':
http://www.mathworks.com/help/techdoc/ref/surf.html

Cheers,
Daniel

Re: Load a target?

PostPosted: Mon Mar 19, 2012 9:30 pm
by dmbasso
Btw, you could also develop your stuff using Python and NumPy (and also perhaps SciPy, depending on what are you doing)... it is not very different than the way you would do it in Matlab, and then you could directly drive Makehuman. But I have no idea about the details... never done it myself. ;)