https://github.com/efecanxrd/simple-cartoonize-image
Cartoonizing images with simple way.
https://github.com/efecanxrd/simple-cartoonize-image
cartography cartoon cartoonization cartoonize cartoonizer numpy scipy
Last synced: 3 months ago
JSON representation
Cartoonizing images with simple way.
- Host: GitHub
- URL: https://github.com/efecanxrd/simple-cartoonize-image
- Owner: efecanxrd
- License: mit
- Created: 2022-09-27T15:15:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T15:23:04.000Z (over 2 years ago)
- Last Synced: 2025-01-15T11:50:01.483Z (4 months ago)
- Topics: cartography, cartoon, cartoonization, cartoonize, cartoonizer, numpy, scipy
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cartoonize Image
![]()
Cartoonizing Images Using Scipy and OpenCV In Python
![]()
Setup The Project
Install Python
I recommend that you install Python3.8x
Install Libraries
The project uses only 2 library. You can install the library by typing 'pip install opencv-python' and 'pip install scipy' in the terminal
How this is working?
Our algorithm cartoonizing images. There are detailed comment lines
![]()
![]()