![]() |
how does cartoon camera work?how do i build one? - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: how does cartoon camera work?how do i build one? (/thread-2989.html) |
how does cartoon camera work?how do i build one? - hsunteik - Apr-23-2017 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. RE: how does cartoon camera work?how do i build one? - buran - Apr-23-2017 Well, that's really broad question, so Google it: https://www.google.bg/search?q=cartoonize+image+python&oq=cartoonize+image+python Look at the results, start coding and ask specific questions. RE: how does cartoon camera work?how do i build one? - hsunteik - Apr-23-2017 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? RE: how does cartoon camera work?how do i build one? - sparkz_alot - Apr-23-2017 A good place to start is with the book "Beginning Python Visualization" by Shai Vaingast. |