/cartoonizer

make images look like a cartoon image

Primary LanguagePythonMIT LicenseMIT

Cartoonizer

This tool converts your photo into a cartoon-like image

Samples

input

output

Dependences

  • numpy
  • scipy
  • opencv-python
pip install -r requirement.txt

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.