3D Caricature
Posted: April 19, 2010
Post subject: 3D Caricature
Post subject: 3D Caricature
Hi!
I'm new and wasn't sure where to put this thread so I apologize if this is not the right subforum.
I have to make a program in C++ that will create a caricature from a 3D model that I have in a file. I have a list of vertices in a file, too. MPEG4 form.
I'm looking for an algorithm that will check which attributes of the model are the most prominent and then turn those attributes to even more prominent so it looks like a real caricature. It's note necessary that my caricature is black and white. I just can't find some algorithm on the Internet...
Has anyone done something like this ever?
Thank you very much!
I'm new and wasn't sure where to put this thread so I apologize if this is not the right subforum.
I have to make a program in C++ that will create a caricature from a 3D model that I have in a file. I have a list of vertices in a file, too. MPEG4 form.
I'm looking for an algorithm that will check which attributes of the model are the most prominent and then turn those attributes to even more prominent so it looks like a real caricature. It's note necessary that my caricature is black and white. I just can't find some algorithm on the Internet...
Has anyone done something like this ever?
Thank you very much!
Posted: April 22, 2010
Post subject:
Post subject:
Good luck with your search.