GuldenizBektas / cartoonize-an-image

Cartoonize an image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cartoonize an image using OpenCV

You only need OpenCV library installed.

Codes are not mine, I'll be sharing the link down below. I changed things in the code since code owner used Jupyter notebook, and matplotlib library to display, I used Atom editor so the codes does not have some color format changes or size changes.

Install opencv library:

pip3 install opencv-python

You're good to go now!

Some outputs:

📌 I'll try to do better when I have more free time.

Sources

  1. https://github.com/ssumitshukla/python-cv2/blob/master/Cartoon%20Image%20using%20CV.ipynb
  2. https://www.youtube.com/watch?v=RPDlBiS64Uc
  3. OpenCV Documentation

About

Cartoonize an image.


Languages

Language:Python 100.0%