Skip to content

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.

Notifications You must be signed in to change notification settings

estevamgalvao/IPI-FinalProject

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages