https://github.com/hxndev/image-to-sketch
In this project, I used OpenCV to convert an image to its "what-I-call" sketch version.
https://github.com/hxndev/image-to-sketch
code image-to-sketch opencv opencv-python python sketch
Last synced: about 2 months ago
JSON representation
In this project, I used OpenCV to convert an image to its "what-I-call" sketch version.
- Host: GitHub
- URL: https://github.com/hxndev/image-to-sketch
- Owner: HxnDev
- License: mit
- Created: 2021-09-27T19:15:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T15:44:49.000Z (over 3 years ago)
- Last Synced: 2025-03-31T10:41:10.521Z (3 months ago)
- Topics: code, image-to-sketch, opencv, opencv-python, python, sketch
- Language: Python
- Homepage:
- Size: 41.6 MB
- Stars: 9
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Image to Sketch in Python
## Project Description:
In this project, user inserts an image of anytype and it converts the image into its sketch. This is done using opencv-python.
All the files have been commented for your ease. Furthermore you may also add further comments if you may.
## Requirements:
For this project, you only need:
- OpenCV## OpenCV:
This is a Computer vision package that makes its easy to run Image processing and AI functions. At the core it uses OpenCV and Mediapipe libraries.It can be installed using "pip install opencv-python"
## Contact Information:
For any further queries, feel free to contact me at:Email: [email protected]
LinkedIn : [Hassan Shahzad](https://www.linkedin.com/in/hassan-shahzad-2a6617212/)