Dave1991 / cartoonizer

make images look like a cartoon image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cartoonizer

This tool converts your photo into a cartoon-like image

Dependences

  • NumPy
  • SciPy
  • OpenCV

How it works

This cartoonizer uses K-means algorithm to cluster the histogram of image. The value K is auto selected by the method in this paper.

About

make images look like a cartoon image

License:MIT License


Languages

Language:Python 100.0%