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)
In this, we have use OpenCV techniques to get the cartoon effect on the image.
This gives much better results than Version1. Here, we have make use of histograms to apply cartoon filter on the image.