Transform Photos to Sketches and Paintings with OpenCV
Learn to transform photos into artistic sketches and paintings using OpenCV. Explore computer vision algorithms and techniques to turn your photos into creative digital art.
At a Glance
Have you ever wanted to transform your photographs into an artistic sketch or painting to showcase your creativity? In this Guided Project you’ll do just that! Transform your photographs to paintings, sketches and more using OpenCV in python.
Learn by Doing
A Look at the Project Ahead
In this project you will learn how to use built-in OpenCV functions to transform your photographs into artistic paintings and sketches. OpenCV is a powerful and popular open source computer vision and image processing library that contains an extensive set of algorithms. We will be utilizing this library to transform your photographs into artwork!
- Convert colored images to grayscale
- Apply the Gaussian filter to smooth an image
- Detect the edges of an image using the Gradient Magnitude
- Convert a grayscale image to a binary image
- Create a pencil sketch of an image in OpenCV
- Create a water painting of an image in OpenCV
What You’ll Need
- A very basic knowledge of Python
There are no reviews yet.