Generating a painting from a picture

Vighnesh Birodkar vighneshbirodkar at gmail.com
Sat Dec 13 11:11:28 EST 2014


Hi

You might want to have a look at this
http://phys.org/news/2012-03-software-automatically-movie-comic.html

Thanks
Vighnesh

On Saturday, December 13, 2014 8:55:11 PM UTC+5:30, Emmanuelle Gouillart 
wrote:
>
> Hi Rishabh, 
>
> I don't think there is a generic enough algorithm that would do this 
> (each artist has her/his own specific style, and a specific algorithm 
> would have to be designed for every style I think). 
>
> Nevertheless, some of the functions in skimage can be used for this 
> purpose. For example, 
> http://scikit-image.org/docs/dev/auto_examples/plot_ncut.html shows how 
> to get a posterized, comics-like image. 
>
> You can also find geometric transformations in skimage.transform, if you 
> want to implement some distortion effect for example. 
> (
> http://scikit-image.org/docs/dev/auto_examples/applications/plot_geometric.html) 
>
>
> Hope you have fun with this project! 
> Emmanuelle 
>
> On Sat, Dec 13, 2014 at 07:16:54AM -0800, Rishabh Raj wrote: 
> > Hey, 
>
> > I'm working on a project in which the objective is to create a painting 
> from a 
> > picture taken with a normal camera. This painting could be an oil 
> painting or 
> > we could try and mimic some specific artist. 
>
> > I understand this might not be achievable in a very good way by just 
> image 
> > processing itself but I'm curious about what is achievable with stroke 
> and 
> > simple pattern recognition for a base result. 
>
> > Is there support in scikit-image along these lines? Any other inputs are 
> > welcome. 
>
> > Best, 
> > Rishabh 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20141213/9312216b/attachment.html>


More information about the scikit-image mailing list