A simple image cartoonisation program for making animated images from photographs.
Python libraries used are
- CV2
- NumPy
- Install the required modules (NumPy and cv2)
- Open the file cartoon.py in your Python text editor
- Run the program
Use the package manager pip to install the modules
pip install cv2
pip install numpy
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.