Skip to content

Developing an artistic abstraction of photo-realistic images using the Kuwahara filtering technique

Notifications You must be signed in to change notification settings

sahooroshni/oil-painting-effect-img-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Oil painting Effect of Realistic Digital Image

Simulating artistic abstractions of real-life images has become widely popular in the world of photoshop and digital image processing. This is known as non-photorealistic rendering (NPR) which is concerned with giving artistic effects to realistic photos.

Our work is based on generating oil paintings of images using a Kuwahara filtering technique. A kuwahara filter is an edge- preserving smoothing non-linear filter that generates color blocks that resemble the blocky texture of oil paintings. These color blocks are generated by calculating the variance of the neighbouring pixel values of any given pixel and replacing it with the mean of the region with the minimum variance. This not only generates the sought after blocky effect but does an excellent job of preserving the edges of the shapes in an image giving it the resemblance of an oil painting.

Image that we want to convert into an oil painting

Oil Painting

To find out more about this project, please check report

About

Developing an artistic abstraction of photo-realistic images using the Kuwahara filtering technique

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages