Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.11 KB

Final Project: Toonify Filter

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.

Main Functions

  • cv2.medianBlur
  • cv2.Canny
  • cv2.bilateralFilter
  • cv2.kmeans

Conclusion

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

References