Skip to content

Apply cartoon effect to any image using OpenCV and Python

Notifications You must be signed in to change notification settings

jyoti0225/Image-Cartoonizer

Repository files navigation

Image Cartoonizer

Apply cartoon effect to any image using OpenCV and Python. I have implemented this with 2 approches -

  • Simple Approach (Version 1)
  • Advanced Appraoch (Version 2)

Simple Approch (Version 1)

In this, we have use OpenCV techniques to get the cartoon effect on the image.

Advanced Approch (Version 2)

This gives much better results than Version1. Here, we have make use of histograms to apply cartoon filter on the image.



Releases

No releases published

Packages

No packages published