Skip to content Skip to sidebar Skip to footer

Apply Cartoonizer Effect In Android

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 achiev

Solution 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.


Post a Comment for "Apply Cartoonizer Effect In Android"