Cartoon Generation from Image [modified]
-
I need to create characters of the people as requirement of my application, I'm thinking of making cartoons from real life images, I see this done in some facebook application, how should I do this, I have done grayscale and that does not produce the result I need. Any advice ? :sigh: Also tried box blur filter, but effect is not as desired :(
modified on Saturday, September 26, 2009 12:15 PM
-
I need to create characters of the people as requirement of my application, I'm thinking of making cartoons from real life images, I see this done in some facebook application, how should I do this, I have done grayscale and that does not produce the result I need. Any advice ? :sigh: Also tried box blur filter, but effect is not as desired :(
modified on Saturday, September 26, 2009 12:15 PM
Those sort of filters tend to be complex, they are certainly not a filter you can create by changing values in a convolution filter. You need to understand the theory behind it and write dedicated code to the effect you're trying to create.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.