Implementation of an image processing algorithm inspired by Kevin Dade Toonify Paper. The main proposal of the project is to achieve a friendly photo filter that transform every photo to a similar cartoon picture up to 5 seconds using Python.
- cv2.medianBlur
- cv2.Canny
- cv2.bilateralFilter
- cv2.kmeans
The algorithm does not satisfy every kind of photo - e.g. selfies - but in the most cases had a great result, mainly in the stronger colours cases.
Average Speed of Filtering: 4.06 seconds/HD image