Apply Cartoonizer effect in Android [closed]

天涯浪子 提交于 2019-12-13 20:41:41

问题


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

After

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!