Python Forum

Full Version: how does cartoon camera work?how do i build one?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to create a cartoon camera that allow me to change my surrounding into cartoon like world?
For an example,
1)search play store for cartoon camera
2)some samsung device have it (this feature) preinstalled in their camera.
Well, that's really broad question, so Google it:
https://www.google.bg/search?q=cartooniz...age+python
Look at the results, start coding and ask specific questions.
What I thought of is using cel shading ,but first I need to do is finding all the object in the scene by using
Edge detection or transferring the scene to 3d(not sure weather is possible) ,then only cel shade the object to give cartoon effect.
1)So is bilateral filtering/blur to limit the colour pallets better or cel shading better?
2)should I add bloom and Gaussian blur for the post processing effect?
A good place to start is with the book "Beginning Python Visualization" by Shai Vaingast.