Inspiration
Actually, I've already tried the Pencil Sketch Effect using OpenCV, but never thought of applying such amazing effects on an Image using Python!
What it does
- Convert & Apply different styling effects to an Image 🌈
- Style Effects are --> Pop / dotted art and Painted art
Built with
1️⃣ opencv-python -- for applying effects on the image
2️⃣ numpy -- is used to convert, read, and perform array methods on the image
3️⃣ pillow -- used to convert the array image into an actual one.
Challenges I ran into
The only catch was to try out different methods & implement them for applying art within an image.
What did I learnt
A lot of methods and functions inside OpenCV can not only apply art to images but also inside videos as well. It is a very helpful library for carrying out image processing & manipulation, OCR, identifying objects, etc.
Log in or sign up for Devpost to join the conversation.