问题
I am trying to achieve a cartoon style effect on photos using Android, but I don't really have any idea where to start. What sort of algorithm should I think about using to achieve the desired effect.
I have included a before and after shot to show you what I am looking for.
Before


Any ideas how I can go about achieving this?
回答1:
You can achieve an effect like this by approximating each texel to the nearest colour in some sort of array. It's only a very basic approach but its a good starting point.
来源:https://stackoverflow.com/questions/11395553/apply-cartoonizer-effect-in-android